How to run Apache Ode under Hibernate and SQL Server.
1. Create database ODE using script sqlserverh.sql.
2. Unzip Apache ODE 1.3.5 or 1.3.4 and copy ode.war into $Tomcat/webapps/ode directory.
3. Unzip lib.zip and copy files to $Tomcat/webapps/ode/WEB-INF/lib. You have to accept Hibernate license.
4. Create or edit $Tomcat/webapps/ode/WEB-INF/conf/ode-axis2.properties and add following content.
ode-axis2.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl
ode-axis2.db.mode=INTERNAL
ode-axis2.db.int.mcf=org.tranql.connector.sqlserver.XAMCF
ode-axis2.db.int.mcf.databaseName=ODE
ode-axis2.db.int.mcf.userName=user
ode-axis2.db.int.mcf.password=Password
ode-axis2.db.int.mcf.portNumber=1433
ode-axis2.db.int.mcf.serverName=10.0.100.1