Hi Clemens Sorry for the late answer: We will look into this in the next few weeks. We ModeShape is deployed a Tomcat embedded in JBoss, but we control the lifecycle of modeshape ourselves (so it's not bound to JNDI or not deployed as a JBoss service). We basically create the repository with the standard JCR 2.0 API:
RepositoryFactory factory = ServiceLoader.load(RepositoryFactory.class)); Repository repository = factory.getRepository(parameters); Regards Simon -----Ursprüngliche Nachricht----- Von: Clemens Wyss [mailto:[email protected]] Gesendet: Dienstag, 23. November 2010 10:23 An: [email protected] Betreff: AW: Replacing jackrabbit with other JCR implementation Hi Simon, are you working on modesh...@sling? Do you have a "standalone" (i.e. without JBOSS,Tomcat) ModeShape setup? JPA Connector? Regards Clemens > -----Ursprüngliche Nachricht----- > Von: Gunzenreiner Simon [mailto:[email protected]] > Gesendet: Dienstag, 16. November 2010 09:55 > An: [email protected] > Betreff: Replacing jackrabbit with other JCR implementation > > Hi all > > I am looking into replacing the embedded Jackrabbit JCR implementation > with another JCR 2.0 implementation (Modeshape). This should be possible > in principle, right? What functionality in Sling is depending on Jackrabbit > as a > repository? > > I would appreciate any hints or guidance of how to achieve this and what > pitfalls to avoid. > > Best regards > Simon
