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 B4DE08F2D for ; Thu, 1 Sep 2011 08:35:56 +0000 (UTC) Received: (qmail 28099 invoked by uid 500); 1 Sep 2011 08:35:56 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 27971 invoked by uid 500); 1 Sep 2011 08:35:45 -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 Delivered-To: moderator for issues@cxf.apache.org Received: (qmail 18191 invoked by uid 99); 1 Sep 2011 08:26:06 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of hamlax@gmail.com) Date: Thu, 1 Sep 2011 01:25:40 -0700 (PDT) From: hamlax To: issues@cxf.apache.org Message-ID: <1314865540019-4757532.post@n5.nabble.com> Subject: plain maven project on server side, rcp on client side MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hey guys, I am facing issues when developing the webservice consumer in eclipse rcp. what i have is a plain maven server project, that sets up the cxf dependencies, contains an xml file that creates the endpoints and uses jax-ws and jaxb. exported as a war and deployed in a tomcat container, this works just fine. problems start when i want to get the rcp client up and running ... what i did first was to develop a consumer in a plain maven project. works just fine. i used a context xml that contained the following: everything works ... now the problem is to get all the cxf dependencies wrapped as bundles and punched into the rcp target platform ... this is harder than it seems ... i found the DOSGi distribution of cxf, but for some reason this does not help either. it looks like it expects a osgi server too. when i add the single-osgi-distribution bundle to the client target platform and set up the context xml, it throws exceptions all over the place. please advise :-) -- View this message in context: http://cxf.547215.n5.nabble.com/plain-maven-project-on-server-side-rcp-on-client-side-tp4757532p4757532.html Sent from the cxf-issues mailing list archive at Nabble.com.