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.