I've been successful getting log4j to work within WSAD, but I'm getting warning messages in the server log when I use a JMSAppender:
"J2CA0075W: An active transaction should be present while processing method allocateMCWrapper. J2CA0075W: An active transaction should be present while processing method initializeForUOW"
IBM's link on this message
indicates that the JMSAppender is causing an "unsupported" environment situation.
Any thoughts? Can I safely continue to use log4j from within WAS/WSAD? Should I use some other method to log to a JMS Queue/Topic?
"J2CA0075W: An active transaction should be present while processing method allocateMCWrapper. J2CA0075W: An active transaction should be present while processing method initializeForUOW"
IBM's link on this message
indicates that the JMSAppender is causing an "unsupported" environment situation.
Any thoughts? Can I safely continue to use log4j from within WAS/WSAD? Should I use some other method to log to a JMS Queue/Topic?