Title: Message Title
|
|
|
|
|
Actually we should abolish "db.schema" and define a "db.connection.init" variable, so that it's clear that one is not limited to setting the schema. Then split the string on /; */ and provide the resulting Collection to PoolableConnectionFactory.setConnectionInitSql() or use one of the constructors which take that. If we want to report the schema being used, we should get a Connection and ask it.
|
|
|
|
|
|
|
I see this in initialize(): if (isOracle) { if (StringUtils.isEmpty(ConfigurationManager.getProperty("db.postgres.schema"))) { sqlOnBorrow = "SET SEARCH_PATH TO " + ConfigurationManager.getProperty("db.postgres.schema").trim(); } } Two things seem odd: o It's doubtful that this would ever do ...
|
|
|
|
------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable
security intelligence. It gives you real-time visual feedback on key
security issues and trends. Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel