Ramsey, you nailed it. I included the plugin on the sub frameworks but not the main project and hence they weren't included in the war.
Thank you! Tarun On Mon, Nov 28, 2011 at 9:19 AM, Ramsey Gurley <[email protected]>wrote: > Sounds like the postgres plugin is not on the classpath so it is using the > generic JDBC adaptor instead. > > Ramsey > > On Nov 27, 2011, at 9:22 PM, Tarun Reddy wrote: > > > 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/ramseygurley%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/archive%40mail-archive.com This email sent to [email protected]
