Re: OpenEJB issue with Oracle Driver

2008-12-22 Thread ericp56
When I originally tried that, I tried it on one of the DataSource resources on one, but not on both. I reckon that's why I abandoned it. I tossed that effort and started from scratch again. I figure that's what led me down the path of using openejb.xml. At least I learned how to use the open

Re: EJB Annotation does not work in AbstractServlet

2008-12-22 Thread Maxime Thieu
Thanks for your response and for opening this Jira. It will be great to have this feature. Actually, my abstract Servlet have an abstract method wich return an EJB, and all my other servlets (extending the abstract servlet) define an EJB just for returning it to the super class ... Any idea of w

Exception in Transaction does not show the original Cause

2008-12-22 Thread Maxime Thieu
Hello, I am using OpenEJB3.1 in Tomcat with JPA and Hibernate 3.3 as provider. It works well, but when an persistence exception occurs (originaly thrown by Hibernate, for exemple, Constraint violation), the visible Exception is : javax.ejb.EJBTransactionRolledbackException: Transaction was rolle