Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
[b]Hibernate version:3.3.0
[b]Name and version of the database you are using:PostgreSQL 8.2
I am using Hibernate 3.3. as JPA provider in Java standalone environment. I would like to know if I can specify JDBC connection properties in a file other than persistence.xml. I want to specify JDBC connection properties in a seperate property / xml file that is not packaged with the jar containing persistence.xml file.
Thanks