Re: [castor-user] [XML] AsReference elements as duplicates

2005-08-23 Thread Stephen Winnall
Keith Thanks for the feedback. It sounds like the generated classes have the JDO friendly getters which return an actual reference to the internal collections instead of a copy. Which would explain why AsReference appears in the getter names of the generated sources. I switched off the

Re: [castor-user] [XML] AsReference elements as duplicates

2005-08-23 Thread Keith Visco
Steve, Did you regenerate your classes + descriptors and recompile both after making the changes to the properties file? What does your binding file look like? The binding file takes a higher precendence than what's in the properties file, so sometimes a configuration setting in the binding

Re: [castor-user] [XML] AsReference elements as duplicates

2005-08-22 Thread Keith Visco
Steve, It sounds like the generated classes have the JDO friendly getters which return an actual reference to the internal collections instead of a copy. Which would explain why AsReference appears in the getter names of the generated sources. Though I'm not sure why the AsReference methods