Hi All,
We are experiencing the exception "Could not compile the mapping document" when we are accessing our application.
We are upgrading the our application JDK version from 1.4 to the 1.5 for performance issues.
Our Appliction is worked without any issue when we build our application with jdk1.4 and deploy it to the OAS10.1.3.5.0.
The above exception is coming after doing the below changes.
Build the application with jdk1.5 and deploy it to the OAS10.1.3.5.0.
Error Stack:
[2011-02-15 12:35:39,765|ERROR|cfg.Configuration] Could not compile the mapping document net.sf.hibernate.MappingException: Could not find class: com.thirdpillar.oz.model.jaxb.dnb.impl.ResponseImpl at net.sf.hibernate.cfg.Binder.bindManyToOne(Binder.java:635) at net.sf.hibernate.cfg.Binder.propertiesFromXML(Binder.java:1034) at net.sf.hibernate.cfg.Binder.bindRootClass(Binder.java:362) at net.sf.hibernate.cfg.Binder.bindRoot(Binder.java:1256) at net.sf.hibernate.cfg.Configuration.add(Configuration.java:253) at net.sf.hibernate.cfg.Configuration.addInputStream(Configuration.java:289) at net.sf.hibernate.cfg.Configuration.addResource(Configuration.java:337) at net.sf.hibernate.cfg.Configuration.doConfigure(Configuration.java:1027) at net.sf.hibernate.cfg.Configuration.doConfigure(Configuration.java:983) at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:911) at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:897) at com.thirdpillar.oz.core.OzDataModelImpl.init(OzDataModelImpl.java:133)
Please suggest us to fix this issue.
Regards Muzeeb
|