ID portion of property overriding no longer case sensitive
----------------------------------------------------------
Key: OPENEJB-817
URL: https://issues.apache.org/jira/browse/OPENEJB-817
Project: OpenEJB
Issue Type: Improvement
Components: configuration
Affects Versions: 3.0, 3.0-beta-2, 3.0-beta-1
Reporter: David Blevins
Assignee: David Blevins
Priority: Trivial
Fix For: 3.0.1
This now works as expected:
properties.put("MyDB", "new://Resource?type=DataSource");
properties.put("myDb.JdbcDriver", "org.postgresql.Driver");
properties.put("mydb.JdbcUrl", "jdbc:postgresql://localhost/bla");
properties.put("Mydb.UserName", "bla");
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.