Frank Morton wrote: >>You have specified <transaction-type>Bean</transaction-type>. Then I think >> >> >you have to manually start and end the transaction. Do you do this? And I >think you should use container for this option instead, and Required in the >transaction-type of your methods. > >I am not starting/ending the transaction manually and >I haven't been able to find a description how to do it. >If you can point me at how to do that, I'd appreciate it. > >Thanks for your help. > > > Take a look in a EJB-book under transactions (you should really have one when using EJB) or maybe the jboss-book (in paper or online for 10$), but you probably don't need it. Just change to
<transaction-type>Container</transaction-type> and in the transaction set methods=* type=required, possibly with the help of xdoclet. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user