1 Reply Latest reply on Apr 29, 2009 5:06 AM by socallag

    OSGi project with CXF + ActiveMQ + JAXB marshalling

    mfedorov

      Hello, I am trying to start using OSGi (with fuse archetype), but having all kinds of problems. All the examples I found are very simple, including payments-web-service. In addition to CXF, I am using Jaxb2Marshaller from spring-oxm-tiger to marshal/unmarshal objects to queue. When installing my bundle I am getting all sorts of constraint errors, no matter what dependencies I use and what <Import-Package>. Is there an easier way to manage dependencies with OSGi? So far it is a disaster for complex scenarios.

       

      Here is what I am getting for this pom.xml

      ERROR BundleException: Unresolved constraint in bundle 145: package; (package=or

      g.aspectj.weaver.loadtime)

       

       

      Thank you.