DatabaseConfiguration.setProperty() causes unique constraint violation for list
values
--------------------------------------------------------------------------------------
Key: CONFIGURATION-398
URL: https://issues.apache.org/jira/browse/CONFIGURATION-398
Project: Commons Configuration
Issue Type: Bug
Affects Versions: 1.6, 1.7
Reporter: Thorsten Gilfert
Calling DatabaseConfiguration.setProperty() with a string-based list (e.g.
"foo,bar,baz") causes unique constraint violations because setProperty() tries
to add a DB entry for every list value. I think it is the same problem as fixed
in CONFIGURATION-255 for addProperty().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.