Christian, In that case there is one other (undocumented) setting you should know about: "hibernate.temp.use_jdbc_metadata_defaults".
The idea is that during the first phase we will access the JDBC Connection in order to determine capabilities of the underlying JDBC environment[1]. The setting I just mentioned circumvents that. It will allow your first phase to "work", but we will potentially be making inaccurate assumptions about the underlying JDBC environment. [1] Take a look at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator if you are interested in the details. -- View this message in context: http://karaf.922171.n3.nabble.com/Hibernate-OSGi-Integration-tp4040190p4040455.html Sent from the Karaf - User mailing list archive at Nabble.com.
