Hello, I'm trying to point my EOModeler to a different database in frontbase running on the localhost. To do this I change the database URL in the database config in EOModeler and save it, e.g.
jdbc:FrontBase://localhost/newDB/isolation=read_committed/locking=optimistic But when I restart my app in Eclipse it is still using the old one as if I never changed the URL. Is there something else I need to do? As a note, I have the EOModel in a framework that is used by my main app, but I even did a re-install of the framework into /Library/Frameworks and that didn't help. I looked at the index.eoModeld file and it does show the change in the connectionDictionary, in both the project build directory and in the Frameworks dir. Ultimately I'd like to deploy 2 copies of my app to run on the same server but use different Frontbase databases, but I can't seem to even change the database in a single development app right now. Any ideas? Thanks, Jeff _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to [email protected]
