I did have things working...... I don't know what I
updated (maybe the project wonder frameworks???) but
now when I eogenerate I get errors...
public static newentity
fetchRequiredNewEntity(EOEditingContext
editingContext, String keyName, Object value) {
return
_newentity.fetchRequiredNewEntity(editingContext, new
EOKeyValueQualifier(keyName,
EOQualifier.QualifierOperatorEqual, value));
}
public static newentity
fetchRequirednewentity(EOEditingContext
editingContext, EOQualifier qualifier) {
newentity eoObject =
_newentity.fetchnewentity(editingContext, qualifier);
if (eoObject == null) {
throw new NoSuchElementException("There was no
NewEntity that matched the qualifier '" + qualifier +
"'.");
}
return eoObject;
}
I have red x's for the fetchnewentity and
fetchRequiredNewEntity. I did not have these last
week. I wish I understood what was happening here
better... this is frustrating.
can someone shed light here. I am using postgresql as
my backend...
Ted
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]