3 Replies Latest reply on Mar 17, 2015 11:15 AM by hchiorean

    Modeshape-explorer deployment question

    bardacp

      Hi, I have installed modeshape 4.2.0.final into Wildfly-8.1.0.Final . Now I am trying to deploy modeshape-explorer war but it says message like org.modeshape.jcr.ModeShapeEngine cannot be cast to org.modeshape.jcr.ModeShapeEngine so I assume there is same class in modeshape-web-explorer.war and in wildfly modules. Can someone explain me what is the preffered way of deploying modeshape-explorer?

        • 1. Re: Modeshape-explorer deployment question
          hchiorean

          First, please note that ModeShape 4.2.0.Final only works with Wildfly 8.2.0.Final.

          modeshape-explorer is/should be deployed by the ModeShape modules automatically when you start the server up. The only thing you need to make sure is that the repository configuration has the following section:

           

          <subsystem xmlns="urn:jboss:domain:modeshape:2.0"> 
            <webapp name="modeshape-explorer.war"
          />

           

          You should not attempt to deploy the explorer application by hand and/or in your own application/modules.

          • 2. Re: Modeshape-explorer deployment question
            bardacp

            Awesome, thanks. Just for clarification ModeShape 4.1.0.Final is the version for Wildfly 8.1.0.Final?

            • 3. Re: Modeshape-explorer deployment question
              hchiorean

              That's correct: 4.1.0.Final will work with WF 8.1.0.Final, but 4.2.0.Final will only work with WF 8.2.0.Final because of the fact that 8.1.0.Final contains a beta version of picketbox.