I believe the change from Vector to List has to do with some Vector methods being synchronized, which can cause performance issues.
At 02:33 PM 5/3/2002 +0900, you wrote: >Okay, so I fixed my problem by changing > >TorqueObjectModelTask --> TorqueDataModelTask > >It would seem that some of the build*.xml files are out of date in cvs. > >So having made this change I was able to rebuild my project within the >shell of the older torque, and all of my BaseXXXPeer classes have been >updated. Of course, all my code built on top of that has List/Vector >conflicts ... > >And the point of the Vector/List change was? I mean seems like a lot of >changes are going to have to be made in XXXPeer classes, for what benefit >exactly? > >CHEERS> SAM >
