[jboss-user] [EJB 3.0] - Re: @PersistenceContext injection into superclass defined in

2009-05-11 Thread bcowdery
I move the client jar into the root of the .ear file, and marked it as an EJB module in the application.xml - Everything's working as expected now. I can't get the Seam interceptor working on my objectmodel-seam-client.jar but that's a post for a different forum. I have no idea why this didn't

[jboss-user] [EJB 3.0] - Re: @PersistenceContext injection into superclass defined in

2009-05-09 Thread bcowdery
I tried that as well, although i had the objectmodel-client.jar marked as an EJB module in the application.xml (maybe a java module would be more appropriate?). I'll give it another try and let you know how it goes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] [EJB 3.0] - Re: @PersistenceContext injection into superclass defined in

2009-05-09 Thread jaikiran
anonymous wrote : |- /lib | |-- objectmodel-client.jar | jar(s) within the lib folder of the EAR are considered plain libraries and not as deployments. So no injection happens in them. You might want to move that objectmodel-client.jar outside the lib folder to the root of the