[
https://issues.apache.org/jira/browse/GERONIMO-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Gawor resolved GERONIMO-3045.
-----------------------------------
Resolution: Fixed
Patch applied (Committed revision 525383). Thanks so much Lin!
> Unable to run jax-rpc war test with Axis2
> -----------------------------------------
>
> Key: GERONIMO-3045
> URL: https://issues.apache.org/jira/browse/GERONIMO-3045
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: webservices
> Affects Versions: 2.0-M5
> Environment: 1.5 SUN SDK + WIN XP
> Reporter: Lin Sun
> Fix For: 2.0-M5
>
> Attachments: G3045-latest.patch, G3045-new.patch, G3045.patch
>
>
> When running the jax-rpc war test with axis2, both test failed due to an
> exception thrown when parseWebServiceDescriptor is called.
> from reading the code, if webservices.xml doesn't exist, we call
> discoverwebservices, which will check if the class has annotation. if
> webservices.xml exists, we 'll just call parseWebServiceDescriptor, which
> caused the error for axis2 because axis2 moved to xbeans.
> The fix is to check if annotation exists when webservices.xml exists also.
> Tested the fix and able to pass the 2 jax-rpc war test test with them. Will
> attach the patch after a full build.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.