hi, I trying to change ode 1.2 to use Hibernate DAO instead of JPA DAO. And I was using stable release 1.2 version source code. I built the hibernate configuration files and schema files from "dao-hibernate-db" project.
I found that Hibernate DAO use "BPEL_" prefix table name instead of "ODE_" prefix table. The JPA DAO use "ODE_" prefix tables. That means I had to create new tables to store the hibernate dao datas. It's an error or your original designing? Thanks. 2008-12-17 James Hu [email protected]
