Hello, what version do you use? The property handling has changed to release 1.6.0
If you use 1.5.0 or less, you have to declare the hibernateCartridge.properties file inside the workflow.oaw! OR put the property in the workflow.properties Try to put this in workflow.porperties: 'hibernate.connection.driver_class = COM.ibm.db2.jdbc.app.DB2Driver' If you use 1.6.0 the properties must be declared in a file: #The Hibernate specific property file hibernate.properties.file = 'hibernateCartridge.properties' (inside workflow.properties) Try to change in hibernateCartridge.properties: hibernate.connection.driver_class = COM.ibm.db2.jdbc.app.DB2Driver Regards -- View this message in context: http://www.nabble.com/Overriding-db-driver-settings-in-workflow-tp17675333s17564p17679219.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
