2 Replies Latest reply on Oct 13, 2005 2:02 PM by dharraj

    Changing hibernate configuration

    dharraj

      Hello,

      I have created the following hibernate configuration file has the following property set:
      jdbc:hsqldb:hsql://localhost:7777;sql.enforce_strict_size=true

      and it is located in the same directory where I run my test case from. My jbpm.properties files has jbpm.hibernate.cfg.xml=hibernate.cfg.xml and the classpath is ./:........ However, when I run my test case it shows the following:
      17:04:20,759 INFO Environment : loaded properties from resource hibernate.properties: {hibernate.connection.dr
      iver_class=org.hsqldb.jdbcDriver, hibernate.cglib.use_reflection_optimizer=true, hibernate.c3p0.max_size=3, hib
      ernate.dialect=org.hibernate.dialect.HSQLDialect, hibernate.c3p0.min_size=1, hibernate.connection.username=sa,
      hibernate.connection.url=jdbc:hsqldb:hsql://localhost:1701, hibernate.show_sql=true, hibernate.connection.passw
      ord=****}

      That is, it is still looking at port 1701. How can I fix this.

      Thanks
      Raj