why does SDODatabinding set up a default element ?

2008-02-26 Thread Scott Kurz
Question: Way back in October in r589154 SDODataBinding.introspect was changed to propagate the Java dflt elem QName into the XMLType logical with code that looks like: Object logical = dataType.getLogical(); if (logical instanceof XMLType) { elementName = ((XMLType)lo

Re: why does SDODatabinding set up a default element ?

2008-02-29 Thread Raymond Feng
think it is either a SDO bug or feature request. We can create a simple testcase in SDO without any SCA code. Thanks, Raymond -- From: "Scott Kurz" <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2008 8:28 PM To: Subject: why