While posting .bplist format to ERRest, I get the error:

        ValidationException: Error encountered converting value of class 
java.lang.String to type specified in attribute 'id' of entity 'Venue'

On the client side, I added one dictionary to the other:

    [dictionary setObject:self.venue forKey:@"venue"];

The dictionary reports the class of venue.id to be NSDecimalNumber, but I guess 
bplist interprets it as a java.lang.String, seems fine...

    id = 73;

The database stores that resulting id as an INT, which also seems fine...

All this, I should imagine would all be fine? The error suggests that the 
String for the id cannot be turned into a valid integer but it seems that 
should be ok, no?

What might I be missing here?

thanks--

 _______________________________________________
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