Postgresql, WO and servlet weirdness
Postgresql, WO and servlet weirdness
- Subject: Postgresql, WO and servlet weirdness
- From: Tarun Reddy <email@hidden>
- Date: Sun, 27 Nov 2011 22:22:09 -0600
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden