On 8/3/06, Nikolai Raitsev <[EMAIL PROTECTED]> wrote:
DataContext.objectFromDataRow(String, DataRow) exist not in cayenne-1.2 (is
however described here http://cwiki.apache.org/CAYDOC/data-rows.html
and in local User-Guide from download package cayenne-1.2)

it exists a method objectFromDataRow(Class, DataRow, boolean), but i have a
problem with it:

dataObjectInt = dataContext.objectFromDataRow( MyClass.class, (DataRow) row,
true);

the error message is (from eclipse 3.2):

"The method objectFromDataRow(Class, DataRow, boolean) in the type
DataContext is not applicable for the arguments (Class, DataRow, boolean)"

Are you using the right package for DataRow?   Maybe you're importing
some other DataRow class (I don't see how the package could be wrong
for Class or boolean).

Reply via email to