Hi, I have an MDB that is triggered by a RA.
Even when there is nothing in the queue, there are continous server log entries like the ones below. These entries repeat every 10 seconds. Why is method create continually called? Is this important or should I just configure the logger to ignore this? Thx, Juergen @TransactionAttribute(TransactionAttributeType.REQUIRED) @TransactionManagement(TransactionManagementType.CONTAINER) 2008-11-20 10:45:03,561 INFO [Transaction] TX Required: Committing transaction [EMAIL PROTECTED] 2008-11-20 10:45:04,227 INFO [OpenEJB] invoking method create on MQMessageBean/QSenderBean 2008-11-20 10:45:04,228 DEBUG [OpenEJB] finished invoking method create. Return value:proxy=mdb.QSenderLocal;deployment=MQMessageBean/QSenderBean;pk=null 2008-11-20 10:45:04,228 INFO [Transaction] TX Required: Started transaction [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Continuous-Transaction-log-entries-tp20597996s134p20597996.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
