Hi,
I have a problem with transactions in resin 3.1.s20061206.
I have an EJB method annotated with
@TransactionAttribute(TransactionAttributeType.REQUIRED), but there is
no transaction available within the method, since if I call
entityManager.flush() I'll get an exception about a missing transaction.

Any idea why no transaction is available? Shouldn't the annotation force
the container to create a new one if none is available?

Thanks for your help
Markus Wolf
-- 
NMMN - New Media Markets & Networks
http://www.nmmn.com/
Langbehnstrasse 6
22761 Hamburg
Tel. 040 284 118 - 720
Fax 040 284 118 - 999

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to