Hi there,
Has anyone used OpenJPA with JBoss?
I've run into a problem where I have an application running in WAS utilizing
OpenJPA and porting it over to JBoss. However, when deployed in JBoss, after removing a
slew of errors, it seems that one of my EJBs is stuck.
I think that because i see it created in the server.log, but never started. It
contains @PersistenceContext and i can see in the server.log that it states that the bean
is dependent on the persistence unit. Which I'm gathering that the persistence unit
needs to appear in JNDI or somewhere before JBoss will complete the startup.
Can anyone help :) ??
I have all the jars for openjpa in the jboss/server/all/lib directory. I did try to
move them into my application directory, it was no help.
Any help would be greatly appreciated.
H
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167221#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...