[
https://issues.apache.org/jira/browse/GERONIMO-2997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488184
]
Lin Sun commented on GERONIMO-2997:
-----------------------------------
I just noticed something interesting today. If I ran jaxws-war with the patch
and .wsdl is provided, 3 test ran successful. If I ran without the patch
(basically xjc generated the artifacts), then 1 test (the client invocation)
failed.
I compared the output of a good run:
<responseType>Hello foo bar</responseType>
and a bad run:
<responseType xmlns="">Hello foo bar</responseType>
Note that xmlns is set to "" in the bad run. I'll also add a comment in
http://issues.apache.org/jira/browse/AXIS2-2452
Lin
> jaxws-war test: axis2 no longer need the jaxb generated files
> --------------------------------------------------------------
>
> Key: GERONIMO-2997
> URL: https://issues.apache.org/jira/browse/GERONIMO-2997
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: webservices
> Affects Versions: 2.0-M5
> Environment: sun 1.5 SDK + winXP
> Reporter: Lin Sun
> Priority: Minor
> Fix For: 2.0-M5
>
> Attachments: G2997.patch
>
>
> Looks like the axis2 folks have fixed this thus we no longer need to run the
> sun tooling to generate all the java files from wsdl in pom.xml We do still
> need the FaultDetail.java to get things compiled.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.