I'd guess the error means just what it says. You've got two
ObjEntities mapped to a class named TmpAttredit.
Try posting your datamap if you can't locate the problem yourself (but
a text search for TmpAttredit on the xml file should find the
problem).
On 8/20/07, Jens Mayer <[EMAIL PROTECTED]>
Hi,
I'm wondering about an error message:
"Can't perform lookup. There is more than one ObjEntity mapped to class
TmpAttredit"
This is the code (as simple as possible):
DataContext dataCtx =
SelectQuery query = new SelectQuery(TmpAttredit.class);
List result = dataCtx.performQuery(query)