Issue Details (XML | Word | Printable)

Key: IDE-773
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Christian Dupuis
Reporter: Imported
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring IDE

Wrong schema location for JMS namespace

Created: 21/Dec/07 08:18 AM   Updated: 21/Dec/07 10:40 AM
Component/s: beans.core
Affects Version/s: 2.0.2
Fix Version/s: 2.0.3

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive mylyn-context.zip (1 kB)

Environment: Windows


 Description  « Hide
Below is what I get when I create a new Spring bean definitions with JMS namespace support from Spring IDE
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:jms="http://www.springframework.org/schema/jms"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
		http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-lang.xsd">
</beans>

I think the schema location for jms namespace should be:

http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms.xsd


 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Christian Dupuis added a comment - 21/Dec/07 10:36 AM
You are right. Will fix this asap.