Hi!
In sources of servicemix-file component: for example
src/test/resources/spring-no-endpoints.xml:
<beans xmlns:sm="http://servicemix.apache.org/config/1.0"
xmlns:file="http://servicemix.apache.org/file/1.0"
xmlns:test="urn:test">
Where is taken this namespace:
xmlns:file="http://servicemix.apache.org/file/1.0"?
In sources of component I can find only annotation
@org.apache.xbean.XBean element="component" description="File Component"
in javadoc of class.
Truly yours,
Ivan Pryvalov.