I have an entity being accessed through stateless session bean. JSE Client running on a different JVM accesses the bean. Client through exception. Log entries of application serve are given below which say TX required. Isn't it managed by container? 11:44:37,500 INFO [OpenEJB] invoking method create on a1/AccountBean 11:44:42,328 INFO [OpenEJB] finished invoking method create 11:45:05,765 INFO [Transaction] TX Required: Started transaction org.apache.geronimo.transaction.manager.transactioni...@f2b103 11:45:06,375 INFO [Runtime] Starting OpenJPA 1.0.3 11:45:07,765 INFO [Transaction] TX Required: setRollbackOnly() on transaction org.apache.geronimo.transaction.manager.transactioni...@f2b103 11:45:07,843 INFO [Transaction] TX Required: Rolling back transaction org.apache.geronimo.transaction.manager.transactioni...@f2b103
-- View this message in context: http://www.nabble.com/-Transaction--TX-Required%3A-Started-transaction-tp21867304s134p21867304.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
