Questions tagged as 'jboss-modules'

1
answer

How to log in with slf4j from within a jboss module?

How can I log in to the console / server.log from within a jboss module? Let's say I have a class: public class MyClass { private static final Logger logger = LoggerFactory.getLogger(MyClass.class); private boolean done = false;...
asked by 19.10.2015 / 23:29
0
answers

Error with SessionExpirationScheduler in widfly

When I changed the jboss all to use the shared session, my application after a while starts to give this error below, does anyone know how to solve it? 12:08:40,332 WARN [org.infinispan.transaction.tm.DummyTransaction] (SessionExpir...
asked by 23.09.2016 / 19:12