Bug 785689 - Version updates in Spring 3.0 and Spring 3.1 BOM file
Summary: Version updates in Spring 3.0 and Spring 3.1 BOM file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Spring
Version: 2.0.0.DR07
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 2.0.0.DR08
Assignee: Marek Novotny
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-30 11:21 UTC by Karel Piwko
Modified: 2012-04-05 13:48 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-05 13:48:36 UTC
Type: Task


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 785684 0 high CLOSED Consumers of Spring 3.0 and 3.1 BOMs must include WS Coordinator when running on JBoss Enterprise Web Server 2021-02-22 00:41:40 UTC

Internal Links: 785684

Description Karel Piwko 2012-01-30 11:21:56 UTC
1/ Update Spring Web Services to 2.0.4.RELEASE (actual version).

2/ Update dependencyManagement to remove WS 1.5.10 residuals to list following.

<!-- ws -->
            <dependency>
                <groupId>org.springframework.ws</groupId>
                <artifactId>spring-ws-core</artifactId>
                <version>${spring-ws.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>commons-logging</groupId>
                        <artifactId>commons-logging</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>org.springframework.ws</groupId>
                <artifactId>spring-ws-support</artifactId>
                <version>${spring-ws.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework.ws</groupId>
                <artifactId>spring-ws-security</artifactId>
                <version>${spring-ws.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>com.sun.xml.wsit</groupId>
                        <artifactId>wsit-rt</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.springframework.ws</groupId>
                <artifactId>spring-xml</artifactId>
                <version>${spring-ws.version}</version>
            </dependency>

Note: This changes affects both Spring 3.0 and Spring 3.1 BOMs.

Comment 1 Karel Piwko 2012-03-09 13:45:47 UTC
Verified in ER2. Note that this change makes usage of Spring WS on EWS containers a bit more difficult. See https://bugzilla.redhat.com/show_bug.cgi?id=785684

Comment 2 Karel Piwko 2012-04-05 13:48:36 UTC
Verified in WFK 2.0.0.ER3 (a.k.a. 2.0.0.Beta1).


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