Joined: Mon Aug 08, 2005 5:57 am Posts: 6
|
Hi,
I currently have a standalone application using hibernate 3 running with no problems.
I am trying to get the same application up and running but from inside a container. I have read that you can get the container to pass you a Session to start working with similar to the HibernateUtils class using local threads.
Can anyone post their hibernate.cfg.xml file that I can use as a template for connecting to the container using JNDI. My app server is OC4J if that is any help. I have got the mappings to my objects delt with and they work find in the stand alone app.
Cheers.
|
|