Bug 915767
| Summary: | Example richfaces-related examples distributed in WFK should not contain richfaces-bom if jboss-javaee-6.0 artifact is required too | ||
|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Tomas Repel <trepel> | 
| Component: | Examples | Assignee: | Marek Novotny <mnovotny> | 
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas Repel <trepel> | 
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.2.0 | CC: | bsutter, kpiwko, rruss | 
| Target Milestone: | ER2 | ||
| Target Release: | 2.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-14 14:50:20 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: | |
| Embargoed: | |||
I am not sure that this applies to kitchensink-rf too, because there are -with-tools and -with-hibernate so replacement with -with-richfaces is useless. Yes, it applies. As base of -with-X is the same, there should be with-tools, with-hibernate and with-richfaces listed altogether. the same approach with jboss-javaee-6.0-with-richfaces should be used in Snowdrop Sportsclub example too. Verified in WFK 2.2.0.ER2. Closed as CURRENTRELEASE, part of WFK 2.2.0 distributables.  | 
Description of problem: The distributed examples should use <dependency> <groupId>com.redhat.jboss.wfk.boms</groupId> <artifactId>jboss-javaee-6.0-with-richfaces</artifactId> <version>1.0.4.Final-redhat-1</version> <type>pom</type> <scope>import</scope> </dependency> in dependencyManagement section instead of <dependency> <groupId>org.richfaces</groupId> <artifactId>richfaces-bom</artifactId> <version>4.3.0.Final-redhat-1</version> <type>pom</type> <scope>import</scope> </dependency> This holds for helloworld-rf, kitchensink-rf and richfaces-validation. In case of helloworld-rf, the dependency <dependency> <groupId>org.jboss.spec</groupId> <artifactId>jboss-javaee-6.0</artifactId> <version>${version.org.jboss.spec.jboss.javaee.6.0}</version> <type>pom</type> <scope>import</scope> </dependency> can/should be completely removed from dependencyManagement section because it brings nothing new if jboss-javaee-6.0-with-richfaces is used. Version-Release number of selected component (if applicable): WFK 2.2.0.ER1 How reproducible: Always.