When testing for exceptions when I have reentrance disabled (JBoss 2.4.0) in an entity bean I noticed that I get LOCKING-WAITING when I believe, by the spec I should get a RemoteException. I have the transaction attribute set to Required for all methods, and reentrant set to false. I notice this when bean A calls regular java object B which already has a reference to bean A. When object B calls a method on A I get LOCKING-WAITING whereas I expected a RemoteException. Thanks, Todd _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
