Bug 820572 - Sportsclub example in ER5 cannot be build
Summary: Sportsclub example in ER5 cannot be build
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Examples, Spring
Version: 2.0.0.ER5
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: ---
: 2.0.0.ER6
Assignee: Marek Novotny
QA Contact: Karel Piwko
URL:
Whiteboard: sportsclub
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-10 12:09 UTC by Karel Piwko
Modified: 2012-06-22 07:32 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-06-22 07:32:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karel Piwko 2012-05-10 12:09:54 UTC
Description of problem:

Snowdrop dependencies are not up-to-date with EAP6 ER6 and WFK2 ER5.

Version-Release number of selected component (if applicable):

Spring 3.1 variant, however all are probably affected.


How reproducible:

Always.



Steps to Reproduce:
1. mvn -s /path/to/settings.xml clean package
  
Actual results:

Fails on missing dependencies.

net.sourceforge.cssparser -> likely invalid metadata
richfaces -> old version
jboss-javaee-*spec -> old version

Expected results:

It builds.

Additional info:

Workaround:

Modify sporstclub-bom to list the following:

        <dependencies>
            <dependency>
                <groupId>net.sourceforge.cssparser</groupId>
                <artifactId>cssparser</artifactId>
                 <version>0.9.5</version>
            </dependency>

            <dependency>
                <groupId>org.jboss.spec</groupId>
                <artifactId>jboss-javaee-6.0</artifactId>
                 <version>3.0.0.Final-redhat-1</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

            <dependency>
                <groupId>com.redhat.jboss.wfk.boms</groupId>
                <artifactId>spring-3.1-bom</artifactId>
                <version>2.0.0-redhat-6</version>
                <scope>import</scope>
                <type>pom</type>
            </dependency>

            <!-- Richfaces -->
            <dependency>
                <groupId>org.richfaces</groupId>
                <artifactId>richfaces-bom</artifactId>
                <version>4.2.1.Final-redhat-1</version>
                <scope>import</scope>
                <type>pom</type>
            </dependency>

           ... rest omitted for brevity...

Comment 2 Tomas Repel 2012-05-25 09:23:13 UTC
Verified in WFK2 ER6.


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