Re: [castor-dev] Enhancement Request

2004-07-30 Thread Keith Visco
Hi Eric, Yes, this change has caused some migration headaches. The main reason for the change was because of inheritence issues. If the more specific type is used in the method signature, then there was issues with subclasses and a bug in the SourceGenerator/SourceFactory that didn't correctly r

[castor-dev] Enhancement Request

2004-07-30 Thread Hallander, Jon Eric (Eric)** CTR **
Another source code change that impacted my team when we upgraded from 0.9.3.9 to 0.9.5.3 was the signature of the unmarshal method changed from the type'd return to java.lang.Object. Now I suppose it could be argued that this is the proper signature, and I will certainly agree with that, bu