Most voted "jboss-modules" questions
2 questions
Sort by count of
-
2
votes1
answer155
viewsHow to log in with slf4j from inside a jboss module?
How can I log into 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);…
-
1
votes0
answers67
viewsError with Sessionexpirationscheduler in widfly
When I changed the jboss all to use Shared Session, my application after a while starts from that error below, someone knows how to solve? 12:08:40,332 WARN…