Hmm... what is the trick to using the right frontbase plug-in?  :-)

The URL in my eomodel is like this:

jdbc:FrontBase://localhost/demo

Then my classpath has "FrontBasePlugIn Framework" in there.

I'm using WOLips(stable) + Eclipse 3.4



On Feb 23, 2009, at 8:00 PM, Mike Schrag wrote:

it's just going to do whatever your plugin does, and in the case of Wonder's FB plugin, it always appends this, which leads me to believe you're not using the plugin you think you are ...

On Feb 23, 2009, at 6:12 PM, Ricardo J. Parada wrote:

Hi All,

Does anybody know how to create a migration that sets the foreign key constraints to be deferred initially?

For example, entity modeler in WOLips has a button to generate the migration code. In that code the code that sets the constraints looks like this:

                clientTable.addForeignKey("address_id", "address", 
"address_id");

But then when I look in FrontBaseManager the foreign key constraint is not being deferred. So my insert statement into the client table generates an error because the client object is inserted into the database before the address object.

Thanks,
Ricardo

_______________________________________________
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/mschrag%40mdimension.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/rparada %40mac.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]

Reply via email to