Hide Forgot
Description of problem: In the RTGov samples installed here: jboss-eap-6.1/quickstarts/overlord/rtgov The pom.xml file references this sample: grep activityclient * pom.xml: <module>activityclient</module> Which is not installed: $ ls -1 ordermgmt policy pom.xml Readme.txt sla Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Assigning to productisation, as this quickstart was originally left out, but subsequently it was agreed to distribute it. So the pom should be fine, it just needs the block on distributing the activityclient subfolder to be removed.
This should be fixed for the next release.
Verified in ER8. <modules> <module>activityclient</module> <module>ordermgmt</module> <module>policy</module> <module>sla</module> </modules>