[JBoss-user] [JBoss jBPM] - Re: jBPM-db examples outside JBoss Container

2006-03-28 Thread [EMAIL PROTECTED]
Your hibernate.properties or hibernate.cfg.xml file specify a datasource (property hibernate.connection.datasource) instead of jdbc connection properties. See section 3.3, jdbc connections of the hibernate reference manual for more details. View the original post : http://www.jboss.com/index.h

[JBoss-user] [JBoss jBPM] - Re: jBPM-db examples outside JBoss Container

2006-03-29 Thread sbhatti
Actuall, my hibernate.cfg.xml already is using connection instead of datasource, e.g. org.hibernate.dialect.HSQLDialect org.hsqldb.jdbcDriver jdbc:hsqldb:mem:.;sql.enforce_stri ct_size=true sa I am not using hibernate.connection.datasource property, so I am not sure why jBP