0 Replies Latest reply on Jul 22, 2014 5:59 PM by lesliepaul

    Can I use Modeshape-explorer to modify a property that was set during the Jboss initial content load?

    lesliepaul

      I'm setting the Modeshape repository initial content using $JBOSS_HOME/standalone/configuration/standalone-modeshape.xml.  I added the following section:

       

      <repository name="cars">

           <node-types>

                          <node-type>

                               cars.cnd

                          </node-type>

                   </node-types>

                   <workspaces allow-workspace-creation="false">

                          <workspace name="default">

                               <initial-content>

                                    cars.xml

                               </initial-content>

                          </workspace>

                     </workspaces>

                </repository>

       

      The data is loaded correctly into the 'cars' repository.  However, when I go into modeshape-explorer, and try to change the value of a property, its not working.  Are all properties set with the initial content loading protected from being updated?  Is there a was to change that or somehow set a new value using modeshape-explorer?