I am using WebObjects 5.4 and I am getting the following error when calling an 
Oracle function which returns a Boolean:
"Unable to determine JDBC type for attribute 'returnValue' when preparing 
output parameter for stored procedure"

The return value is configured as follows and I am assuming the problem is with 
the Boolean type:
        name = "returnValue";
columnName = "000";
parameterDirection = 2;
        externalType = BOOLEAN;
valueClassName = NSNumber;
valueType = c;

How does one specify the stored procedure to handle a Boolean return type?
 _______________________________________________
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