Create a new method processOrder and annotate it with transaction type 
REQUIRES_NEW.
@TransactionAttribute(REQUIRES_NEW)
  | void processOrder(RequestOMValue value)
  | {
  |    value.processOrder(this.em);
  | }
Then call it via getBusinessObject.
ctx.getBusinessObject(JVTOSSOMSessionLocal.class).processOrder(requestOMValue);

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044112#4044112

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044112
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to