Hello,
we are using Castor Sourcegenerator to create java classes. Currently we are using
version 0.9.3 and we want
to upgrade to version 0.9.5.
After generating to new java classes with the version 0.9.5 we get the following
difference:
1. With Castor version 0.9.3 the Sourcegenerator generate the following return value:
private tnova.oms.castor.angebot.types.AuftragType _auftrag;
2.Since Castor version 0.9.4 ( and 0.9.5) we get the following:
private java.lang.String _auftrag;
In our XSD Schema (which is the same in this cases) we are using the following part of
simpletype/enumeration for this example:
<xs:element name="Auftrag">
<xs:annotation>
<xs:documentation>N=Neu; S=Storno</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="N"/>
<xs:enumeration value="S"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Is it possible to setup source generator properties to generate again the first one?
I have not found any information about this in your FAQ / Messageboard.
Kind regards
Peter Reppich
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev