Hi ,
I want to create custom hibernate interegration just to query a database.But not sure which configuration files to touch or update.If any have done this earlier please guide all though I have found out few paths
i.e :
- /opt/Interwoven/ApplicationContainer/server/default/deploy/iw-cc.war/WEB-INF/conf/livesite_customer/orm - its blank folder
- /opt/Interwoven/ApplicationContainer/server/default/deploy/iw-cc.war/WEB-INF/conf/livesite/orm - here few configuration files like TeamSiteAsset.hbm.xml
/opt/Interwoven/ApplicationContainer/server/default/deploy/acc.war/WEB-INF/classes- here exists hibernate.cfg.xml
I need to know how can I create my custom hibernate.cfg.xml ,where to place it , how it get reflected after running build and how do we call it in our java code.
Thanks