Re: A REAL newbie

2007-12-19 Thread Simon McLean
I think the general consensus is that WO5.3 works better at the moment! WO is DB independent so no alternative option should work any better with WO than MySQL (bugs excluded). Did you try manually editing the SQL to include the one line that creates the EOPK table. ? Simon On 19 Dec 200

Re: A REAL newbie

2007-12-19 Thread James Nugent
No Leopard for me for production dev machines or servers yet . . way too busy to be fiddling with it. Eclipse 3.3.1 / WOLips #4750 OS X 10.4.X Tiger / Java 1.5 / WO 5.3.X w/Wonder MySQL 4.1.X w/InnoDB / Connector-J 5.0.X I'm guessing it's something to do with WO5.4 rather than WOLips, b

Re: A REAL newbie

2007-12-18 Thread Kieran Kelleher
No Leopard for me for production dev machines or servers yet . . way too busy to be fiddling with it. Eclipse 3.3.1 / WOLips #4750 OS X 10.4.X Tiger / Java 1.5 / WO 5.3.X w/Wonder MySQL 4.1.X w/InnoDB / Connector-J 5.0.X On Dec 18, 2007, at 2:05 PM, Mike Schrag wrote: I'm guessing

Re: A REAL newbie

2007-12-18 Thread Mike Schrag
I'm guessing it's something to do with WO5.4 rather than WOLips, but I'm not sure where to point you from here. If Kieran is watching this thread he might be able to help because I know he uses MySQL. Not sure if he is on 5.4 though. I can almost guarantee this. WOLips just calls into EOF to

Re: A REAL newbie

2007-12-18 Thread Simon McLean
On 18 Dec 2007, at 18:50, James Nugent wrote: I just checked several models and i don't see that. Are you using Entity Modeler or EOModeler ? If Entity Modeler what build of WOLips are you using ? WO 5.3 or 5.4 ? I think I'm using Entity Modeler (the Eclipse plugin which comes with WOLi

Re: A REAL newbie

2007-12-18 Thread James Nugent
I just checked several models and i don't see that. Are you using Entity Modeler or EOModeler ? If Entity Modeler what build of WOLips are you using ? WO 5.3 or 5.4 ? I think I'm using Entity Modeler (the Eclipse plugin which comes with WOLips?). It's WebObjects 5.4 on Leopard, and the b

Re: A REAL newbie

2007-12-18 Thread Simon McLean
CREATE TABLE T_BLOGENTRY ("C_ENTRYBODY" BLOB NOT NULL, "C_ENTRYPK" INT NOT NULL, "C_ENTRYTITLE" VARCHAR(255)NOT NULL); If you're referring to the NOT NULL missing a space this is a known issue with WO 5.4, and there's also a hack added to recent WOLips versions to work around that problem.

Re: A REAL newbie

2007-12-18 Thread Miguel Arroz
Hi! Are you using the correct plugin? The plugin is needed, right? I'm so used to postgres I don't know any more... Yours Miguel Arroz On 2007/12/18, at 18:32, James Nugent wrote: CREATE TABLE T_BLOGENTRY ("C_ENTRYBODY" BLOB NOT NULL, "C_ENTRYPK" INT NOT NULL, "C_ENTRYTITLE" VARCHAR(

Re: A REAL newbie

2007-12-18 Thread James Nugent
The wiki (wiki.objectstyle.org) is the best place. You can add a link to the PDF or add the PDF as a attachment to the wiki page. Done. The PDF is linked to from the page the original tutorial was taken from. Best Wishes, James ___ Do not post

Re: A REAL newbie

2007-12-18 Thread James Nugent
CREATE TABLE T_BLOGENTRY ("C_ENTRYBODY" BLOB NOT NULL, "C_ENTRYPK" INT NOT NULL, "C_ENTRYTITLE" VARCHAR(255)NOT NULL); If you're referring to the NOT NULL missing a space this is a known issue with WO 5.4, and there's also a hack added to recent WOLips versions to work around that problem.

Re: A REAL newbie

2007-12-18 Thread James Nugent
I don't see that and we use MySQL. Is your adaptor URl something like this: jdbc:mysql://localhost/MyDB? capitalizeTypeNames=true&zeroDateTimeBehavior=convertToNull My adaptor URI is: jdbc:mysql://localhost/test2? zeroDateTimeBehavior=convertToNull&capitalizeTypeNames=true With driver set

Re: A REAL newbie

2007-12-18 Thread Mike Schrag
CREATE TABLE T_BLOGENTRY ("C_ENTRYBODY" BLOB NOT NULL, "C_ENTRYPK" INT NOT NULL, "C_ENTRYTITLE" VARCHAR(255)NOT NULL); If you're referring to the NOT NULL missing a space this is a known issue with WO 5.4, and there's also a hack added to recent WOLips versions to work around that problem.

Re: A REAL newbie

2007-12-18 Thread Simon McLean
I don't see that and we use MySQL. Is your adaptor URl something like this: jdbc:mysql://localhost/MyDB? capitalizeTypeNames=true&zeroDateTimeBehavior=convertToNull With driver set to com.mysql.jdbc.Driver ? And the Mysql driver (5.1.?) in /Library/Java/Extensions ? Simon On 18 Dec 2007,

Re: A REAL newbie

2007-12-18 Thread James Nugent
Is the EOModeller Eclipse Plugin's SQL generation problems related to WO5.4? Which SQL generation problem? The "no space before the 'not null' constraint" problem? Yes, this is a Leopard problem. At least the FrontBase and the PostgreSQL plugins from Wonder work around it. Or what other p

Re: A REAL newbie

2007-12-18 Thread Miguel Arroz
Hi! You can place it somewhere on wiki.objectstyle.org. That's where all the WO documentation should go. Yours Miguel Arroz On 2007/12/18, at 18:04, James Nugent wrote: Xcode & the apple-provided tools (for WO versions up to 5.3) were easier to get out of the starting gate with, but

Re: A REAL newbie

2007-12-18 Thread Pascal Robert
Xcode & the apple-provided tools (for WO versions up to 5.3) were easier to get out of the starting gate with, but once you get past the initial examples, you realize how poor a Java IDE Xcode is. Eclipse is much more powerful, but it is also more intimidating. Use the tutorials that peop

Re: A REAL newbie

2007-12-18 Thread James Nugent
Xcode & the apple-provided tools (for WO versions up to 5.3) were easier to get out of the starting gate with, but once you get past the initial examples, you realize how poor a Java IDE Xcode is. Eclipse is much more powerful, but it is also more intimidating. Use the tutorials that people

Re: A REAL newbie

2007-12-18 Thread David Avendasora
I'm unclear here. You have a new iMac with Leopard, but you have WO 5.2 installed? Did you purchase WO 5.2 Separately? 5.4 comes as part of the developer tools on Leopard. They may not have been installed by default, but if you look on the OS Installer DVD, you'll find the framework install

Re: A REAL newbie

2007-12-17 Thread Edgar Klein
Hi, On 17-Dec-07, at 9:08 AM, Doug Thompson wrote: Hello all, First, Happy Festivus. Second, I have made the twenty year cut with PC/Windows and gone full iMac. Third, I have done a fair amount of web development with Adobe/ Macromedia software. Fourth, I have now moved to WebObjects.

Re: A REAL newbie

2007-12-17 Thread Georg Tuparev
James, On Dec 17, 2007, at 5:37 PM, James Nugent wrote: yes, WebObjects works with Leopard, but WO 5.4 has some bugs. Hi, Is there any documentation of known bugs in WO 5.4 and how serious they are? Is the EOModeller Eclipse Plugin's SQL generation problems related to WO5.4? Is not t

Re: A REAL newbie

2007-12-17 Thread Georg Tuparev
On Dec 17, 2007, at 5:13 PM, Pascal Robert wrote: yes, WebObjects works with Leopard, but WO 5.4 has some bugs. I strongly suggest that you wait for WO 5.4.1 or, if you have access to a Tiger machine, that you install WO 5.3 if you can't wait. But also take into account that Apple never

Re: A REAL newbie

2007-12-17 Thread David Holt
Hi Doug, You're going to have to persevere a little harder than that to become a WO developer! For learning, you are going to be fine with WO 5.4. By the time you are thinking about your first/next project, the toolset and frameworks should be stable again. In fact, if you just get starte

Re: A REAL newbie

2007-12-17 Thread Miguel Arroz
Hi! If you bought 5.2, yes you did! :) Can you return it? Yours Miguel Arroz On 2007/12/17, at 17:27, Douglas Kim Thompson wrote: Thanks. Damn my iMac is the only one in the house with Leopard. I'm beginning to think that I have wasted money by WO. -Doug Pascal Robert wrote: Hi and

Re: A REAL newbie

2007-12-17 Thread Steve Quirk
On Mon, 17 Dec 2007, Douglas Kim Thompson wrote: Thanks. Damn my iMac is the only one in the house with Leopard. I'm beginning to think that I have wasted money by WO. -Doug Wow - that was a fast bailout. Look, you can use WO in a whole number of ways. Some people might recommend drinki

Re: A REAL newbie

2007-12-17 Thread Douglas Kim Thompson
Thanks. Damn my iMac is the only one in the house with Leopard. I'm beginning to think that I have wasted money by WO. -Doug Pascal Robert wrote: >Hi and welcome, > >yes, WebObjects works with Leopard, but WO 5.4 has some bugs. I >strongly suggest that you wait for WO 5.4.1 or, if you hav

Re: A REAL newbie

2007-12-17 Thread Guido Neitzer
On 17.12.2007, at 09:37, James Nugent wrote: Is the EOModeller Eclipse Plugin's SQL generation problems related to WO5.4? Which SQL generation problem? The "no space before the 'not null' constraint" problem? Yes, this is a Leopard problem. At least the FrontBase and the PostgreSQL plugin

Re: A REAL newbie

2007-12-17 Thread James Nugent
yes, WebObjects works with Leopard, but WO 5.4 has some bugs. Hi, Is there any documentation of known bugs in WO 5.4 and how serious they are? Is the EOModeller Eclipse Plugin's SQL generation problems related to WO5.4? Thanks, James ___ Do

Re: A REAL newbie

2007-12-17 Thread Miguel Arroz
Hi! On 2007/12/17, at 16:08, Doug Thompson wrote: Second, I have made the twenty year cut with PC/Windows and gone full iMac. Good. You are twenty years late. ;) Fourth, I have now moved to WebObjects. Very wise choice! First, does WebObjects work with Leopard. Yes. Leopard com

Re: A REAL newbie

2007-12-17 Thread Pascal Robert
If you were looking at the development tools (EOModeler, WebObjects Builder, etc.), they are gone on Leopard. They were using a Java<- >Objective-C bridge and this bridge is dead on Leopard. Please read: http://www.wocommunity.org/webobjects_faq.html#xcode3 As for WO 5.4.1, we don't

Re: A REAL newbie

2007-12-17 Thread Douglas Kim Thompson
Thanks, Pascal. I have installed (I think) WebObjects 5.2. But I can't locate (or I don't know where to look for them) the launcher icons. When will WO 5.4.1 be available? And thanks for the links much appreciated. I plan to spend the Festivus Holiday working with WO. Cheers, Doug Pascal R

Re: A REAL newbie

2007-12-17 Thread Paul Lynch
On 17 Dec 2007, at 16:08, Doug Thompson wrote: First, does WebObjects work with Leopard. Second, any tutorial or book recommendation would be most appreciated. For a tutorial, take a look at: wotutorial.furfly.com This is aimed at the 5.3 version of WebObjects and Tiger, but is otherwise

Re: A REAL newbie

2007-12-17 Thread Pascal Robert
Hi and welcome, yes, WebObjects works with Leopard, but WO 5.4 has some bugs. I strongly suggest that you wait for WO 5.4.1 or, if you have access to a Tiger machine, that you install WO 5.3 if you can't wait. As for getting started, check out: http://www.wocommunity.org/getting_s