1 Reply Latest reply on Apr 22, 2011 8:37 PM by dlo1957

    Bundle could not be resolved. Reason: Package uses conflict:

    dlo1957

      I am getting the following error when trying to deploy a bundle:

       

      *The bundle "neis-db-connection_1.0.2.SNAPSHOT " could not be resolved. Reason:

      Package uses conflict:

      Import-Package: org.springframework.aop.framework; version="3.0.0"*

       

      I believe that I have tracked the conflict down to the following (from the Felix Web Console):

       

      "neis-db-connection_1.0.2.SNAPSHOT "

      Imported Packages

      org.springframework.aop,version=3.0 from org.springframework.aop (60)

       

      While:

       

      From bundle 251 (ne-fix-trade-capture-process):

      Imported Packages

      org.springframework.aop,version=3.0.5.RELEASE from org.springframework.aop (60)

       

      And:

       

      Bundle is "Spring AOP (org.springframework.aop)"

      Exported Packages

      org.springframework.aop,version=3.0.5.RELEASE

       

      Now for some background:

       

      I did my development on Window 7 using "apache-servicemix-4.3.1-fuse-00-00". I had everything running fine.

       

      I am now trying to deploy to Linux using "apache-servicemix-4.3.1-fuse-01-09"

       

      Does anyone have an idea on how to resolve this?

       

      I am confused as both the "neis-db-connection" and "ne-fix-trade-capture-process" are using the same package from bundle 60.

       

      Thanks,

      Daryl