Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to deploy an OSGi-fied version of the CXF wsdl-first CustomerService example into TSF. I Build both, client and server, from wsdl, implemented some testing logic in the stubs and added the following Manifest and beans.xml to the server bundle:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.1
Created-By: 1.6.0_20-b02 (Sun Microsystems Inc.)
Main-Class: com.example.customerservice.CustomerService_CustomerServic
ePort_Server
Bundle-ManifestVersion: 2
Bundle-Name: CustomerServiceServer
Bundle-SymbolicName: CustomerServiceServer
Bundle-Version: 0.9.9.alpha
Require-Bundle: org.apache.cxf.bundle,org.springframework.bean
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:jaxws="http://cxf.apache.org/jaxws"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://ww
Import-Package: javax.annotation,javax.jws,javax.xml.bind,javax.xml.bind.ann
otation,javax.xml.bind.annotation.adapters,javax.xml.namespace,javax.
xml.ws,org.apache.cxf.endpoint,org.apache.cxf.interceptor,org.apache.
cxf.jaxws,org.apache.cxf.tools.common,org.springframework.context.sup
port;version="3.0"