[ 
https://issues.apache.org/jira/browse/AXIS2-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584032#action_12584032
 ] 

Mike Rheinheimer commented on AXIS2-3666:
-----------------------------------------

The attached patch.txt introduced errors with SoapMessageMUProviderTests and 
MtomSampleTests.  Not sure how...

Anyway, I've finally seen the bug for which this JIRA was originally opened.  
In jaxws JavaDispatcher.AsyncInvocationWorker.call() at line 186, the eic 
object has the same object id as the one I see in JAXWSMessageReceiver.  This 
is good.  However, in the debugger, when I step into the call at line 186 to 
eic.getCallback(), 'this' is suddenly a different object id, and is lacking the 
callback object -- so later we get an NPE at line 198.

It is 1:50am, so maybe I'm not seeing straight anymore.  :)

> Unable to switch addressing mar on in jaxws-integration tests
> -------------------------------------------------------------
>
>                 Key: AXIS2-3666
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3666
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>            Reporter: Davanum Srinivas
>            Assignee: Brian DePradine
>            Priority: Blocker
>             Fix For: 1.4
>
>         Attachments: addressing.diff, patch.txt
>
>
> Brian,
> I tried switching on addressing mar in the jaxws-integration test suite and i 
> see lot of failures when i try to enable addressing in 
> modules/jaxws-integration/test-resources/axis2.xml. Here's the patch i have 
> so far.
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to