2010/4/30 Dominik Dorn <dominik.dorn_at_gmail.com>:
> Hi,
>
> I've created a small servlet/jax-rs service and tried to inject my
> dao's which where in another jar. Injecting of the DAOs worked,
> however their EntityManager ( annotated through
> @PersistenceContext("nameOfThePU") )
> was not injected.
>
> When I copied the DAOs to the same project, the injection works
> without a problem.
>
>
> I think thats a bug... anyone else experienced this behavior?
>
> kind regards,
> dominik
> --
> Dominik Dorn
> http://dominikdorn.com
Few weeks ago, here was a topic:
http://forums.java.net/jive/thread.jspa?messageID=395812
Does it cover your case?
--
Witold Szczerba