java.lang.IllegalStateException: adaptorValueType: unable to load class named 'LocalDateTime' for attribute dateTime on entity Event
For the attribute I chose a prototype of jodaLocalDateTime which gave the following property values in the EOModel:
Data Type: Custom
External Type: TIMESTAMP
Class: org.joda.time.LocalDateTime
Value Class: org.joda.time.LocalDateTime
Value Type: T
Factory Class: er.prototypes.ValueFactory
Factory Method: jodaLocalDateTime
Conversion Class: er.prototypes.ValueConversion
Conversion Method: jodaLocalDateTime
InitArgument: Date
Am using Webobjects 5.4.3 with Frontbase and JodaTime 2.2
Any ideas what may be going on?
Thanks!
Jeff