Sergey Beryozkin-5 wrote: > > Did you get this issue resolved ? >
No, not yet. Sergey Beryozkin-5 wrote: > > I actually did a 'webapp' bundle deployment a few days ago, and it > worked fine in the end, the webapp bundle had only web.xml & beans.xml > (which you don't need for non-Spring case), CXF bundle and application > service bundle were loaded before... > I am a bit confused here. The way I do deployment is directly through felix.jar. That is, I launch Felix with cxf dosgi bundles: >> java -jar bin\felix.jar And load interface and implementation packages (or just specify in felix.auto.start): >> start file:cxf-dosgi-ri-samples-greeter-rest-interface-1.3-SNAPSHOT.jar >> start file:cxf-dosgi-ri-samples-greeter-rest-impl-1.3-SNAPSHOT.jar Is that incorrect? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-DOSGi-is-ignoring-JAX-RS-annotations-tp4495048p4515462.html Sent from the cxf-user mailing list archive at Nabble.com.
