I've created my model just fine, generated the code, and created an AddEdit component.
displayBoard = (DisplayBoard)EOUtilities.createAndInsertInstance(session().defaultEditingContext(), "DisplayBoard");
Where DisplayBoard is the model I've generated.
When I try to run the project though, I get this:
Application: nhlpm
Error: java.lang.IllegalArgumentException exception
Reason:
java.lang.IllegalArgumentException: Could not find EOClassDescription for entity name 'DisplayBoard' !
I'm sure I just missed something but I can't seem to find it. The DisplayBoard class references the same string, and I'm not sure if it needs to be registered somewhere, or whats going on.
Any ideas?
(Note: using WOLips + WebObjects 5.4)
Thanks!!