Community

Wrong JNDI context returned from EJB

reply from Richard Opalka in EJB 3.0 Development - View the full discussion

Copy/paste from JSR-109, section 6.2.2.2

 

The container must carry out any injections (if any) requested by the handler, typically via the @Resource
annotation (see section 2.2 of JSR-250 Common Annotations for Java Platform specification)
. After all the
injections have been carried out, the container must invoke the method carrying a
javax.annotation.PostConstruct annotation.

 

The question is the scoping. Should this EJB3 associated JAX-WS handler

(part of WS runtime) see environment entries of particular EJB3 bean?

Reply to this message by going to Community

Start a new discussion in EJB 3.0 Development at Community