I’ve used the Spring 2.0.4 mechanism to add my own XML schema to the bean configuration. The bean XML file validator doesn’t know about them. For example, it doesn’t know that a custom syntax like:
<btsws:root id=’bt-root’/>
Defines a bean with id bt-root, and now it warns when I set out to reference that bean from conventional beans.
Is there some way to configure recognition of my XML schema, etc? My schema URL is right there at the top of my bean file.