XML Parser (SAX) Error

Alvaro Armenteros <[email protected]> Tue, 15 Mar 2005 11:50:55 +0100
Newsgroups gmane.comp.sourceid.sso.user
Message-ID <[email protected]>
Hello all,

    I'm trying to test demo blunded with "ID-FF Java Toolkit 1.1" using 
JBoss 4.0.1. I have followed the instructions explained in the user's 
guide, including special deployment tasks but now when JBoss starts I 
get some WARN messages like this:

9:50:44,293 WARN  [XMLUtilsSAX-ErrorHandler] XML Parser (SAX) Error. 
Continuing to parse document. Error was:
=== Throwable (or Exception) information ===
throwable class name: org.xml.sax.SAXParseException
toString(): org.xml.sax.SAXParseException: Document is invalid: no 
grammar found.
getMessage(): Document is invalid: no grammar found.
Document (line,col) where exception occurred: (3,14)
Document PublicId: null
Document SystemId: null

09:50:44,294 WARN  [XMLUtilsSAX-ErrorHandler] XML Parser (SAX) Error. 
Continuing to parse document. Error was:
=== Throwable (or Exception) information ===
throwable class name: org.xml.sax.SAXParseException
toString(): org.xml.sax.SAXParseException: Document root element 
"SourceID-SSO", must match DOCTYPE root "null".
getMessage(): Document root element "SourceID-SSO", must match DOCTYPE 
root "null".
Document (line,col) where exception occurred: (3,14)
Document PublicId: null
Document SystemId: null

It seems to be a problem with sourceid-sso.xml file (where 
"SourceID-SSO" element is defined) but I just use the file that comes 
with the toolkit dsitribution.
I get the same problem with "ProviderDirectory" element at file 
sourceid-sso-provider.xml
Any idea what I am doing wrong?

kind regards
Alvaro