Re: Biolerplate EJB3+JPA example ...

2011-10-13 Thread marcb
Turns out it WAS a JVM problem. I was using JDK 1.7 and this seemed to be the issue. When I switched back to 1.6 (1.6.0_27) the problem went away and everything worked just fine. WTF Oracle?! -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Biolerplate-EJB3-JPA-examp

Re: Biolerplate EJB3+JPA example ...

2011-10-11 Thread marcb
As a work in progress ... I've been able to move past the Jta... issue and am now seeing: java.lang.VerifyError: Expecting a stackmap frame at branch target 148 in method com... when I try to use the EntityManager to perform a query. My prototype class: @Stateless @Local( UserManagerBeanLocal.cl

Biolerplate EJB3+JPA example ...

2011-10-11 Thread marcb
I have attempted to create a simple boilerplate application using Geronimo 2.2.1 and the GEP as well as all of the documentation I can find and I am still hitting the dreaded 'Unable to deploy: Unable to resolve reference "JtaDataSourceWrapper' issue that I am unable to figure out. Short of droppin