Hi Hibernate experts,
I am replying to my self
I have tested the application in several ways. Since I need to use Content Management SDK, I have to add some Http node configuration in oc4j.properties file.
For example, I have to add like below.
IFS.DOMAIN.NODE.IfsHome=E\:/OraHome/ifs/cmsdk
IFS.DOMAIN.Name=ifs\://ritesh\:1521\:CMSDK.daffodildb.com\:CM_SCHEMA
IFS.DOMAIN.NODE.Name=Sample2HttpNode
IFS.DOMAIN.NODE.OracleHome=E\:/OraHome
If I remove the above lines from the oc4j.properties, then the application will work by throwing some content management error. So at this time the application is connecting to DB server through hibernate. But when I add the above four lines for getting CMSDK connection the error that I posted earlier is coming.
I think the error is coming when it is trying to connect to the DB server through hibernate. Do I need to add any other configuration settings for getting the hibernate connectivity?
Any suggestions are appreciated.
Thanks
Basil
|