Bug 1007945 - RTGov samples' top level pom.xml file references missing sample
Summary: RTGov samples' top level pom.xml file references missing sample
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: RT Governance
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER8
: 6.0.0
Assignee: Nick Cross
QA Contact: Jiri Sedlacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-13 15:29 UTC by Len DiMaggio
Modified: 2015-08-02 23:44 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)

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>


Note You need to log in before you can comment on or make changes to this bug.