I'm having an issue with deploying my app into a tomcat6 instance against Postgresql that doesn't seem to happen with MySQL. Basically, I'm getting different ERXMigration code with a servlet than when I start it from development mode.
With dev mode, I'm getting a bunch of CREATE SEQUENCE... type lines, but don't get that when deployed via servlet. Also, it appears that constraints are getting deferred in development mode but not servlet deployment, so when deployed as a servlet, I get constraint violations when creating a child record before a parent record. But it works great locally. I'm kind of at a loss... (The database isn't the issue, even though I've installed postgres on my mac and a linux box. When running the dev environment over an ssh tunnel to the linux box, it all works great)
_______________________________________________ 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]
