From java-dev-return-97175-archive-asf-public=cust-asf.ponee.io@axis.apache.org Fri Jun 28 12:34:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3942018062B for ; Fri, 28 Jun 2019 14:34:02 +0200 (CEST) Received: (qmail 22837 invoked by uid 500); 28 Jun 2019 12:34:01 -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 22826 invoked by uid 99); 28 Jun 2019 12:34:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2019 12:34:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7FD8CE257D for ; Fri, 28 Jun 2019 12:34:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4064E25814 for ; Fri, 28 Jun 2019 12:34:00 +0000 (UTC) Date: Fri, 28 Jun 2019 12:34:00 +0000 (UTC) From: "Michael (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AXIS2-5475) Unable to generate code using jaxbri MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael updated AXIS2-5475: --------------------------- Attachment: Test.wsdl > Unable to generate code using jaxbri > ------------------------------------ > > Key: AXIS2-5475 > URL: https://issues.apache.org/jira/browse/AXIS2-5475 > Project: Axis2 > Issue Type: Bug > Components: databinding, Tools, wsdl > Affects Versions: 1.6.2 > Environment: any. > Reporter: VictorQian > Priority: Major > Attachments: Test.wsdl, cim.wsdl > > > if using adb, wsdl2java could generate codes, but it fails if using jaxbri: > Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang. > reflect.InvocationTargetException > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:293) > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35) > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24) > Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException > at org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:112) > at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:246) > ... 2 more > Caused by: java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:101) > ... 3 more > Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Unable to generate code using jaxbri > at org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(CodeGenerationUtility.java:355) > ... 8 more > Caused by: java.lang.RuntimeException: Unable to generate code using jaxbri > at org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(CodeGenerationUtility.java:247) > ... 8 more -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org