[jboss-user] [EJB 3.0] - Re: RA failing to invoke MDB method (on 5.0.0, worked on 4.2

jaikiran do-not-reply at jboss.com
Thu Feb 5 11:16:31 EST 2009


One thing that i know that has changed in JBoss-5 related to logging is that the server.log appender is now having a default threshold. Earlier there was no threshold so any "level" of logs including TRACE level would be logged into that. But in JBoss-5.0 you should pass the threshold log level through the jboss.server.log.threshold param. Ex:

-Djboss.server.log.threshold=TRACE

So if you are logging at TRACE level then you might have to pass this. And that's the reason why i asked about logging :)

Other than that, you could attach a debugger and add breakpoints and run JBoss in debug mode to see the flow of control.

So far, nothing seems to be odd from the logs.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207419#4207419

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207419



More information about the jboss-user mailing list