I'm trying to take a resultset that is returned by a java
call and convert it into a query object in my CFC so that the
cffunction has 'query' as its returntype. I've found the page by
Pete Freitag
describing how to do this but when I use this technique in
ColdFusion 8 I get an object instantiation exception with the
following message;
<message>
An exception occurred when instantiating a Java object. The
class must not be an interface or an abstract class. Error: ''.
</message>
I'm wondering if something changed in this version of
ColdFusion that makes this code behave this way. Any suggestions?
Thanks, Joris.