HHH-4777 HHH-4532 org.hibernate.ejb.test.PackagedEntityManagerTest.testOverridenPar() hard code hsqldb connection info
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18500 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
784884b9fe
commit
b4caf0b909
|
@ -0,0 +1,5 @@
|
|||
hibernate.connection.driver_class ${jdbc.driver}
|
||||
hibernate.connection.url ${jdbc.url}
|
||||
hibernate.connection.username ${jdbc.user}
|
||||
hibernate.connection.password ${jdbc.pass}
|
||||
hibernate.connection.isolation ${jdbc.isolation}
|
Loading…
Reference in New Issue