You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Juergen Weber <we...@gmail.com> on 2008/11/20 10:55:04 UTC

Continuous Transaction log entries

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 org.apache.geronimo.transaction.manager.TransactionImpl@1f001f0
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
org.apache.geronimo.transaction.manager.TransactionImpl@1d741d74

-- 
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.


Re: Continuous Transaction log entries

Posted by Manu George <ma...@gmail.com>.
Hi Juergen,

     Sorry for the delay in responding. Which version of geronimo are
you using.
I got a lot of tx log messages when i tried with an Mdb - cmp sample.
That was due to https://issues.apache.org/jira/browse/OPENEJB-918. The
latest version of G built from trunk won't have this issue of those
logs being INFO level.

However i am unable to replicate the scenario you describe with logs
being generated every 10 seconds.. In case you still get it can you
open an JIRA and attach a test case.

Regards
Manu


On Thu, Nov 20, 2008 at 3:25 PM, Juergen Weber <we...@gmail.com> wrote:
>
> 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 org.apache.geronimo.transaction.manager.TransactionImpl@1f001f0
> 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
> org.apache.geronimo.transaction.manager.TransactionImpl@1d741d74
>
> --
> 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.
>
>