On Nov 18, 2009, at 12:22 PM, Andrey Razumovsky wrote:
2009/11/18 Andrus Adamchik <[email protected]>
(did we use in the past in situations similar to the current JNDI
hack??)
Andrus, could you describe more in detail this JNDI hack? I wish we
could
get rid of cayenne-modeler.jar
http://cayenne.apache.org/doc/using-jndi.html
(see "Development with JNDI DataNodes")
The reason why Modeler is need is to read the preferences DB. I am
planning to replace custom Cayenne-driven Modeler preferences DB with
standard Java Preferences API, and move all the preference read code
to Cayenne core. Then we can get rid of Modeler dependency for JNDI
hack.
Andrus