Re: Back to Tiger YEEEEEHAWWW!!

2007-11-18 Thread Lachlan Deck
On 19/11/2007, at 5:01 PM, Chuck Hill wrote: On Nov 18, 2007, at 5:47 PM, Pascal Robert wrote: That being said (again), enjoy your brand new and fast machine! ;) I'm waiting for mobile quad-core... :D (for speed and heat, it's too cold here, it must be freezing in Canada!) Some people c

cross-model relationships problem

2007-11-18 Thread Lachlan Deck
I've got a many-to-many join like so (flattened): EntityA(ModelA)<<--JoinAB(ModelA)-->>EntityB(ModelB) However, I'm getting an sql exception being thrown when it's attempting to insert the join record. It seems to be ignoring the fact that the tables are in a different database, and is attemp

Re: Back to Tiger YEEEEEHAWWW!!

2007-11-18 Thread Chuck Hill
On Nov 18, 2007, at 5:47 PM, Pascal Robert wrote: That being said (again), enjoy your brand new and fast machine! ;) I'm waiting for mobile quad-core... :D (for speed and heat, it's too cold here, it must be freezing in Canada!) Some people can't stand the heat, but some people can't sta

Re: generate sql from entity modeler in Eclipse

2007-11-18 Thread Mike Schrag
Right, I remember ... I actually still have that class flying around in my project for the stuff we were talking about the last time: SQL generation for sub entities and not null attributes. Is that still necessary? Can you send me that code, actually? That should just go into the core ...

Re: generate sql from entity modeler in Eclipse

2007-11-18 Thread Guido Neitzer
On 18.11.2007, at 20:22, Mike Schrag wrote: * Declare a class named "org.objectstyle.wolips.eomodeler.EOModelProcessor" Right, I remember ... I actually still have that class flying around in my project for the stuff we were talking about the last time: SQL generation for sub entities and

Re: generate sql from entity modeler in Eclipse

2007-11-18 Thread Mike Schrag
I'd have to take a closer look at that, but what I don't understand from your example: if in both cases the table name is not quoted, it should not be a problem as the conversion to lowercase happens in both cases. I'm not using pk generation but I'm pretty sure that it would work if either

Re: generate sql from entity modeler in Eclipse

2007-11-18 Thread Guido Neitzer
On 18.11.2007, at 18:44, Theodore Petrosky wrote: CREATE TEMP TABLE EOF_TMP_TABLE AS SELECT SETVAL('maintable_seq', (SELECT MAX(theoid) FROM maintable)); Notice the table name is not quoted so postgresq1 will fold the name to lower case. the next line deletes the table and fails: DROP TABLE EO

almost there with javaEOgenerator but...

2007-11-18 Thread Theodore Petrosky
OK I downloaded the javaEOgenerator and it appears to be installed into eclipse correctly. I have a test workspace and I am 'testing'. when I select the eomodel and choose "EOGenerate" I get a scren and the final lines are: Start generation Generating for entity: 'MainTable'

Re: Back to Tiger YEEEEEHAWWW!!

2007-11-18 Thread Pascal Robert
That being said (again), enjoy your brand new and fast machine! ;) I'm waiting for mobile quad-core... :D (for speed and heat, it's too cold here, it must be freezing in Canada!) Some people can't stand the heat, but some people can't stand the cold :-P It's 3 celsius right now, not so b

Re: Back to Tiger YEEEEEHAWWW!!

2007-11-18 Thread Miguel Arroz
Hi! On 2007/11/19, at 01:24, James Cicenia wrote: I downloaded XAMPP and immediately had PHP/mySQL/Apache etc. running. Had a run in with Eclipse, which version, which compiler setting, build setting, you name it. BUT... now it now seems to be running great. I am liking it. Setting up

Re: generate sql from entity modeler in Eclipse

2007-11-18 Thread Theodore Petrosky
Yes I am using Postgresql and this fixes most of the problems... however I see that the sql creates a temp table: CREATE TEMP TABLE EOF_TMP_TABLE AS SELECT SETVAL('maintable_seq', (SELECT MAX(theoid) FROM maintable)); Notice the table name is not quoted so postgresq1 will fold the name to lower c

Re: Back to Tiger YEEEEEHAWWW!!

2007-11-18 Thread James Cicenia
Wow -- I downloaded XAMPP and immediately had PHP/mySQL/Apache etc. running. Had a run in with Eclipse, which version, which compiler setting, build setting, you name it. BUT... now it now seems to be running great. I am liking it. James Cicenia On Nov 18, 2007, at 7:16 PM, David LeBer wro

Re: Back to Tiger YEEEEEHAWWW!!

2007-11-18 Thread David LeBer
On 18-Nov-07, at 7:58 PM, Ken Foust wrote: Well I got rid of the giant cluster F leopard. reloaded clean disk build of Tiger>Xcode>WO>openbase10 everything works great. I am just amazed that you people screw around with all this other stuff. Matter of fact I am so amazed that perhaps you c

Re: Say Hello with 2 Problems^^

2007-11-18 Thread Ian Joyner
On 17/11/2007, at 3:42 AM, Chuck Hill wrote: On Nov 16, 2007, at 8:30 AM, Miguel Arroz wrote: Hi! Portugal must be a nice place. Maybe I will be there someday. There might be a WebObjects Refugee Farm when you get there. Com

Back to Tiger YEEEEEHAWWW!!

2007-11-18 Thread Ken Foust
mehow deprecated, or did I miss an install step somewhere? thanks! It is a FAQ. WebObjects isn't deprecated, it is alive and well and as you've noticed WebObjects 5.4 was released with Leopard. The Xcode based tool set *has* been deprecated however. The recommended replacement is the

Re: Eclipse Version to Download

2007-11-18 Thread James Cicenia
I downloaded the 3.3.2 streaming? build. Leopard 10.5.1 So far the speed and smoothness along with all new Eclipse WOLips stuff is a dream. I have not yet started to add other plugins but the base setup is working great. I also don't know all the shortcuts so I can't speak about the stabili

Re: generate sql from entity modeler in Eclipse

2007-11-18 Thread Guido Neitzer
On 18.11.2007, at 08:01, Theodore Petrosky wrote: I have a little problem (looks like a bug) I created a rather simple Entity with only two columns.. when I press "Generate SQL" the "NOT NULL" constraint has no space before it I don't know if this is an old issue or a new one. CREATE TABLE

Eclipse 3.3.2

2007-11-18 Thread Les Vogel
In looking at the Eclipse Time line http://www.eclipse.org/projects/timeline/ it appears that 3.3.2 isn't scheduled until February 18, 2008. I think all the discussion has been a bit premature. -- Les Vogel 808 870-0418 ___ Do not post admin requests

Re: Eclipse Version to Download

2007-11-18 Thread Art Isbell
On Nov 18, 2007, at 1:36 AM, Johan Henselmans wrote: I downloaded the Java version 3.3.1.1. (eclipse-java-europa-fall2- macosx-carbon.tar.gz) from the official download location. Me, too. According to the info in the Finder that is 3.3 Yep. The About Eclipse Platform menu

Re: missing install step?

2007-11-18 Thread Pascal Robert
Le 07-11-18 à 12:34, Randy Wigginton a écrit : Thank you. I am surprised that release notes for xcode 3.0 CLAIM to install the webobjects development tools. That's a flat out lie, and misled me into looking all over for the tools. One would expect that removal of tools would bear mentio

Re: missing install step?

2007-11-18 Thread Randy Wigginton
Thank you. I am surprised that release notes for xcode 3.0 CLAIM to install the webobjects development tools. That's a flat out lie, and misled me into looking all over for the tools. One would expect that removal of tools would bear mentioning in a release note. From the "About xcode to

Re: missing install step?

2007-11-18 Thread David LeBer
On 18-Nov-07, at 11:52 AM, Randy Wigginton wrote: Apologies if this is in an FAQ somewhere, but I've been unable to find it. I recently changed jobs so have not been on the list for several months. I installed Leopard, XCode 3.0 and (I think) WebObjects 5.4. After the install, launch x

missing install step?

2007-11-18 Thread Randy Wigginton
Apologies if this is in an FAQ somewhere, but I've been unable to find it. I recently changed jobs so have not been on the list for several months. I installed Leopard, XCode 3.0 and (I think) WebObjects 5.4. After the install, launch xcode, new project... and there are no webobjects pr

Re: generate sql from entity modeler in Eclipse

2007-11-18 Thread Mike Schrag
This is WO 5.4 bug rather than an Entity Modeler bug, though I've just now committed a workaround for it for Entity Modeler that will reinsert spaces. It will be in the next nightly. ms On Nov 18, 2007, at 10:01 AM, Theodore Petrosky wrote: I have a little problem (looks like a bug) I cr

generate sql from entity modeler in Eclipse

2007-11-18 Thread Theodore Petrosky
I have a little problem (looks like a bug) I created a rather simple Entity with only two columns.. when I press "Generate SQL" the "NOT NULL" constraint has no space before it I don't know if this is an old issue or a new one. CREATE TABLE MainTable ("personname" textNOT NULL, "theoid" int

Re: Eclipse Version to Download

2007-11-18 Thread Johan Henselmans
On 17 nov 2007, at 11:35, Ken Ishimoto wrote: Hi, I am using Leo 10.5.1 with Eclipse 3.3.1.1 last WOLips nightly, no crash here to. Thanks for the nice Command-Shift-T , I didn't know that. Ken Perhaps the confusion is crated by the version number on the app versus the version number