Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by FrankBudinsky: http://wiki.apache.org/ws/Tuscany/TuscanyJava/SDO_Java_Overview ------------------------------------------------------------------------------ * '''!ChangeSummaryTestCase''' Creates a data graph with an instance of type Quote (in simple.xsd) as the root object. It then turns on change logging and makes a number of changes to the graph. Finally, it turns off change logging and serializes the data graph. - * '''XSD``Helper``Test``Case''' This program shows how the XSDHelper.define() method can be called multiple times with the same schema. The second (and subsequent) call simply returns the previously defined list of types. + * '''XSD``Helper``Test``Case''' This program shows how the XSDHelper.define() method can be called multiple times with the same schema. The second (and subsequent) call simply returns an empty list since no new types are defined. The following is in the sdo.tools project:
