Found the bug somewhere between the chair and the keyboard.

----- Original Message ----- From: "Albert Strasheim" <[EMAIL PROTECTED]>
To: <users@activemq.apache.org>
Sent: Friday, September 21, 2007 10:16 PM
Subject: The matching wildcard is strict error with AMQ 5 (was Re: AMQ 4.1 and Spring XML beans)


<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.org/config/1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:util="http://www.springframework.org/schema/util";
 xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd http://activemq.org/config/1.0 http://activemq.apache.org/schema/core/activemq-core-5.0-SNAPSHOT.xsd";>

This last URI should be

http://activemq.apache.org/snapshot-schema/activemq-core-5.0.xsd

It would appear the example at

http://activemq.apache.org/spring-support.html

is wrong, since the spring.schemas isn't set up to work with the URI listed there (and the one I tried to use).

Thanks to Erik Wiersma for helping me figure this out.

http://erik.jteam.nl/?p=27

Cheers,

Albert


Reply via email to