dev@glassfish.java.net

Re: Fault1_2Impl source code? (P1 issue)

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Fri, 30 Oct 2009 12:16:02 -0700

Bobby Bissett wrote:
> Hi all,
>
> I need to find the source code for this class that's currently in v3:
> com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl
>
> It's in webservices-osgi.jar, coming from the wsit workspace through
> saaj-impl.jar as checked in here, I think:
> https://wsit.dev.java.net/source/browse/wsit/wsit/lib/runtime/saaj-impl.jar?rev=1.33&view=log
>
> I've checked out branch SAAJ-1_3 of the sources -- is that correct?
> The source isn't matching up for me in the debugger, but if this is
> the right branch I can just build and replace what I have locally.
We are integrating saaj-ri-1.3.4 hudson job into jax-ws 2.2.
That corresponds to trunk in saaj. Recently, there were fixes in
SAAJ(for example: https://saaj.dev.java.net/issues/show_bug.cgi?id=49 )

thanks,
Jitu
>
> I don't think this class has been changed in months, but there is a P1
> regression in cts testing where the test is doing:
>
> soapFault.setFaultActor(someUri);
> soapFault.getFaultActor();
>
> The getter is not returning the same data. Instead, I'm seeing simply
> 'env:Fault' but no exceptions are thrown and nothing is logged (this
> is happening inside a servlet). Calling setFaultRole() instead works,
> but according to the spec the two methods should be equivalent for
> soap 1.2.
>
> (FWIW, the test passes when the soap fault is class
> com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl instead.)
>
> Thanks,
> Bobby
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>