|
|
|
[
Permlink
| « Hide
]
Nick Bolton [12/Feb/07 04:40 PM]
Added a property to allow configuration of the base jndi name.
Nick,
could you add a default to this PropertiesManager invocation so that in the case where the property is not specified, it defaults to the value that was previously hardcoded? In the case where foks don't need to customize this value, not having to set it at all would be nice. [ becomes [ This also nicely documents an example of a valid value for the property. Thanks, Andrew Nick,
I don't understand the diff for this change specifically, with the introduction of the property, ds = (DataSource)envCtx.lookup("jdbc/" + name); became: ds = (DataSource)envCtx.lookup(name); Where did the "jdbc/" go and why is it no longer necessary or desirable? Andrew The jdbc context is now in the jndiBaseContext property.
| |||||||||||||||||||||||||||||||||||||||||||||||