Hi,

 

I've created a sample app that uses DAS to persist an SDO passed to my
web-service to a Derby database. If I do as in the BigBank example and
use a manual insert everything is ok, e.g.

 

Command insert = Command.FACTORY.createCommand("insert into MyTable
(name) values ('"

                          + myObject.getName() + "')" );

 

However, when I try to get my DataObjectImpl derived object to apply
itself using "apply.execute((SpecificDOImpl) myObject);", it doesn't
work. Am I doing it wrong or is this feature not in place yet? All I get
is a NPE. There don't appear to be any examples covering this sort of
usage yet.

 

Thanks,
Jeff Watkins

Reply via email to