Upgrading hibernate xml files and jars from 3 to 5 are giving deployment error on Integrated Weblogi
I have jdeveloper 11.1.2.4.0 pointing to jdk 1.7.0_141 .I recentely upgraded the hibernate jars from hibernate 3 to hibernate 5 and the same I updated in applicationcontext.xml and hibernatesession.xml but I getting the below error when trying to deploy to integrated server which has weblogic 10.3.5
Target state: deploy failed on Server DefaultServer
java.lang.IllegalArgumentException: No SchemaFactory that implements the schema language specified by: http://www.w3.org/2001/XMLSchema could be loaded
at javax.xml.validation.SchemaFactory.newInstance(SchemaFactory.java:204)
at org.hibernate.boot.jaxb.internal.stax.LocalSchema.resolveLocalSchema(LocalSchema.java:84)
at org.hibernate.boot.jaxb.internal.stax.LocalSchema.resolveLocalSchema(LocalSchema.java:68)