Hide Forgot
Steps to Reproduce: Install the deployable version of BRMS 5.2 war to SOA-P default server location and then run ant installer for EDS. Workaround Description: Remove jboss-brms.war folder from default location before running EDS installer. Or comment out appropriate XML to disable copy. project_key: SOA When running the ant installer for EDS I receive the following error BUILD FAILED /home/Michael/Applications/jboss-soa-p-5/eds/build.xml:52: The following error occurred while executing this line: /home/Michael/Applications/jboss-soa-p-5/eds/build.xml:126: The following error occurred while executing this line: /home/Michael/Applications/jboss-soa-p-5/eds/modeshape/build.xml:220: Warning: Could not find file /home/Michael/Applications/jboss-soa-p-5/eds/modeshape/resources/modeshape-config-brms.xml to copy. This is due to the missing modeshape-config-brms.xml. In my configuration I have the jboss-brms.war deployed to my SOA-P default server. If the EDS ant build.xml detects that the brms war is installed, it tries to then copy this file which does not exist.
This is because the EDS modeshape installation wasn't configured to work with brms in SOA, because the configuration is different when modeshape is in SOA versus the BRMS kit. The work around is to install EDS first, then deploy your brms war. But modeshape won't be configured to work with brms in SOA.
Seeing that eds/modeshape/resources/modeshape-config-brms.xml does not exists in the first place when would this install ever work? Seems to me something else is not quite right. Also, is the install order documented anywhere? I was not able to find anything in my searching.
This works when modeshape is deployed in the brms kit. This was never an option in SOA and never tested to this point.
The brms kit (brms-standalone-5.3.0.zip) comes with modeshape and can be deployed.