evo-odas icon indicating copy to clipboard operation
evo-odas copied to clipboard

Figure out better way to configure OSEO backing store

Open aaime opened this issue 9 years ago • 1 comments

aaime avatar Mar 09 '17 10:03 aaime

Right now it's done on the cheap and it's clunky, one has to configure a JDBC store, then point a JDBCOpenSearchAccess to it by name, and then tell OSEO to use the JDBCOpenSearchAccess. Clunky, but allows to use different type of JDBC database, and different types of OpenSearchAccess, without having to write a lot of store factories or create a plugin mechanism to locate OpenSearchAccess.

We might want to figure out a more elegant mechanism.

aaime avatar Mar 09 '17 10:03 aaime