Hi all,
i'm using JBOSS 3.0.2 + Tomcat. I want to display to one jsp, a large number of database rows (represented by entity bean) . When calling findAll() and start iterating through records JBOSS console after a while reports:
 
13:28:00,763 WARN [TxCapsule] Transaction XidImpl [FormatId=257, GlobalId=is-1565//9, BranchQual=] timed out. status=STATUS_ACTIVE
13:28:00,944 ERROR [BeanLock] Saw rolled back tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=is-1565//9, BranchQual=]
13:28:00,954 ERROR [LogInterceptor] TransactionRolledbackLocalException, causedBy:
java.lang.RuntimeException: Transaction marked for rollback, possibly a timeout
 
Is it a perfomance problem? Any help?
Vassilis
 

Reply via email to