It sounds like you aren't loading the proper EOAttribute class. The one in ERAttributeExtension does not have a line 2216.
Either you do not have it on your classpath, or it is being loaded after the one in EOAccess. Make sure it is on your class path, make sure it is just below ERExtensions at the top On Jul 1, 2013, at 8:44 AM, Theodore Petrosky wrote: > I don't know when this happened but I just entered a section of my app (that > I haven't touched in weeks) and all of a sudden I get: > > java.lang.IllegalStateException: adaptorValueType: unable to load class named > 'LocalDate' for attribute internalRelease on entity Grid > > > Jul 01 11:39:16 ASPOColorGridD2W[63926] WARN NSLog - > <er.extensions.appserver.ERXComponentRequestHandler>: Exception occurred > while handling request: > java.lang.IllegalStateException: adaptorValueType: unable to load class named > 'LocalDate' for attribute internalRelease on entity Grid > [2013-7-1 11:39:16 EDT] <WorkerThread2> java.lang.IllegalStateException: > adaptorValueType: unable to load class named 'LocalDate' for attribute > internalRelease on entity Grid > at > com.webobjects.eoaccess.EOAttribute.adaptorValueType(EOAttribute.java:2216) > > > Did something change with Joda? Is there some update I should do or shouldn't > have done? > > I am going to start crying now as I have a headache. > > Ted > _______________________________________________ > 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/rgurley%40smarthealth.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]
