Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BA11DDBA for ; Wed, 29 Aug 2012 06:42:08 +0000 (UTC) Received: (qmail 93380 invoked by uid 500); 29 Aug 2012 06:42:08 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 93313 invoked by uid 500); 29 Aug 2012 06:42:07 -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 93290 invoked by uid 99); 29 Aug 2012 06:42:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 06:42:07 +0000 Date: Wed, 29 Aug 2012 17:42:07 +1100 (NCT) From: "Freeman Fang (JIRA)" To: issues@cxf.apache.org Message-ID: <440189222.10619.1346222527518.JavaMail.jiratomcat@arcas> In-Reply-To: <279498750.10445.1346219287797.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (CXF-4489) cxf-wsn-api bundle can't find org.apache.cxf.jaxws.spi.ProviderImpl in OSGi container 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-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved CXF-4489. ------------------------------- Resolution: Fixed Fix Version/s: 2.7.0 2.6.3 2.5.6 commit fix http://svn.apache.org/viewvc?rev=1378451&view=rev for trunk http://svn.apache.org/viewvc?rev=1378453&view=rev for 2.6.x branch http://svn.apache.org/viewvc?rev=1378454&view=rev for 2.5.x branch > cxf-wsn-api bundle can't find org.apache.cxf.jaxws.spi.ProviderImpl in OSGi container > ------------------------------------------------------------------------------------- > > Key: CXF-4489 > URL: https://issues.apache.org/jira/browse/CXF-4489 > Project: CXF > Issue Type: Bug > Components: OSGi > Affects Versions: 2.5.5, 2.6.2 > Reporter: Freeman Fang > Assignee: Freeman Fang > Fix For: 2.5.6, 2.6.3, 2.7.0 > > > we can see exception like > Caused by: javax.xml.ws.spi.FactoryFinder$ConfigurationError: Provider org.apache.cxf.jaxws.spi.ProviderImpl not found > at javax.xml.ws.spi.FactoryFinder$2.run(FactoryFinder.java:130) > at javax.xml.ws.spi.FactoryFinder.doPrivileged(FactoryFinder.java:229) > at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:124) > at javax.xml.ws.spi.FactoryFinder.access$200(FactoryFinder.java:44) > at javax.xml.ws.spi.FactoryFinder$3.run(FactoryFinder.java:209) > at javax.xml.ws.spi.FactoryFinder.doPrivileged(FactoryFinder.java:229) > at javax.xml.ws.spi.FactoryFinder.find(FactoryFinder.java:160) > at javax.xml.ws.spi.Provider.provider(Provider.java:43) > at javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder.build(W3CEndpointReferenceBuilder.java:142) > at org.apache.cxf.wsn.util.WSNHelper.createWSA(WSNHelper.java:65) > at org.apache.cxf.wsn.client.NotificationBroker.(NotificationBroker.java:71) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira