Hide Forgot
Date of First Response: 2009-12-04 08:13:14 project_key: SOA There is a warning in the log file during startup 2009-12-04 12:29:51,326 WARN [org.hibernate.util.XMLHelper] (main) Warning parsing XML: XML InputStream(5) SchemaLocation: schemaLocation value = 'http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm orm_1_0.xsd' must have even number of URI's. The problem is caused by the root elemnt in config file esb-juddi-orm.xml <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm orm_1_0.xsd" version="1.0"> Namespace name http://java.sun.com/xml/ns/persistence/orm should be there only once in the schemaLocation attribute
schemaLocation should read "http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"
Link: Added: This issue depends JBESB-3023
Fixed in the project, will be in next merge.
Verified in ER5