Hi

No problems at all.

So WebServiceContext is available now at runtime, despite that log message ? If yes then it's good, one less problem to worry about :-)

But the JAX-RS anotations are still not inherited... I'll look into it
Cheers, Sergey



By the way, in your sample you used this form of jaxws:endpoint/@implementor :

implementor="mypackage.MyClass"

This needs to be done like this :

implementor="#adminBean"

such that both endpoints reuse the same instance, can you give it a try please ?
yes for sure! I have modified my beans.xml.
The result is the same as before in the logs but at runtime it's ok for the 
soap service. :-)
I have to apologise because even with two different instances ( implementor="mypackage.MyClass" ), at runtime it was ok for the soap service. :-[
I have made a mistake in my last test. Really sorry for that!
Priscille.





Reply via email to