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 ACFFA1776C for ; Wed, 1 Oct 2014 22:57:34 +0000 (UTC) Received: (qmail 82089 invoked by uid 500); 1 Oct 2014 22:57:34 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 82047 invoked by uid 500); 1 Oct 2014 22:57: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 81797 invoked by uid 99); 1 Oct 2014 22:57:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 22:57:34 +0000 Date: Wed, 1 Oct 2014 22:57:34 +0000 (UTC) From: "Chris Owens (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-6033) Like OPENEJB-2063 but with WS rather than RS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chris Owens created CXF-6033: -------------------------------- Summary: Like OPENEJB-2063 but with WS rather than RS Key: CXF-6033 URL: https://issues.apache.org/jira/browse/CXF-6033 Project: CXF Issue Type: Bug Components: JAX-WS Runtime Affects Versions: 2.6.14 Reporter: Chris Owens Same stack trace as OPENEJB-2063 except with JAX-WS rather than JAX-RS: {code} 01-Oct 18:39:43.442 [localhost-startStop-1] ERROR OpenEJB.ws - Error deploying JAX-WS Web Service for EJB SgdpResponderPortImpl java.lang.UnsupportedOperationException: null at org.apache.cxf.common.logging.AbstractDelegatingLogger.setLevel(AbstractDelegatingLogger.java:268) ~[cxf-api-2.6.14.jar:2.6.14] at org.apache.openejb.server.cxf.CxfEndpoint.doServiceCreate(CxfEndpoint.java:99) ~[openejb-cxf-4.7.0.jar:4.7.0] at org.apache.openejb.server.cxf.ejb.EjbEndpoint.(EjbEndpoint.java:64) ~[openejb-cxf-4.7.0.jar:4.7.0] at org.apache.openejb.server.cxf.ejb.EjbWsContainer.createEndpoint(EjbWsContainer.java:55) ~[openejb-cxf-4.7.0.jar:4.7.0] at org.apache.openejb.server.cxf.ejb.EjbWsContainer.createEndpoint(EjbWsContainer.java:44) ~[openejb-cxf-4.7.0.jar:4.7.0] at org.apache.openejb.server.cxf.CxfWsContainer.start(CxfWsContainer.java:50) ~[openejb-cxf-4.7.0.jar:4.7.0] at org.apache.openejb.server.cxf.CxfService.createEjbWsContainer(CxfService.java:83) ~[openejb-cxf-4.7.0.jar:4.7.0] at org.apache.openejb.server.webservices.WsService.deployApp(WsService.java:281) [openejb-webservices-4.7.0.jar:4.7.0] at org.apache.openejb.server.webservices.WsService.deploy(WsService.java:227) [openejb-webservices-4.7.0.jar:4.7.0] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_65] {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)