Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 33971 invoked from network); 8 Jan 2008 08:55:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jan 2008 08:55:57 -0000 Received: (qmail 26397 invoked by uid 500); 8 Jan 2008 08:55:46 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 26387 invoked by uid 500); 8 Jan 2008 08:55:46 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 26378 invoked by uid 99); 8 Jan 2008 08:55:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 00:55:46 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 08 Jan 2008 08:55:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 38266714231 for ; Tue, 8 Jan 2008 00:55:34 -0800 (PST) Message-ID: <27639801.1199782534227.JavaMail.jira@brutus> Date: Tue, 8 Jan 2008 00:55:34 -0800 (PST) From: "Laurent Boucher (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Commented: (CXF-1256) java.lang.SecurityException when i use cxf-codegen:wsdl2java for maven in netbeans ide In-Reply-To: <27980538.1196851063405.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/CXF-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556842#action_12556842 ] Laurent Boucher commented on CXF-1256: -------------------------------------- Hi, A great thanks. I check your correction in the 2.0.4 snapshot and all stuff are working. Laurent. > java.lang.SecurityException when i use cxf-codegen:wsdl2java for maven in netbeans ide > -------------------------------------------------------------------------------------- > > Key: CXF-1256 > URL: https://issues.apache.org/jira/browse/CXF-1256 > Project: CXF > Issue Type: Bug > Environment: Maven netbeans 6.0 > Reporter: Laurent Boucher > > [cxf-codegen:wsdl2java {execution: compile-backoffice-wsdl}] > ------------------------------------------------------------------------ > [ERROR]FATAL ERROR > ------------------------------------------------------------------------ > null > ------------------------------------------------------------------------ > Trace > java.lang.SecurityException > at org.netbeans.TopSecurityManager.checkSetSecurityManager(TopSecurityManager.java:373) > at org.netbeans.TopSecurityManager.checkPermission(TopSecurityManager.java:337) > at java.lang.System.setSecurityManager0(System.java:253) > at java.lang.System.setSecurityManager(System.java:245) > at org.apache.cxf.maven_plugin.WSDL2JavaMojo.execute(WSDL2JavaMojo.java:145) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:417) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:610) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:551) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:530) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:309) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:276) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) > at org.codehaus.mevenide.netbeans.embedder.exec.MyLifecycleExecutor.execute(MyLifecycleExecutor.java:92) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:393) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:182) > at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:760) > at org.codehaus.mevenide.netbeans.execute.MavenJavaExecutor.run(MavenJavaExecutor.java:196) > at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151) > [Update] > I received this error when i try to generate source code from wsdl i i'm in the netbeans 6.0 ide > This error come only if is use the maven version of the plugin. > If i use a external problem -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.