0 Replies Latest reply on Jan 2, 2014 3:12 AM by lowry.cui

    Help for deploying Modeshape 3.6.1  to jboss 5.1 by JCA Adapter

    lowry.cui

      I unzip modeshape-3.6.1-rar to jboss/default/deply/, then modified rar.xml, configurated modeshape-repository-config.json and infinispan-config.xml.

      I added modeshape-ds.xml to jboss/default/deply/, but when my application try to access modeshape,  I got an exception :

      Caused by: javax.naming.NameNotFoundException: jcr not bound

        at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)

        at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)

        at org.jnp.server.NamingServer.getObject(NamingServer.java:785)

        at org.jnp.server.NamingServer.lookup(NamingServer.java:396)

        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:726)

        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:686)

        at javax.naming.InitialContext.lookup(InitialContext.java:411)

        at org.modeshape.jcr.JcrRepositoriesContainer$JNDIRepositoryLookup.doJNDILookup(JcrRepositoriesContainer.java:321)

        ... 70 more

       

       

      Did someone successfuly deploy modeshape 3+ to jboss 5.1 ?

      I'm a green hand.  Could you share  some configurations or guide me, I am very appreciated.

       

      Attachemets are my configurations.

       

      Thanks