No prototype
Class: java.lang.Integer
External type: int
Data type: Integer i

On Mar 18, 2009, at 8:32 AM, Mike Schrag wrote:

what is the class name and valueType of externalGraphID?

On Mar 18, 2009, at 7:42 AM, Drew Thoeni wrote:

I downloaded the latest Wonder FrontBasePlugIn-5.0.0.9052 and the problem still existed.

However, removing that and using only the frontbasejdbc.jar eliminates the problem.

Is this a known bug in the Wonder FrontBasePlugIn?

Drew

On Mar 17, 2009, at 10:45 AM, Drew Thoeni wrote:

I'm fetching a single object from Frontbase and the adapter is sending the binding as a string instead of an int.

I'm using the WOnder Frontbase adapter 5.0.0.8987 and the recent build of WOLips (3.4.5694).

I've confirmed the definition is correct in the EOModel and the FetchSpec seems correct.

Here's the relevant code and result (note the ='1'; instead of =1;)

I saw a similar problem on the list, and it suggested ensuring the latest WOnder adapter, which I think I have.

Ideas?

Best,

Drew


Integer aGraphID = new Integer(1);
NSDictionary bindings = new NSDictionary( aGraphID, "externalGraphIDIn" );
try {
Graph g = (Graph)EOUtilities.objectWithFetchSpecificationAndBindings( ec, "Graph", "FetchSingleGraph", bindings);
}


Semantic error 485. Near: SELECT \"t0\".\"externalGraphID\", \"t0\".\"oid\", \"t0\".\"title\" FROM \"GRAPH\" AS \"t0\" WHERE \"t0\".\"externalGraphID\"='1';.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/drewt7%40comcast.net

This email sent to [email protected]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40mdimension.com

This email sent to [email protected]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/drewt7%40comcast.net

This email sent to [email protected]

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

This email sent to [email protected]

Reply via email to