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`
Updated the guide as per bug description.
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'
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
Verified in WFK 2.3.0.CR1.