How did you define the PK? You will need to set it up as a custom data type, the same as if you were using it as a regular attribute. Why does it think it is a NSTimestamp?
Chuck On 2016-01-22, 2:35 PM, "[email protected] on behalf of Samuel Pelletier" <[email protected] on behalf of [email protected]> wrote: >Hi, > >I would like to create use a soda LocalDate as primary key for an entity used >for report grouping with month, quarter, year... > >My creates and inserts works but my fetches fail with this exception: >Attempt to create an EOGlobalID for the entity "DateMTA" with a primary key >component of type org.joda.time.LocalDate instead of type >com.webobjects.foundation.NSTimestamp! >at com.webobjects.eoaccess.EOEntity._coercePKInput(EOEntity.java:390) > >I dig a bit in the code and it seems to come from the adaptorValueClass() >method in EOAttribute that think it should be a NSTimestamp instead of an >LocalDate. > >I am not familial with EOAtribute and it's multiple class and types... > >Anyone can help me figure this out ? > >Samuel > _______________________________________________ >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/chill%40gevityinc.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: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
