Hi all,
I'm having a sweet problem with my web services.
I'm using JAX-WS 2.1, WSIT, Glassfish and Hibernate in JTA mode.
I need to code a web service "wsA" which call another web service "wsB" with transaction management. Those 2 web services are on the same Glassfish.
I use UserTransaction in wsA (lookup, begin...) but when I call wsB nothing append.
When I remove WS-AT parameters from wsB.wsdl the wsB service is called but the JTA initialisation failed (that's ok cause I'd just remove transaction...)
I try different value (Supported, Required...) but I don't really know what I'm supposed to use... sorry
Could someone help me ???
Thanx
[Message sent by forum member 'jgresse' (jgresse)]
http://forums.java.net/jive/thread.jspa?messageID=222832