Hi, I'm running cxf 2.2.6/camel 2.9.2/karaf 2.27 versions. I have a bundle that uses blueprint namespace and exposes a webservice as camel route.
This is the osgi context file. <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0" xmlns:jaxws="http://cxf.apache.org/blueprint/jaxws" xmlns:cxf="http://cxf.apache.org/blueprint/core" xmlns:camel="http://camel.apache.org/schema/blueprint" xmlns:camelcxf="http://camel.apache.org/schema/blueprint/cxf" xsi:schemaLocation=" http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://cxf.apache.org/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd "> <import resource="classpath:META-INF/cxf/cxf.xml" /> <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" /> <import resource="classpath:META-INF/cxf/cxf-extension-http.xml" /> <import resource="classpath:META-INF/cxf/osgi/cxf-extension-osgi.xml" /> ..... </blueprint> I get the following error: ndle com.igt.cm.webservice.blueprint.webservice 2012-05-15 16:18:32,240 | DEBUG | nt Dispatcher: 1 | BlueprintListener | 35 - org.apache.karaf.shell.osgi - 2.2.7 | Blueprint app state changed to Creating for bundle 180 2012-05-15 16:18:32,242 | DEBUG | lixDispatchQueue | webservice | 180 - com.igt.cm.webservice.blueprint.webservice - 1.0.0.SNAPSHOT | BundleEvent RESOLVED 2012-05-15 16:18:32,243 | DEBUG | lixDispatchQueue | webservice | 180 - com.igt.cm.webservice.blueprint.webservice - 1.0.0.SNAPSHOT | BundleEvent STARTED 2012-05-15 16:18:32,245 | DEBUG | rint Extender: 2 | BlueprintContainerImpl | 10 - org.apache.aries.blueprint - 0.3.1 | Running blueprint container for bundle com.igt.cm.webservice.blueprint .webservice in state WaitForNamespaceHandlers 2012-05-15 16:18:32,245 | INFO | rint Extender: 2 | BlueprintContainerImpl | 10 - org.apache.aries.blueprint - 0.3.1 | Bundle com.igt.cm.webservice.blueprint.webservice is waiting for names pace handlers 2012-05-15 16:18:32,246 | DEBUG | rint Extender: 2 | BlueprintEventDispatcher | 10 - org.apache.aries.blueprint - 0.3.1 | Sending blueprint container event BlueprintEvent[type=GRACE_PERIOD, de pendencies=[(&(objectClass=org.apache.aries.blueprint.NamespaceHandler)(osgi.service.blueprint.namespace=http://camel.apache.org/schema/blueprint/cxf)), (&(objectClass=org.apache.aries.blueprint.Names paceHandler)(osgi.service.blueprint.namespace=http://camel.apache.org/schema/blueprint))]] for bundle com.igt.cm.webservice.blueprint.webservice Can someone please help me? I tried the example on camel (cxf blueprint )and it gives the same issue. -- View this message in context: http://cxf.547215.n5.nabble.com/Issue-trying-to-deploy-my-webservice-bundle-on-karaf-tp5707941.html Sent from the cxf-user mailing list archive at Nabble.com.
