I wish I'd more time to investigate SDO, but just a quick comment on this point:
> It looks like it doesn't know that DataObject means SDO. It maybe that > the SDO data binding it not fully enabled for some reason. I'll give > it a try here an see if I get the same result. > I'm not even looking at your test app, but I can say that this JIRA https://issues.apache.org/jira/browse/TUSCANY-3910 will give a similar symptom. A workaround is to add the @RequestWrapper/@ResponseWrapper annotations with ...className=commonj.sdo.DataObject". The reason has to do with the ordering of the visitors which we had in 1.x is no longer in place in 2.x.
