History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
AMQ-1014
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Adrian Co
Reporter:
Joe Cool
Votes:
2
Watchers:
3
Operations
If you were
logged in
you would be able to see more operations.
ActiveMQ
Invalid Schema URL for example config file
Created:
30/Oct/06 09:07 AM
Updated:
21/Sep/08 11:42 PM
Return to search
Component/s:
Test Cases
Affects Version/s:
4.1.0
Fix Version/s:
4.1.2
,
5.0.0
Time Tracking:
Not Specified
File Attachments:
File Name
Date Attached
Attached By
Size
activemq.xsd
2007-05-28 11:50 PM
Adrian Co
214 kB
Image Attachments:
1.
XMLSpy1.png
(54 kB)
2.
XMLSpy2.png
(48 kB)
Description
« Hide
The config file
https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml
should ise
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
as schema URL for Spring 2.0. Moreover and more worse the used schema URL (
http://activemq.org/config/1.0
http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-incubator-SNAPSHOT.xsd
) for ActiveMQ points to a schema file which is not valid.
Description
The config file
https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml
should ise
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
as schema URL for Spring 2.0. Moreover and more worse the used schema URL (
http://activemq.org/config/1.0
http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-incubator-SNAPSHOT.xsd
) for ActiveMQ points to a schema file which is not valid.
Show »
All
Comments
Work Log
Change History
Subversion Commits
FishEye
Crucible
Sort Order:
Repository
Revision
Date
User
Message
AMQ
#546755
Tue Jun 12 23:48:20 PDT 2007
aco
Added fix for
http://issues.apache.org/activemq/browse/AMQ-1014
and
http://issues.apache.org/activemq/browse/AMQ-1002
Files Changed
MODIFY
/activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml
MODIFY
/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java
MODIFY
/activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean-local.xml