Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C710294AA for ; Sat, 29 Oct 2011 14:05:59 +0000 (UTC) Received: (qmail 22943 invoked by uid 500); 29 Oct 2011 14:05:58 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 22792 invoked by uid 500); 29 Oct 2011 14:05:57 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 22642 invoked by uid 99); 29 Oct 2011 14:05:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 14:05:57 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 14:05:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7A1CC3265A2 for ; Sat, 29 Oct 2011 14:05:33 +0000 (UTC) Date: Sat, 29 Oct 2011 14:05:33 +0000 (UTC) From: "Andrew Nastyn (Updated) (JIRA)" To: java-dev@axis.apache.org Message-ID: <1978140537.36787.1319897133501.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <544252864.36785.1319897133434.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (AXIS2-5173) JAXB-RI databinding. Parsing XJC compiler options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-5173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Nastyn updated AXIS2-5173: --------------------------------- Attachment: xjc_compiler_properties_support.patch Patch > JAXB-RI databinding. Parsing XJC compiler options > ------------------------------------------------- > > Key: AXIS2-5173 > URL: https://issues.apache.org/jira/browse/AXIS2-5173 > Project: Axis2 > Issue Type: Improvement > Components: codegen, databinding, Tools > Affects Versions: 1.5 > Reporter: Andrew Nastyn > Attachments: xjc_compiler_properties_support.patch > > > This is supported in Axis2 1.6.x version. Provide tha same for Axis 2 1.5.x. > Example wsdl2code-maven-plugin configuration: > > org.apache.axis2 > axis2-wsdl2code-maven-plugin > 1.5.6 > > > generate service skeleton > generate-sources > false > > wsdl2code > > > ... > false > true > jaxbri > true > true > SomeService.wsdl > > > ... > ... > > > > > bindingFileName > binding.jxb > > > > XtoString > someString > > > > Xequals > someString > > > > XhashCode > someString > > > > > > > > org.apache.axis2 > axis2-jaxbri > 1.5.6 > > > org.apache.axis2 > axis2-codegen > 1.5.6 > > > org.jvnet.jaxb2_commons > jaxb2-basics > ${jaxb2.basics.version} > > > org.jvnet.jaxb2_commons > jaxb2-basics-annotate > ${jaxb2.basics.annotate.version} > > > com.sun.xml.bind > jaxb-impl > ${jaxb.version} > > > com.sun.xml.bind > jaxb-xjc > ${jaxb.version} > > > > Properties with "X" prefix are not recognized. > Please find the patch attached (the code from 1.6 version). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org