Re: SQL Schema comparator

2008-02-08 Thread James Nugent
Subject says it all... the ideia is comparing two SQL schemas to help writing migration stuff. Anyone knows/uses/recommends any software to do this? If you're developing against SQL Server (which I suppose is unlikely but possible!), Red Gate SQL Compare and SQL Data Compare do a fantast

Re: Difference reading in from URL in direct connect/deployment

2007-12-28 Thread James Nugent
When testing the app via direct connect I get the data down in about 3 Minutes, parsing and all. More than 10 Minutes for reading in the exact same data and do the exact same parsing How can that be, given that I have a ISDN-connection and the webserver the deployed App lives on has a muc

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 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 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 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 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-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