WebObjects 5.2.2, Cocoa EOF applications, Postgresql Plugin problems
WebObjects 5.2.2, Cocoa EOF applications, Postgresql Plugin problems
- Subject: WebObjects 5.2.2, Cocoa EOF applications, Postgresql Plugin problems
- From: Johan Henselmans <email@hidden>
- Date: Tue, 28 Oct 2003 13:31:39 +0100
Now that according to the docs in 5.2.2 the Cocoa EOF Application bug
is fixed, I decided to give it a try. It worked almost (had to resave
the Nib to get a proper screen layout), but one problem persisted: I
used PostgresQL as backend, and to make sure that the sequences and the
escape quotes are understood, one needs the PostgresQL PLugin from
Kenny Leung.
But when I add the framework to the program, I am getting the following
error during compilation:
StandaloneExecutable.LinkUsingFileList
/Users/johan/cocoaeo/build/cocoaeo.app/Contents/MacOS/cocoaeo
/usr/bin/gcc-3.3 -o
/Users/johan/cocoaeo/build/cocoaeo.app/Contents/MacOS/cocoaeo
"-L/Users/johan/cocoaeo/build" "-F/Users/johan/cocoaeo/build"
-filelist
/Users/johan/cocoaeo/build/cocoaeo.build/cocoaeo.build/Objects-normal/
LinkFileList "-arch" "ppc" "-prebind" "-Wl,-no_arch_warnings"
"-framework" "Cocoa" "-framework" "JavaEOCocoa" "-framework"
"PostgresqlPlugIn"
ld: /Library/Frameworks/PostgresqlPlugIn.framework/PostgresqlPlugIn
extrefsymoff plus nextrefsyms * sizeof(struct dylib_reference) in load
command 7 extends past the end of the file
ld: warning prebinding disabled because dependent library:
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit can't be
searched
...failed StandaloneExecutable.LinkUsingFileList
/Users/johan/cocoaeo/build/cocoaeo.app/Contents/MacOS/cocoaeo ...
Can anybody explain to me what this means? I recompiled the Plugin with
Mac Os X 10.3, but to no avail.
========================================================================
========================================
Errors I am getting when I am not using the plugin:
valuateExpression failed: <com.webobjects.jdbcadaptor.JDBCExpression:
"SELECT t0.relation_city, t0.relation_country_id, t0.relation_email,
t0.relation_id, t0.relation_name, t0.relation_phone1,
t0.relation_phone2, t0.relation_remarks, t0.relation_straat,
t0.relation_straat2, RTRIM(t0.relation_zipcode),
RTRIM(t0.relation_zipcode2), t0.relation_zipcodeext FROM
public.relations t0 WHERE UPPER(t0.relation_name) LIKE UPPER(?) ESCAPE
'\'" withBindings: 1:"And"(relationName)>:
Next exception:SQL State:42601 -- error code: 0 -- msg: ERROR:
unterminated quoted string at or near "'\'"
.
-johan
Johan Henselmans
http://www.netsense.nl
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.