Transfer and a Java Loader problem
I've been slowly getting into Mark Mandel's Transfer recently. The problem is the last time I was testing the ORM was before the CF8 upgrade. So last night as I was playing around I got the following error message"
1 Object Instantiation Exception.
2 An exception occurred when instantiating a Java object. The class must not be an interface or an abstract class. Error: ''.
The problem was easy to resolve (via the mailing list), the old version doesn't work with cf8 and some changes had to be made for the Java code to run properly.
So anyone out there with CF 8 and Transfer 0.6.3RC2 will need to upgrade from the SVN which you can find at transfer.riaforge.org/
2 An exception occurred when instantiating a Java object. The class must not be an interface or an abstract class. Error: ''.
TweetBacks
I guess the new code still works with CF7?
The question is, which version of Transfer shoud I download from Subversion (trunk?) and will that also work with CF7.
So the issue was with using RC2 rather than the final 0.6.3.
So using the final 0.6.3 should be fine to download from riaforge rather than needing to get it directly from SVN.
Is that right?