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 D2692172C6 for ; Fri, 7 Nov 2014 19:58:34 +0000 (UTC) Received: (qmail 76197 invoked by uid 500); 7 Nov 2014 19:58:34 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 76149 invoked by uid 500); 7 Nov 2014 19:58:34 -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 76135 invoked by uid 99); 7 Nov 2014 19:58:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 19:58:34 +0000 Date: Fri, 7 Nov 2014 19:58:34 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-6077) In OSGi, the wsdl extensor loaders may not be able to generate their special ExtensibilityELements 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-6077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-6077. ------------------------------ Resolution: Fixed > In OSGi, the wsdl extensor loaders may not be able to generate their special ExtensibilityELements > -------------------------------------------------------------------------------------------------- > > Key: CXF-6077 > URL: https://issues.apache.org/jira/browse/CXF-6077 > Project: CXF > Issue Type: Bug > Components: OSGi > Affects Versions: 3.0.2 > Reporter: Daniel Kulp > Assignee: Daniel Kulp > Fix For: 3.0.3 > > > Debug logs will show: > {code} > org.apache.cxf.bus.extension.ExtensionException: Could not create object of extension class org.apache.cxf.ws.addressing.impl.AddressingWSDLExtensionLoader. > at org.apache.cxf.wsdl11.WSDLManagerImpl.setBus(WSDLManagerImpl.java:122)[59:org.apache.cxf.cxf-rt-wsdl:3.1.0.SNAPSHOT] > at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createBindingInfo(AbstractWSDLBasedEndpointFactory.java:341)[84:org.apache.cxf.cxf-rt-frontend-simple:3.1.0.SNAPSHOT] > at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpointInfo(AbstractWSDLBasedEndpointFactory.java:259)[84:org.apache.cxf.cxf-rt-frontend-simple:3.1.0.SNAPSHOT] > at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:144)[84:org.apache.cxf.cxf-rt-frontend-simple:3.1.0.SNAPSHOT] > Caused by: java.lang.NoClassDefFoundError: javax/wsdl/extensions/ExtensibilityElement > at org.apache.cxf.wsdl.JAXBExtensionHelper.createExtensionClass(JAXBExtensionHelper.java:688)[59:org.apache.cxf.cxf-rt-wsdl:3.1.0.SNAPSHOT] > at org.apache.cxf.wsdl.JAXBExtensionHelper.addExtensions(JAXBExtensionHelper.java:191)[59:org.apache.cxf.cxf-rt-wsdl:3.1.0.SNAPSHOT] > at org.apache.cxf.wsdl.JAXBExtensionHelper.addExtensions(JAXBExtensionHelper.java:164)[59:org.apache.cxf.cxf-rt-wsdl:3.1.0.SNAPSHOT] > at org.apache.cxf.ws.addressing.impl.AddressingWSDLExtensionLoader.createExtensor(AddressingWSDLExtensionLoader.java:46) > at org.apache.cxf.ws.addressing.impl.AddressingWSDLExtensionLoader.(AddressingWSDLExtensionLoader.java:39) > Caused by: java.lang.ClassNotFoundException: javax.wsdl.extensions.ExtensibilityElement > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)