Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 1401 invoked from network); 18 Jan 2007 23:33:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2007 23:33:58 -0000 Received: (qmail 2000 invoked by uid 500); 18 Jan 2007 23:33:58 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 1964 invoked by uid 500); 18 Jan 2007 23:33:58 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 1947 invoked by uid 99); 18 Jan 2007 23:33:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jan 2007 15:33:58 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jan 2007 15:33:50 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6FC857142BD for ; Thu, 18 Jan 2007 15:33:30 -0800 (PST) Message-ID: <11078598.1169163210455.JavaMail.jira@brutus> Date: Thu, 18 Jan 2007 15:33:30 -0800 (PST) From: "Mike Rheinheimer (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-1989) jaxws should detect default sub-package for JAXB context In-Reply-To: <27441843.1169004087642.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Rheinheimer updated AXIS2-1989: ------------------------------------ Attachment: jaxbutils_patch.txt > jaxws should detect default sub-package for JAXB context > -------------------------------------------------------- > > Key: AXIS2-1989 > URL: https://issues.apache.org/jira/browse/AXIS2-1989 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Mike Rheinheimer > Assigned To: Nikhil Thaker > Attachments: 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. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org