Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1.1
-
Component/s: XML code generator
-
Labels:None
-
Number of attachments :
Description
Subject says all ....
Attachments
Issue Links
| This issue relates to: | ||||
| CASTOR-1921 | Usage of BigDecial.toString() in Marshaller inconsistent when switching from Java 1.4 (and below) to Java 5.0 (and above) |
|
|
|
A sample binding entry showing the feature(s) to be added:
<?xml version="1.0"?>
<binding xmlns:cbf="http://www.castor.org/SourceGenerator/Binding"
defaultBindingType='element'>
<namingXML>
<complexTypeName>
<suffix>CType</suffix>
</complexTypeName>
</namingXML>
<automaticNaming>
<forces>
<force>notionalVariation</force>
</forces>
<excludes>
<exclude>
<name>notionalVariation[/complexType:Money]</name>
<class-name>NotionalVariationByMoney</class-name>
</exclude>
<exclude>
<name>notionalVariation[/complexType:NotionalVariation]</name>
<class-name>NotionalVariationByNotionalVariation</class-name>
</exclude>
</excludes>
</automaticNaming>
</binding>