I'm still wondering about how JBoss handles setting mysql storage engines (if it does). By the way, using hypersonic, throwing a RemoteException from BarService.validate() causes the transaction initiated by validate's caller (FooService) to be marked for rollback (and it is rolled back). I can see it in the debugger when I look at the transaction in the EJBContext. It goes from having a status of 0 (ACTIVE) to 1 (MARKED_FOR_ROLLBACK). I realize this rollback should happen only if a RuntimeExceptions like EJBException is thrown, but what I see is what I see.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832190#3832190 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832190 ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
