On Jul 6, 2010, at 12:52 PM, Greg Bartnick wrote: > Farrukh, > > Take a look at the setConnectionDictionary method of the > com.webobjects.eoaccess.EOModel class. Using that you would be able > to change the DB connection settings. Right now I can't remember if > it will change an already connected db connection, but I know I use > that on start up of my apps to override settings.
It won't affect the current connections. You would need to close the channels, and discard parts of the EOF stack. I think you would also lose all the snapshots. I am not sure what would happen, but my guess is that this is not intended and "bad things" would likely result. I am not sure what you are trying to achieve, but I would spend time thinking of a different way rather than trying to make his work. Chuck > On Sat, Jul 3, 2010 at 1:25 AM, Farrukh Ijaz > <[email protected]> wrote: >> Question! >> >> Is it possible to switch the DB settings of a running application using API >> (not the properties file) and the application start using the new DB from >> the next transaction. The DBs in this case are identicle in structure but >> data may differ. >> >> Farrukh >> >> Sent from my iPad _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/gbartnick%40gmail.com >> >> This email sent to [email protected] >> > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to [email protected] -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
