Geoffrey De Smet wrote:
My xsd is a copy from

http://picorg.net/schema/activemq-4.1-working-V4.2.xsd

Where in my jar should I drop it? In the META-INF directory?

With kind regards,
Geoffrey De Smet

The spring.schemas file goes in META-INF, the xsd file goes somewhere on the classpath. So if you are putting it in a jar (which is on the classpath), you could put it in the root of the jar.

Reply via email to