Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-0.90
-
None
-
Windows XP
-
Patch Available
Description
Update the Axis2 binding to the new SPIs in revision r536114.
I have attached a complete zip file of the updated org.apache.tuscany.binding.axis2 package. The changes are so extensive that I don't think diffs would be useful.
This code builds cleanly for me, but the tests don't run. They fail with a NullPointerEception on line 244 of Axis2ServiceBindingProvider. The call to wsBinding.getWSDLDefinition() is returning null, apparently because the call to WebServiceBindingProcessor.resolve() is not being made for this reference binding. AFAICT, this problem is independent of the changes I made.