Hide Forgot
project_key: SOA In order for modeshape to support both SOA and BRMS out-of-the-box, separate workspaces need to be defined in separate modeshape-config.xml files. The correct config file will be deployed based on the enviornment. Also, the web.xml in each deployment will need to be updated with corresponding default workspaces.
changed to use one config file, and then perform a property substitution at installation time based on the environment.
The modeshape-config.xml file will be dynamically updated during installation based installed environment (i.e, brms vs soa-p). This includes setting the workspace and jboss home location. If installed location is: jboss-as-web then workspace will be "brms" if installed location is: jboss-as then workspace will be "eds".
Completed and verified for BRMS and SOA