HSQL « Connection « JPA Q&A





1. Hibernate, JPA, Remote Connection issue and HSQL    forum.hibernate.org

Hello, I have been having some issues retrieving and saving data from/to a remote HSQL server on a client machine. I am connected to the HSQL server now. My issue now seems to reside with hibernate and JPA, and I was hoping someone here would be gracious enough to help me out a bit. =) I believe it has something to ...

2. Connection problem under new HSQL?    forum.hibernate.org

ok i've been following the turorial at http://www.warfrog.com/hibernatetutorial/ to the book! But when i run the HibernateTutorial.java it comes up with this: --------------------------------------------------------------------------- (cfg.Environment 462 ) Hibernate 2.1.4 (cfg.Environment 496 ) loaded properties from resource hibernate.properties: {hibernate.connection.driver_class=org.hsqldb.jdbcDriver, hibernate.cglib.use_reflection_optimizer=true, hibernate.cache.provider_class=net.sf.ehcache.hibernate.Provider, hibernate.cache.use_query_cache=true, hibernate.max_fetch_depth=1, hibernate.dialect=net.sf.hibernate.dialect.HSQLDialect, hibernate.jdbc.use_streams_for_binary=true, hibernate.jdbc.batch_size=0, hibernate.query.substitutions=true 1, false 0, yes 'Y', no 'N', hibernate.proxool.pool_alias=pool1, hibernate.connection.username=sa, hibernate.cache.region_prefix=hibernate.test, hibernate.connection.url=jdbc:hsqldb:hsql://localhost, hibernate.connection.password=, hibernate.connection.pool_size=1} (cfg.Environment 521 ) ...