On Tue, Nov 16, 2010 at 1:25 PM, Millies, Sebastian <[email protected]> wrote: > Hello there, > > I am unsatisfied with the <import.sdo> XML element only > taking a local file path as the location attribute value. > It would be much nicer if it were possible to specify an > HTTP-URL from which to retrieve the XSD file. > > Has anyone given thought to this? Where could I find the > relevant source code if I wanted to attempt to code this > myself? > > -- Sebastian > >
Its in the databinding-sdo module - https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/modules/databinding-sdo/ See the classes such as SDOTypesProcessor and SDOTypesModelResolver ...ant
