5 Replies Latest reply on Mar 10, 2011 5:12 AM by davsclaus

    Missing Constraint: Import-Package: org.springframework.beans...

    jadexter

      Hi,

       

      I have created a project using the "servicemix-osgi-cxf-code-first-archetype" archetype. The install runs successfully and I can see the following in the console:

       

      * A CXF Code First OSGi Project (1.0.0)*

       

      However,  while attempting to start the bundle it fails with the following error (in red):

       

      *The bundle "cxf-code-first-bundle_1.0.0 " could not be resolved. Reason: Missing Constraint: Import-Package: org.springframework.beans.factory.config; version="[2.5.0,3.0.0)"*

       

      Here is an excerpt from my pom.xml, I see no references to this version of spring anywhere. I'm running Fuse ESB (4.3.0). Any ideas on how to resolve this issue? I'm pretty much just deploying a skeleton project into a clean installation of Fuse ESB.