oracle.xml.parser.v2.XMLParseException: Start of root element expected
March 9th, 2009
Applies to:
JDeveloper
Description:
Error while trying to parse orion-ejb-jar.xml to get the database field’s length.
Cause:
Problem in http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd.
Modify http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd to replace the following line:
isolation (committed | serializable | uncommitted | repeatable_reads)
CDATA #IMPLIED
locking-mode (pessimistic | optimistic | read-only | old_pessimistic)
Replace the above lines by this:
isolation (committed | serializable | uncommitted | repeatable_reads) #IMPLIED
locking-mode (pessimistic | optimistic | read-only | old_pessimistic) #IMPLIED
Modify http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd and use this line with correct syntax:
< !ELEMENT ior-security-config (transport-config?, as-context?,
sas-context?) >