Fault1_2Impl source code? (P1 issue)

View: New views
3 Messages — Rating Filter:   Alert me  

Fault1_2Impl source code? (P1 issue)

by Bobby Bissett - Javasoft :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

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@...
For additional commands, e-mail: dev-help@...


Re: Fault1_2Impl source code? (P1 issue)

by Jitendra Kotamraju :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
> For additional commands, e-mail: dev-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Fault1_2Impl source code? (P1 issue)

by Bobby Bissett - Javasoft :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Oct 30, 2009, at 3:16 PM, Jitendra Kotamraju wrote:
> 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 )

Cool, thanks. Am switching over to trunk right now.

So are you my volunteer to review a patch? :)

Cheers,
Bobby


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...