Bug 1036803

Summary: DV6 quickstarts contain dist module that is non existent
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Filip Nguyen <fnguyen>
Component: ExamplesAssignee: Van Halbert <vhalbert>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: atangrin, jcoleman, ldimaggi, pkocandr, vhalbert
Target Milestone: GA   
Target Release: 6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-10 18:41:13 UTC 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 Filip Nguyen 2013-12-02 16:06:36 UTC
Modules [1] that are in DV6 quickstarts pom render the quickstarts unusable becuase module dist doesn't exist [2].

Also modules are missing simpleclient module.


[1]
        <modules>
        <!--module>drools-integration</module-->
        <module>dynamicvdb-datafederation</module>
        <module>dynamicvdb-dataroles</module>
        <module>hibernate-on-top-of-teiid</module>
        <module>webservices-as-a-datasource</module>
                <module>infinispan-local-cache</module>
        <module>custom-log4j-db-logger</module>
        <module>dist</module>
        </modules>
[2] 

 Child module /home/fnguyen/work/edsqa/builds/ER5/quickstarts/dist of /home/fnguyen/work/edsqa/builds/ER5/quickstarts/pom.xml does not exist

Comment 4 Petr Kočandrle 2013-12-02 17:43:11 UTC
The module in pom.xml can be safely removed now to unblock testing. In ER6 the module will be added conditionally only when the dist directory exists.

Comment 5 belong 2013-12-03 00:45:47 UTC
Assuming this will be sorted before GA - setting to requires_doc_text- accordingly.

Comment 6 Filip Nguyen 2013-12-03 04:00:31 UTC
(In reply to Petr Kočandrle from comment #4)
> The module in pom.xml can be safely removed now to unblock testing. In ER6
> the module will be added conditionally only when the dist directory exists.

Thanks, after safely removing the module the following issue comes up: https://bugzilla.redhat.com/show_bug.cgi?id=1036812