| Author |
@EJB and @ PersistenceContext not working in JBOSS.5.1.0.GA?
|
Ryan Jimmy
Greenhorn
Joined: Mar 18, 2012
Posts: 4
|
|
I am implementing a Rest Webservice Using RESTEasy and JPA for persistance and deploying in JBOSS.5.1.0.GA. JPA is working fine when we are getting EMF and EM programatically
But when I tried to inject EntityManager using @PersistenceContext . I am getting null value.
Now we tried it using @Stateless EJB but that too failed in our service class.
Our Service class is as follows:-
--------------------------------------------------------
PersistanceService.java
------------------------
I have persistence.xml configured in this way.
Can you please tell me where I went wrong.I have been spending several days trying to resolve it....Is it that @PersistenceContext is not supported by JBOSS 5.1.0GA???
Any help will be appreciated.
|
 |
 |
|
|
subject: @EJB and @ PersistenceContext not working in JBOSS.5.1.0.GA?
|
|
|