Hi i am trying to connect to DB2 remote database using activiti and i am getting the following error
"org.activiti.engine.ProcessEngines initProcessEnginFromResource INFO: Exception while initializing process engine :couldn't deduct database type from database product name 'DB2/NT' "
can you clarify on this. right now, i am using "DB2JCC4 driver" in my application.
Clarification: my problem here is, instead of connecting to h2 database for activiti, i want to connect to remote database system(which is of type DB2). But i am unable to connect it and getting the following above error. can you please clarify on this.