oracle.xml.parser.v2.XMLParseException: Start of root element expected

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.

admin JAVA-EJB

  1. admin
    March 9th, 2009 at 18:22 | #1

    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

  2. admin
    March 9th, 2009 at 18:22 | #2

    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?) >

  1. No trackbacks yet.