Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1.2
-
Component/s: XML code generator
-
Labels:None
-
Number of attachments :
Description
I use the org.exolab.castor.builder.SourceGenerator with a selfmade xsd.
Today, if you use the org.exolab.castor.builder.boundproperties=true feature, castor generates in every setter a notifyPropertyChangeListeners(_fieldName,old,new) call.
The problem is that you use the internal underscore fieldname also for the PropertyChangeEvent-call as property name, but this is not JavaBeans-spezification-compatible.
Can you confirm this?
Can you please attach a sample XML schema that showcases the problem at hand ? Which I could use to generate sources from ?