Thanks for the reply Aaron.
Yes it works with the URLs with version. But I get a warning in my IDE, but
the application works fine. I am wondering what is the reason for the
warning (the warning says it cannot find the Spring Namespace Handler, which
is in classpath) :S.
Aaron Mulder wrote:
>
You can change the file to use the URLs with versions in the name. I
find that my IDE doesn't work with the versionless URLs either (though
it seems that Spring and XBean are OK with it).
http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd
http://activemq.apache.org/camel/schema/spring
Thanks for the reply Hiram,
I have included activemq-all-5.1.0.jar in the classpath. I see the
"Spring.Handlers" file inside META-INF folder of the jar file. But still, I
get the warning.
Also, I can see that
'http://activemq.apache.org/schema/core/activemq-core.xsd' name space
declared in activ
The Spring NamespaceHandler for element 'amq:broker' is located inside
the activemq-core jar. Is that in your classpath?
On Sun, May 11, 2008 at 3:56 AM, Yohan Liyanage <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I tried to create an embedded broker in a Spring Bean Configuration, as
> shown in Activ