Hello everyone,
We have developed a few EJB3 - jaxws webservices for weblogic. They are exposed as servlets and they work fine.
Now I want to expose exactly those services in a JBoss 4.2.3. In this operation I have found a problem: @EJB and @PersistenceContext do not work. Both of them return nulls.
Do you know if there is any workaround? As I have read only JBoss 5 support this.
Thanks in advance.
Now I want to expose exactly those services in a JBoss 4.2.3 . In this operation I have found a problem: @EJB and @PersistenceContext do not work. Both of them return nulls.