1 Reply Latest reply on Oct 2, 2014 9:10 AM by rhauch

    A OSGi based distribution, like felix or equinox , is planned ?

    aygalinc

      I'm trying to create a modeShape distribution but i don't know what dependecies the runtime must provides.

        • 1. Re: A OSGi based distribution, like felix or equinox , is planned ?
          rhauch

          Please see our Getting Started guide (for 3.x or here for 4.0) for information and links to examples. We use Maven, so all of our dependency information is in our POM files. And while we don't have an OSGi example, all of our JARs do have OSGi manifests and should be able to be used in an OSGi environment. We do not have any activators, so your code will have to configure and instantiate the ModeShapeEngine just like any other Java SE application.