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 C938BE0D2 for ; Fri, 7 Dec 2012 10:17:24 +0000 (UTC) Received: (qmail 92030 invoked by uid 500); 7 Dec 2012 10:17:24 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 91868 invoked by uid 500); 7 Dec 2012 10:17:23 -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 91231 invoked by uid 99); 7 Dec 2012 10:17:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2012 10:17:21 +0000 Date: Fri, 7 Dec 2012 10:17:20 +0000 (UTC) From: "Christian Schneider (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DOSGI-128) Allow to use JAXWS/JAXB service without frontend and databinding properties 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/DOSGI-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider resolved DOSGI-128. --------------------------------------- Resolution: Fixed 1418247 07.12.2012 11:14:30, by cschneider DOSGI-128 Allow to use JAXWS/JAXB service without frontend and databinding properties M /cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/Constants.java M /cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/AbstractPojoConfigurationTypeHandler.java M /cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandler.java M /cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java A /cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/jaxws A /cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/jaxws/MyJaxWsEchoService.java A /cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/jaxws/MyJaxWsEchoServiceImpl.java A /cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/simple A /cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/simple/MySimpleEchoService.java A /cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/simple/MySimpleEchoServiceImpl.java > Allow to use JAXWS/JAXB service without frontend and databinding properties > --------------------------------------------------------------------------- > > Key: DOSGI-128 > URL: https://issues.apache.org/jira/browse/DOSGI-128 > Project: CXF Distributed OSGi > Issue Type: Improvement > Components: DSW > Affects Versions: 1.3.1 > Reporter: Christian Schneider > Assignee: Christian Schneider > Fix For: 1.4 > > > To publish a JAXWS/JAXB service you currently have to use the following service properties: > org.apache.cxf.ws.frontend:jaxws > org.apache.cxf.ws.databinding:jaxb > As these services are quite popular I propose we autodetect these when no such properties are set. > So the idea is to detect if the @Webservice annotation is present and then by default use the above settings. -- 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