Hi,
I have an application 'B' that uses hibernate (db postgres) that is a module of another application say 'A' that uses jdbc-connectons defined in tomcat's server.xml (This application 'A" uses JDO's and implements DAO's and I have chosen postgres for this application). My Application 'A' works fine and I am able to retrieve and persist data as LONG AS I HAVE NOT INTEGRATED HIBERNATE WITH IT!. When I deploy my module 'B' module B works fine but i am cannot create/update or save anything henceforth for my Application 'A' I can only retrieve information. If I undeploy my hibernate module 'B' I have not problems with Application 'A' . I have created two different databases 'A' and 'B' on postgres but A uses JDBC connection and for 'B' I have specified the appropriate settings in hibernate.properties file. Can anybody help me out?
Regards,
Conrad.
|