[JBoss-user] [EJB/JBoss] - Handling CMT Stateless Bean timeout in 3.2.6

2004-12-16 Thread pdavies
>From what I can tell, when a CMT bean times out (at least in the case of 3.2.6 >and Stateless Session Beans), the transaction is simply marked as >setRollbackOnly, but no exception is explicitly thrown. This leads to a >situation where the bean can return data but the data is not consistant wi

[JBoss-user] [EJB/JBoss] - Hot deployment fails with EJB dependency across 2 EAR files

2004-05-12 Thread pdavies
I have two EAR files (A and B). Each contains a standard Stateless Session Bean among other things. Bean a in EAR A makes a standard EJB call to bean b in EAR B. We have found that hot deploying either of these EARs without the other causes problems. The following exception is generated: C