3 Replies Latest reply on Nov 11, 2014 10:09 AM by hchiorean

    Modeshape 4 and fuse 6.2

    virchete

      Good morning, I am trying to use modeshape 4.0.0 in Fuse 6.2 environment. I added the modeshape features in the features.xml. When the feature that contains the modeshape bundles is installed I receive the following error in Fuse logs:

      Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle org.modeshape.jcr-api [327]: Unable to resolve 327.0: missing requirement [327.0] osgi.wiring.package; (&(osgi.wiring.package=javax.servlet.http)(version>=3.1.0)(!(version>=4.0.0)))

      the bundles added in the features.xml are:

      <bundle>mvn:org.modeshape/modeshape-jcr-api/4.0.0.Final</bundle>

      <bundle>mvn:javax.jcr/jcr/2.0</bundle>

      <bundle>mvn:org.modeshape/modeshape-common/4.0.0.Final</bundle>

      <bundle>mvn:org.modeshape/modeshape-jcr/4.0.0.Final</bundle>

      <bundle>mvn:org.modeshape/modeshape-schematic/4.0.0.Final</bundle>