Bug 1007945

Summary: RTGov samples' top level pom.xml file references missing sample
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Len DiMaggio <ldimaggi>
Component: RT GovernanceAssignee: Nick Cross <ncross>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Sedlacek <jsedlace>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: atangrin, ncross, oskutka, soa-p-jira
Target Milestone: ER8   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Len DiMaggio 2013-09-13 15:29:30 UTC
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:

Comment 1 Gary Brown 2013-09-13 15:58:41 UTC
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.

Comment 2 Nick Cross 2013-12-04 14:39:29 UTC
This should be fixed for the next release.

Comment 3 Len DiMaggio 2014-01-03 20:54:09 UTC
Verified in ER8.

	<modules>
		<module>activityclient</module>
		<module>ordermgmt</module>
		<module>policy</module>
		<module>sla</module>
	</modules>