cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti MySQL data source and useRowsAffected property

aseem
Champ in-the-making
Champ in-the-making
Hi,

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.

Thanks
2 REPLIES 2

trademak
Star Contributor
Star Contributor
You could use the Activiti test suite to see if this setting is causing issues. We are not aware of issues, but we didn't test it ourselves.

Best regards,

aseem
Champ in-the-making
Champ in-the-making
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.