Hi Yuri,

Those instructions are 10 years out of date and refer to technologies that no 
longer exist.  Those WikiBook pages only exist because the site owners won't 
allow them to be deleted.

AND you can NOT use auto-incrementing columns as primary keys with EOF.  That 
does not work.  EOF needs to know the PK when it commits the INSERT statements.

Modern documentation is here: http://www.wocommunity.org


Chuck

From: 
<[email protected]<mailto:[email protected]>>
 on behalf of Yuri Kondratov 
<[email protected]<mailto:[email protected]>>
Date: Saturday, July 18, 2015 at 10:50 AM
To: WebObjects Development 
<[email protected]<mailto:[email protected]>>
Subject: postgresql eomodeler correctly "generate sql"

Greetings everyone,

This is mostly directed to those that use Postgresql.

I'm using postgresql 9.4. In EOModeler using prototypes. Everything works fine 
other than when I try to generate sql, it seems to be generating it 
incorrectly. For example: id is generated with the integer(int4) datatype 
instead of serial (which is for autoincrementing). I do see that EOModeler 
tries to generate sequences which may be an alternative to just having a serial 
datatype. But never the less, the sql generated doesn't run. It throws errors.

I started reading about setting up postgresql in the documentation and it says: 
"These instructions are especially for those wanting to use PostgreSQL with 
primary keys of type serial.". Then proceeds to say that EOMBundles should be 
placed into /Developer/ 
(https://en.wikibooks.org/wiki/WebObjects/EOF/Using_EOF/Database_Adaptors_and_Plugins)

"Currently the Wonder build server does not autobuild the piece (coming soon). 
This is only needed for generating SQL out of EOModeler, so if you're just 
deploying, this isn't necessary. To use the EOModeler Bundle, checkout Project 
Wonder from its SourceForge repository (you can just checkout Wonder/PlugIns if 
you don't want everything). Go into the PostgresPlugInBundle folder and run 
xcodebuild, or load the project into Xcode and build it from the GUI. This will 
produce a build/Default/PostgresqlPlugIn.EOMplugin folder that you can copy 
into your /Developer/EOMBundles folder. Note that you CANNOT put it into your 
~/Devloper/EOMBundles folder because EOModeler decides it doesn't want to look 
in that folder." 
(https://en.wikibooks.org/wiki/WebObjects/Project_WONDER/Frameworks/PostgresqlPlugin)

I can't seem to connect to the SourceForge repository so I downloaded the 
wonder source from github and can't seem to find the PostgresPlugInBundle 
folder. I went back and tried finding it in the Wonder 5 Legacy source as well. 
Still no luck.

I have all the other steps complete such as having the 
PostgresqlPlugIn.framework in /Library/Frameworks.

Anyone have any answers or suggestions?
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to