Fwd: EO Table creation failing

2008-11-23 Thread Mike Schrag
From: Jeff Schmitz <[EMAIL PROTECTED]> Date: November 23, 2008 1:04:27 PM EST To: Mike Schrag <[EMAIL PROTECTED]> Subject: Re: EO Table creation failing "If you're using the 5.4 built-in plugin or the plugin from FrontBase, it won't work with SQL generation from

Re: EO Table creation failing

2008-11-23 Thread Mike Schrag
No biggie anymore for me I guess ,as I know how to get around the problem, but thought maybe someone might want to look into the Frontbase SQL generator code. Again, I think the answer is that it is NOT using the plugin like you think it is. Mike might have some debugging you can turn on.

Re: EO Table creation failing

2008-11-22 Thread Chuck Hill
On Nov 22, 2008, at 8:28 PM, Jeff Schmitz wrote: I've at least figured out exactly what's wrong with the SQL that's being generated. There are really two problems. First, having no quotes around all the table and table column names is under most circumstances not a problem. However, it

Re: EO Table creation failing

2008-11-22 Thread Jeff Schmitz
I've at least figured out exactly what's wrong with the SQL that's being generated. There are really two problems. First, having no quotes around all the table and table column names is under most circumstances not a problem. However, it does open you up to problems if you happen to use

Re: EO Table creation failing

2008-11-21 Thread Jeff Schmitz
Hello, After trying a few things, I have still been unable to get my app deployed because the SQL generated from my EOModel doesn't work on my deployment machine, so I decided on the "nuclear" option of clean installing OSX Server 10.5 and starting from scratch. While doing so, I docum

Re: EO Table creation failing

2008-11-19 Thread Chuck Hill
On Nov 19, 2008, at 7:09 PM, Jeff Schmitz wrote: How do you know what version of webobjects you have installed? I guess I thought if you had Leopard running on two machines with dev tools installed, the version of Webobjects would be the same via the software updates, no? If you install

Re: EO Table creation failing

2008-11-19 Thread Jeff Schmitz
How do you know what version of webobjects you have installed? I guess I thought if you had Leopard running on two machines with dev tools installed, the version of Webobjects would be the same via the software updates, no? I've copied over all the wonder frameworks directly from my dev

Re: EO Table creation failing

2008-11-16 Thread Q
On 17/11/2008, at 2:04 PM, Jeff Schmitz wrote: Hello, I'm still not getting anywhere with this problem. I've verified that webobjects, wonder frameworks and the frontbase plugin are the same on both machines. But for some reason, the SQL generated by the EOModeler is different for th

Re: EO Table creation failing

2008-11-16 Thread Chuck Hill
On Nov 16, 2008, at 8:04 PM, Jeff Schmitz wrote: Hello, I'm still not getting anywhere with this problem. I've verified that webobjects, wonder frameworks and the frontbase plugin are the same on both machines. And only one copy of each? This might be a WebObjects vs Wonder version

Re: EO Table creation failing

2008-11-16 Thread Jeff Schmitz
Hello, I'm still not getting anywhere with this problem. I've verified that webobjects, wonder frameworks and the frontbase plugin are the same on both machines. But for some reason, the SQL generated by the EOModeler is different for the same eomodeld file. e.g. This is what's creat

Re: EO Table creation failing

2008-11-09 Thread Jeff Schmitz
On Nov 9, 2008, at 7:25 AM, Mike Schrag wrote: since I sometimes I may not have my development machine available and need to use my deployment server for development. yikes ... I should have specified, not while it's actually in the act of deploying. Do you think the differences in wha

Re: EO Table creation failing

2008-11-09 Thread Mike Schrag
since I sometimes I may not have my development machine available and need to use my deployment server for development. yikes ... Do you think the differences in what's generated is due to some kind of library version difference somewhere? You either have different versions of WO or different

Re: EO Table creation failing

2008-11-08 Thread Jeff Schmitz
yes, but I'd like to be able to re-generate directly from my deployment machine too since I sometimes I may not have my development machine available and need to use my deployment server for development. Do you think the differences in what's generated is due to some kind of library version

Re: EO Table creation failing

2008-11-08 Thread David Holt
Hi Jeff, Have you considered just uploading the working SQL file to the server and executing the script from FrontBaseManager on the server? I think that the key is the "Deferrable Initially Deferred" foreign key constraint in the working version that doesn't exist in the non- working vers

Re: EO Table creation failing

2008-11-08 Thread Jeff Schmitz
I just noticed, the SQL generated on my development machine (and that works) is quite a bit different (pasted below). I'm guessing I have a versioning problem somewhere. Would this indicate something with my project wonder versions? I'm pretty sure I've installed 5.4 on both machines int

EO Table creation failing

2008-11-08 Thread Jeff Schmitz
Hello, I'm trying to deploy a project that I have on my developement machine on my server but am having trouble creating my EO Tables on the server machine using EO Modeler. I have installed the same version of Eclipse and WOLips on both machines, and imported my project into the worksp