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?