[SDO (language neutral issue?)] referencing sdo model types in xsds

2006-09-11 Thread kelvin goodson
In Java SDO, when generating types dynamically from xsd, if you want to include an element from the base SDO type system then to have a valid XSD you must import sdoModel.xsd. My scenario is when including an element in my schema of type sdo:ChangeSummaryType. xsd:schema xmlns:sdo=commonj.sdo

Re: [SDO (language neutral issue?)] referencing sdo model types in xsds

2006-09-11 Thread Jeremy Boynes
On Sep 11, 2006, at 3:57 AM, kelvin goodson wrote: Now in the java world here's a nasty catch, one side effect of this which, given the way we run things, only occurs in a maven test run, and not when running junits in eclipse is that one unit test can affect a later one. In maven the