In my ejbStore() I am throwing an EJBException and it is not causing a transaction rollback. Because the transacation stalls, the container actually appears to lock up in these cases. The client also stalls. If I change the exception to RemoteException, all works as expected. The transaction is aborted. According to the spec all non-application exceptions should cause an automatic rollback. I believe that EJBException should be considered a non-application exception. jim -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]
