Bug 978388 - Wrong Spring Framework version Spring Developer Guide
Summary: Wrong Spring Framework version Spring Developer Guide
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: doc-Spring-Developer-Guide
Version: 2.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Sneha
QA Contact: Tomas Repel
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-26 14:03 UTC by Tomas Repel
Modified: 2014-11-09 23:02 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description Tomas Repel 2013-06-26 14:03:06 UTC
Document URL: 

http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_JBoss_Web_Framework_Kit/2.3/html-single/Spring_Developer_Guide/index.html

Section Number and Name: 

1.1. Obtaining Spring

Describe the issue: 

Wrong version of Spring Framework `3.2.1.RELEASE`

Suggestions for improvement: 

Should be replaced by `3.2.3.RELEASE`

Comment 1 Sneha 2013-06-27 10:39:56 UTC
Updated the guide as per bug description.

Comment 2 Sneha 2013-06-28 06:27:23 UTC
Additionally, updated the following versions as confirmed by Tomas Repel:

location:
http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_JBoss_Web_Framework_Kit/2.3/html-single/Spring_Developer_Guide/index.html#appendix_petclinic_pom

Change:
1. spring-3.0-bom version to '2.3.0-redhat-1'
2. jboss-javaee-6.0 version to '3.0.2.Final-redhat-3'

Comment 3 Tomas Repel 2013-06-28 13:08:10 UTC
Sorry, I overlooked this, the wrong 3.2.1.RELEASE version of Spring is also in chapter 1.2. Spring JARs (it is in chapter 1.1. Obtaining Spring too), it should be 3.2.3.RELEASE.

3.1. Create the Quickstart Project
 - please change all occurrences of `member-registration` to `member_registration`. The reason for this is that dash (-) can't be used in Java package names, the underscore (_) can.

Chapter 4. Task Two: Run the Example
  - replace all occurrences of `greeter` by `member_registration` in this chapter, the project was named that way in previous chapter

I still can't see the changes mentioned in comment 2 when clicking on that link, please check it. Thanks

Comment 5 Tomas Repel 2013-07-01 09:54:36 UTC
Verified in WFK 2.3.0.CR1.


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