And when I try to run spring dm demo with single-bundle dist. I saw these lines on the karaf log: Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.aspone.trh.springdm-demo, config=osgibundle:/META-INF/spring/*.xml)) Defaulting to pojo configuration type Using a default address : http://localhost:9000/com/aspone/trh/springdmdemo/ExampleService Creating a com.aspone.trh.springdmdemo.ExampleService endpoint from CXF PublishHook, address is http://localhost:9000/com/aspone/trh/springdmdemo/ExampleService Could not find intent map file /OSGI-INF/cxf/intents/intent-map.xml Injected intents: {}
When I hit http://localhost:9000/com/aspone/trh/springdmdemo/ExampleService?wsdl I get http 404 error. Probably the problem is about "Could not find intent map file /OSGI-INF/cxf/intents/intent-map.xml" olamalam wrote: > > Hi David, > > I tried to install multi-bundle distribution according to this url: > http://cxf.apache.org/dosgi-multi-bundle-setup.html > > I've appended those lines to etc\config.properties file like: > ... > felix.auto.start.51=file:C:/apache-cxf-dosgi-ri-1.1/dosgi_bundles/geronimo-annotation_1.0_spec-1.1.1.jar > felix.auto.start.52=file:C:/apache-cxf-dosgi-ri-1.1/dosgi_bundles/geronimo-activation_1.1_spec-1.0.2.jar > felix.auto.start.53=file:C:/apache-cxf-dosgi-ri-1.1/dosgi_bundles/geronimo-javamail_1.4_spec-1.2.jar > ... > > > But those bundles weren't installed at start up even if I tweak file paths > to have correct cxf-dosgi installation path. > > Do you have any idea what did I do wrong? > > ps. I guess it also should have worked with single-bundle distribution. > http://cxf.apache.org/dosgi-spring-dm-demo-page.html says that: > It uses the CXF/DOSGi multi bundle distribution since that provides > Spring-DM as a dependency. > > I've already installed Spring-DM to karaf when I was trying to run this > demo with single-bundle dist. > > Kind regards > Ilker > > > > -- View this message in context: http://old.nabble.com/CXF-DOSGI-problem-while-running-Spring-DM-demo-tp28244542p28256691.html Sent from the cxf-user mailing list archive at Nabble.com.
