Hello,
I've changed the spring-1.2.2-dev-2.jar to the version 1.2.3 and I
have this error :
INFO: Loading XML bean definitions from class path resource [servicemix.xml]
Caught: org.springframework.beans.factory.BeanDefinitionStoreException:
Line 2 in XML document from class path resource [servicemix.xml] is
invalid; nested exception is org.xml.sax.SAXParseException: Document
root elemen
t "beans", must match DOCTYPE root "null".
org.springframework.beans.factory.BeanDefinitionStoreException: Line 2
in XML document from class path resource [servicemix.xml] is invalid;
nested exception is org.xml.sax.SAXParseException: Document root
element "beans
", must match DOCTYPE root "null".
org.xml.sax.SAXParseException: Document root element "beans", must
match DOCTYPE root "null".
I've tried to add the servicemix dtd in the doctype tag of my
servicemix.xml, and now I have :
INFO: Loading XML bean definitions from class path resource [servicemix.xml]
Caught: org.springframework.beans.factory.BeanDefinitionStoreException:
Line 8 in XML document from class path resource [servicemix.xml] is
invalid; nested exception is org.xml.sax.SAXParseException: Element
type "contai
ner" must be declared.
org.springframework.beans.factory.BeanDefinitionStoreException: Line 8
in XML document from class path resource [servicemix.xml] is invalid;
nested exception is org.xml.sax.SAXParseException: Element type
"container" mus
t be declared.
org.xml.sax.SAXParseException: Element type "container" must be declared.
at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
Any idea ?
Fred.