Programatically load the model into the default ModelGroup, like so:
static {
try {
EOModel model = new EOModel(new File("Web/Resources/MyProject.eomodeld").toURI().toURL());
EOModelGroup.defaultGroup().addModel(model);
} catch (MalformedURLException e) {
throw new RuntimeException("Couldn't load EOModel", e);
}
}
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden