Richard Opalka [
http://community.jboss.org/people/richard.opalka%40jboss.com] replied to
the discussion
"Wrong JNDI context returned from EJB"
To view the discussion, visit:
http://community.jboss.org/message/537344#537344
--------------------------------------------------------------
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
[
http://community.jboss.org/message/537344#537344]
Start a new discussion in EJB 3.0 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]