[jboss-user] [EJB/JBoss] - Re: tx attributte - supports doesn't work as expected

2007-06-03 Thread jaikiran
anonymous wrote : EntityManager must be access within a transaction Which means that when you are accessing the entity manager in your createAirport method, there should be an active transaction. As you already correctly mentioned: anonymous wrote : | As you can see I configured it with SUPPO

[jboss-user] [EJB/JBoss] - Re: tx attributte - supports doesn't work as expected

2007-06-03 Thread adamzrk
I know what all transaction attributes mean and I do not want the REQUIRED attribute. According to specification jboss have implemented tx support not very well. Regards Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050762#4050762 Reply to the po