Turns out by default a Stateful EJB is in a container-managed transaction. I
did not have a commit or rollback issued in the destroy method of the bean.
Since I did not need a transaction for this bean anyway I added the
TransactionType annotation of NEVER to it and it resolved this problem.
--
[Message sent by forum member 'Meatwad']
View Post: http://forums.java.net/node/884420