I&#39;m using the JMSTopicAppender to log events from numerous applications and a MDB that consumes those messages and reissues the log statements just like the example JSMTopicSink application.<div><br></div><div>The MDB side of things has a rolling file appender configured, as well as a DBAppender.  When I issue standard log statements within the MDB, the log statements are both appearing in the DB tables and in the file.  However, the log statements issued by the log.callAppenders() (IE, the event from the JMS message) are only appearing in the file, not the DB tables.  In fact, when I trace the queries being executed, a start and stop transaction statement is being issued for each log event, but no insert is generated.</div>
<div><br></div><div>I&#39;ve assumed I have everything configured correctly, as <a href="http://log.info">log.info</a>(&quot;Message&quot;) works, but log.callAppenders(event) doesn&#39;t.   Is there some piece I am missing?</div>
<div><br></div><div>Thanks,</div><div>Jon</div>