Just wished to know if setting useRowsAffected=true in the connection string for activiti datasource, would cause any problems with the updates etc for activiti database. The connection string I'm trying to use for mysql is <blockcode> 'jdbc:mysql://<host>:<port>/<name>?autoReconnect=true&useRowsAffected=true' </blockcode>
I have to use the "useRowsAffected" property for some legacy reasons and just wished to know if setting this property to true has any adverse effect on Activiti DB operations.
Ok, thanks, I'll do that. I don't believe it should cause any problems since I didn't see anything in the code which depends or operates on number of affected rows, but just wanted to check if this was ever encountered before.