Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41C0691B5 for ; Tue, 8 Nov 2011 15:26:04 +0000 (UTC) Received: (qmail 7197 invoked by uid 500); 8 Nov 2011 15:26:03 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 7166 invoked by uid 500); 8 Nov 2011 15:26:03 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 7157 invoked by uid 99); 8 Nov 2011 15:26:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 15:26:03 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 15:25:58 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RNnYP-0006wG-Td for users@camel.apache.org; Tue, 08 Nov 2011 07:25:37 -0800 Date: Tue, 8 Nov 2011 07:25:37 -0800 (PST) From: Gnanaguru S To: users@camel.apache.org Message-ID: <1320765937908-4974554.post@n5.nabble.com> Subject: META-INF.cxf MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi We are trying to create a new cxf-camel example. After generating the jar and deploying it to deploy dir. we are facing this exception. 19:01:42,343 | INFO | l Console Thread | Console | 35 - org.apache.karaf.shell.console - 2.2.2.fuse-00-08 | Exception caught while executing command org.osgi.framework.BundleException: Unresolved constraint in bundle coefusewsdl [225]: Unable to resolve 225.0: missing requirement [225.0] package; (*package=META-INF.cxf)* at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3455)[org.apache.felix.framework-3.0.9-fuse-01-08.jar:] at org.apache.felix.framework.Felix.startBundle(Felix.java:1728)[org.apache.felix.framework-3.0.9-fuse-01-08.jar:] at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:927)[org.apache.felix.framework-3.0.9-fuse-01-08.jar:] at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:914)[org.apache.felix.framework-3.0.9-fuse-01-08.jar:] at org.apache.karaf.shell.osgi.RestartBundle.doExecute(RestartBundle.java:32)[21:org.apache.karaf.shell.osgi:2.2.2.fuse-00-08] at org.apache.karaf.shell.osgi.BundlesCommand.doExecute(BundlesCommand.java:37)[21:org.apache.karaf.shell.osgi:2.2.2.fuse-00-08] at org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:38)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:474)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:79)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at org.apache.karaf.shell.console.jline.Console.run(Console.java:240)[35:org.apache.karaf.shell.console:2.2.2.fuse-00-08] at java.lang.Thread.run(Thread.java:619)[:1.6.0_17] What is this meta-inf.cxf . i can find it anywhere. Regards Guru -- View this message in context: http://camel.465427.n5.nabble.com/META-INF-cxf-tp4974554p4974554.html Sent from the Camel - Users mailing list archive at Nabble.com.