[
https://issues.apache.org/jira/browse/AXIS2-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikhil Thaker resolved AXIS2-1989.
----------------------------------
Resolution: Fixed
Revision # 497676
> jaxws should detect default sub-package for JAXB context
> --------------------------------------------------------
>
> Key: AXIS2-1989
> URL: https://issues.apache.org/jira/browse/AXIS2-1989
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: jaxws
> Reporter: Mike Rheinheimer
> Assigned To: Nikhil Thaker
> Attachments: classFinder_patch.txt, jaxbutils_patch.txt, patch.txt
>
>
> Generated server code may or may not have an ObjectFactory class. Also,
> generated server code may or may not have @RequestWrapper or @ResponseWrapper
> annotations. If the ObjectFactory class is missing, and the @RequestWrapper
> and/or @ResponseWrapper annotation is missing, the jaxws code currently
> throws exception:
> javax.xml.bind.UnmarshalException: unexpected element
> (uri:"http://sample.namespace.org", local:"returnArrayOfString"). Expected
> elements are (none)
> As I understand, the JAXWS code now has JAXBUtils.getClassesFromJarFile().
> This new method, in conjunction with the attached patch, should get us the
> default wrapper class(es) in the absence of the annotations and ObjectFactory
> class.
> I hope.
--
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]