I inherited my first EJB project. The specs are:

JBoss 3.2.5
Struts --> SessionBean --> EntityBean (CMP)
Postgres 7.3.6
Redhat Linux ES 3.0

On rare occassions, I am seeing intermittent 
"TransactionRollbackLocalExceptions":

-------------

javax.ejb.TransactionRolledbackLocalException?: Transaction marked for 
rollback, possibly a timeout; CausedByException? is:

    Transaction marked for rollback, possibly a timeout: 
javax.ejb.TransactionRolledbackLocalException?: Transaction marked for 
rollback, possibly a timeout; CausedByException? is: Transaction marked for 
rollback, possibly a timeout at 
sun.reflect.NativeConstructorAccessorImpl?.newInstance0(Native Method) at ....

------------

Though I have not been able to profile each occurrence, at least in this case I 
was trying to update multiple rows in a single table. The exception occurs 
almost immediately after making the remote call. If I simply let the system run 
idle for 10 or so minutes, the problem disappears !!!

>From what I've been able to muster, this is probably an issue with the 
>"findByPrimaryKey" method. I have found many similar issues on the web, but no 
>answers that can address my problem.

I'm sure I need to provide more information, but I'm not up enough on EJBs to 
know where to start. Any help is greatly appreciated.

Regards,
Mike

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to