Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0CCCAE067 for ; Mon, 28 Jan 2013 07:58:31 +0000 (UTC) Received: (qmail 16377 invoked by uid 500); 28 Jan 2013 07:58:29 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 16211 invoked by uid 500); 28 Jan 2013 07:58:28 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 16193 invoked by uid 99); 28 Jan 2013 07:58:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 07:58:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of laudio.info@gmail.com designates 209.85.219.42 as permitted sender) Received: from [209.85.219.42] (HELO mail-oa0-f42.google.com) (209.85.219.42) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 07:58:21 +0000 Received: by mail-oa0-f42.google.com with SMTP id j1so2507367oag.1 for ; Sun, 27 Jan 2013 23:58:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=a0hnI4DlWdmeZ2fOagcGk9QKR1x2cPQXyLJI64AVLxg=; b=OM9xeWK4fvleqwgpfyA2C1eBtQEbG9voSmQPelKAbUNFfrde4R+iMlw+PSuuijRGCX 0X2auFDrZEVKnVCSPxXAtQpuUmqp2a4gs7ouOLrRqLzg/oRPr8c8snHxKc58XgalRZts NkupCY9YU7F4IUrstr64fig64EemReQbzRlKCDxgCD5Xj+v35v0p+3GnYzb59TxCqEEo pW+WF50coO1iyZ+oyvg6Qk1O/736NNvtzerEELuG0Z/dI2XSVGLMdV5hsEic5rhYdYzj ywSndj2JBm37gawqzGY0C6C8BhVKbAZ1vks9lQH7M0pmfmknRHuIICpYAGeO78l3XST9 /60Q== MIME-Version: 1.0 X-Received: by 10.60.27.161 with SMTP id u1mr3766823oeg.1.1359359880832; Sun, 27 Jan 2013 23:58:00 -0800 (PST) Received: by 10.182.144.194 with HTTP; Sun, 27 Jan 2013 23:58:00 -0800 (PST) In-Reply-To: References: Date: Mon, 28 Jan 2013 08:58:00 +0100 Message-ID: Subject: Re: maven jax-ws and jdk7. help please From: "laudio.info" To: Maven Users List Content-Type: multipart/alternative; boundary=e89a8fb20302d1a7fc04d454a217 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb20302d1a7fc04d454a217 Content-Type: text/plain; charset=ISO-8859-1 Thanks I have seen that, using the same java code and the same configuration, the problem appears if i use the jdk7. Using the jdk there is not problem 2013/1/27 Wayne Fay > > Caused by: java.security.PrivilegedActionException: > > com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of > > IllegalAnnotationExceptions > > java.lang.StackTraceElement does not have a no-arg default constructor. > > This seems to be the root cause of your problem. I would start > removing your Webservices one by one until you figure out which one is > causing this error to be thrown. Then compare it to the others you are > building with no issues. > > Also I'd take this question to a Java Webservices forum or mailing > list, as this really has nothing to do with Maven. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --e89a8fb20302d1a7fc04d454a217--