Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 27333 invoked from network); 9 Mar 2008 04:17:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2008 04:17:16 -0000 Received: (qmail 32218 invoked by uid 500); 9 Mar 2008 04:17:07 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 32192 invoked by uid 500); 9 Mar 2008 04:17:07 -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 32171 invoked by uid 99); 9 Mar 2008 04:17:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Mar 2008 20:17:07 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 04:16:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6557C234C08F for ; Sat, 8 Mar 2008 20:15:46 -0800 (PST) Message-ID: <1201764769.1205036146414.JavaMail.jira@brutus> Date: Sat, 8 Mar 2008 20:15:46 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-3351) axis2-java2wsdl-maven-plugin axis2-java2wsdl-maven-plugin In-Reply-To: <4854101.1195485283416.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-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576700#action_12576700 ] Davanum Srinivas commented on AXIS2-3351: ----------------------------------------- Fixed both the issues. Please try tomorrow's nightly. -- dims > axis2-java2wsdl-maven-plugin axis2-java2wsdl-maven-plugin > --------------------------------------------------------- > > Key: AXIS2-3351 > URL: https://issues.apache.org/jira/browse/AXIS2-3351 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: Tools > Affects Versions: 1.3, 1.2 > Environment: Microsoft XP P2, Java 1.5, Maven 2.07, Axis 1.3 > Reporter: Pat Bateman > > The following POM is producting a NullPointerException when it attempts to resolved the artifacts absolute file. I've gone back to 1.2 to check if it behaves in the same way, and I get the same exception on a different line number. Its the same line if I look at that version. > My POM is as follows:- > > org.apache.axis2 > axis2-java2wsdl-maven-plugin > 1.3 > > > com.qualcomm.qis.mcs.ws.MCSMgmtWS > > > target/generated-sources/axis2/code2wsdl/MCSMgmtWS.wsdl > > MCSMgmtWS > > > > > generate-sources > > java2wsdl > > > > > > > com.qualcomm.qis.mcs.mcs-ws > mcs-ws-common > 0.0.1 > > > > The Exception is as follows:- > [DEBUG] Configuring mojo 'org.apache.axis2:axis2-java2wsdl-maven-plugin:1.3:java2wsdl' --> > [DEBUG] (f) className = com.qualcomm.qis.mcs.ws.MCSMgmtWS > [DEBUG] (f) extraClasses = [Ljava.lang.String;@45c97b > [DEBUG] (f) outputFileName = target/generated-sources/axis2/code2wsdl/MCSMgmtWS.wsdl > [DEBUG] (f) package2Namespace = {} > [DEBUG] (f) project = org.apache.maven.project.MavenProject@77507044 > [DEBUG] (f) serviceName = MCSMgmtWS > [DEBUG] -- end configuration -- > [INFO] [axis2-java2wsdl:java2wsdl {execution: default}] > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] null > [INFO] ------------------------------------------------------------------------ > [DEBUG] Trace > java.lang.NullPointerException > at org.apache.axis2.maven2.java2wsdl.Java2WSDLMojo.fillOptionMap(Java2WSDLMojo.java:237) > at org.apache.axis2.maven2.java2wsdl.Java2WSDLMojo.execute(Java2WSDLMojo.java:324) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) -- 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: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org