Activiti MySQL data source and useRowsAffected property

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2014 06:04 PM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2014 03:51 AM
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,
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2014 07:44 AM
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.
