More EOModeler Insanity
More EOModeler Insanity
- Subject: More EOModeler Insanity
- From: Andrew Kinnie <email@hidden>
- Date: Fri, 13 Aug 2004 08:02:57 -0400
I'm back. Yesterday I posted about trying to create a new website
based on an old 5.1 site i built over a year ago. Now I am running OS
X 10.3 and WO 5.2. I finally managed to get EOModeler to see my model
from my old site, however, I seem to be having issues with getting it
into the project in XCode. I have tried dragging it from the finder
into the Resources group, as well as doing a save as from EOModeler.
Both times I tell it to put it in Application Server, and both times it
appears as a folder in XCode's resources group, and not as an EOModel
file. The project compiles but then gives me this exception:
Application: MyApp
Error: java.lang.IllegalStateException exception
Reason:
java.lang.IllegalStateException: An Exception occurred while
generating the Exception page 'WOExceptionPage'. This is most likely
due to an error in 'WOExceptionPage' itself or WebObjects encountered
an uncaught exception while creating a Session object.
Below are the logs of the original Exception which occured in
Application, then the later Exception in WOExceptionPage.
Original Exception:
java.lang.IllegalStateException: Unabled to find an EOClassDescription
for objects of class MyClass
at
com.webobjects.eocontrol.EOGenericRecord.__setClassDescription(EOGeneric
Record.java:98)
at
com.webobjects.eocontrol.EOGenericRecord.<init>(EOGenericRecord.java:
72)
at MyClass.<init>(MyClass.java:12)
...
So, is there some other way to get the model into a WO 5.2 project
under XCode? It has been a while since I've worked with WO, but I
don't recall these problems before.
Thanks in advance
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.