evo-odas
evo-odas copied to clipboard
Figure out better way to configure OSEO backing store
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.