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 KelvinGoodson:
http://wiki.apache.org/ws/Tuscany/TuscanyJava/SDO_Java_Overview

------------------------------------------------------------------------------
  
   '''-noEMF''' By default, the generated java implementation source files 
directly import the Eclipse EMF classes which they depend upon.  This can lead 
to a discrepancy in EMF library level dependencies between the generated 
classes and the environment into which they are deployed.  The -noEmf option 
provides an early level of function to avoid this situation.  Classes generated 
using this option access EMF function indirectly via inherited behaviour, 
thereby allowing packaging of these generated classes into jar files which do 
not directly depend on EMF.
  
-  This early implementation of this option is limited in the subset of XML 
Schema it is known to handle, and is subject to change. The generator is known 
to be able to deal with Complex content (including content models which map to 
SDO Sequence), Mixed content,  and Open content, for example .
+  This early implementation of this option is limited in the subset of XML 
Schema it is known to handle, and is subject to change. The generator is known 
to be able to deal with Complex content (including content models which map to 
SDO Sequence), and Mixed content for example .
  
   {{{
        <xsd:complexType mixed="true" name="Sequence">
@@ -281, +281 @@

              <xsd:choice maxOccurs="unbounded" minOccurs="0">
                 <xsd:element name="y" type="xsd:string" />
                 <xsd:element name="z" type="xsd:int" />
-                <xsd:any maxOccurs="unbounded" namespace="##any"/>
              </xsd:choice>
          </xsd:sequence>
       </xsd:complexType>

Reply via email to