Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 78769 invoked from network); 19 Feb 2011 00:00:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Feb 2011 00:00:00 -0000 Received: (qmail 75043 invoked by uid 500); 19 Feb 2011 00:00:00 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 75017 invoked by uid 500); 18 Feb 2011 23:59:59 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 75009 invoked by uid 99); 18 Feb 2011 23:59:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Feb 2011 23:59:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Fri, 18 Feb 2011 23:59:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 92FAA1A44B4 for ; Fri, 18 Feb 2011 23:59:38 +0000 (UTC) Date: Fri, 18 Feb 2011 23:59:38 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: <1001881752.2207.1298073578598.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Resolved: (CXF-3077) java.lang.InstantiationException: org.apache.cxf.wstx_msv_validation.WoodstoxValidationImpl 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/CXF-3077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-3077. ------------------------------ Resolution: Fixed Fix Version/s: 2.3.3 > java.lang.InstantiationException: org.apache.cxf.wstx_msv_validation.WoodstoxValidationImpl > ------------------------------------------------------------------------------------------- > > Key: CXF-3077 > URL: https://issues.apache.org/jira/browse/CXF-3077 > Project: CXF > Issue Type: Bug > Components: Bus > Affects Versions: 2.3.0 > Environment: Windows XP > JDK 1.6.0_21 > Reporter: Guillaume Camus > Assignee: Daniel Kulp > Fix For: 2.3.3 > > > I try to upgrade lib from CXF 2.2.10 to 2.3.0 and I have got this exception : > {noformat} > Exception in thread "main" org.apache.cxf.bus.extension.ExtensionException > at org.apache.cxf.bus.extension.Extension.load(Extension.java:114) > at org.apache.cxf.bus.extension.ExtensionManagerImpl.loadAndRegister(ExtensionManagerImpl.java:183) > at org.apache.cxf.bus.extension.ExtensionManagerImpl.processExtension(ExtensionManagerImpl.java:158) > at org.apache.cxf.bus.extension.ExtensionManagerImpl.loadFragment(ExtensionManagerImpl.java:151) > at org.apache.cxf.bus.extension.ExtensionManagerImpl.load(ExtensionManagerImpl.java:143) > at org.apache.cxf.bus.extension.ExtensionManagerImpl.load(ExtensionManagerImpl.java:96) > at org.apache.cxf.bus.extension.ExtensionManagerBus.(ExtensionManagerBus.java:129) > at org.apache.cxf.bus.CXFBusFactory.createBus(CXFBusFactory.java:41) > at org.apache.cxf.bus.CXFBusFactory.createBus(CXFBusFactory.java:37) > at org.apache.cxf.bus.CXFBusFactory.createBus(CXFBusFactory.java:33) > at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:72) > at org.apache.cxf.BusFactory.getThreadDefaultBus(BusFactory.java:115) > at org.apache.cxf.BusFactory.getThreadDefaultBus(BusFactory.java:102) > at org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:89) > at javax.xml.ws.Service.(Service.java:56) > (...) > Caused by: java.lang.InstantiationException: org.apache.cxf.wstx_msv_validation.WoodstoxValidationImpl > at java.lang.Class.newInstance0(Class.java:340) > at java.lang.Class.newInstance(Class.java:308) > at org.apache.cxf.bus.extension.Extension.load(Extension.java:110) > {noformat} > This exception is throwed when I access to my webservice (webservice using CXF 2.3.0 under Tomcat 6.0). > My consumer was written following this doc : > http://cxf.apache.org/docs/developing-a-consumer.html > # My WSDL is saved on a file. > # I generate the stub code with wsdl2java with this WSDL (with new CXF 2.3.0) > # I call methods that work with older CXF release. > I use these libs : > * cxf-2.3.0.jar > * jcl-over-slf4j-1.6.1.jar > * log4j-1.2.16.jar > * neethi-2.0.4.jar > * slf4j-api-1.6.1.jar > * slf4j-log4j12-1.6.1.jar > * wsdl4j-1.6.2.jar > * XmlSchema-1.4.7.jar > I try to add these libs without success : > * woodstox-core-asl-4.0.8.jar > * stax2-api-3.0.2.jar > I tried with CXF 2.3.1 Snapshot (build on 20 october 2010) and i have the same exception. > I tried with CXF 2.2.11 and my consumer work correctly. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira