This might help you
http://forums.adobe.com/message/2136048%3Bjsessionid=AD61965725B7DF6354AF1B7A0CE73145.node0

Thanks
Ritha

> We have been using the code below in cf7 to convert java query 
> recordset to a cf query. It is still working in cf7 but fails with:
 
> "An exception occurred when instantiating a Java object. The class 
> must not be an interface or an abstract class. "
> the code used is 
> <cfset queryTable = CreateObject("java", "coldfusion.sql.QueryTable").
> init( rs )>
> in this case "rs" is the java recordset.
> 
> Any thoughts on what could be wrong?
> Thanks,
 
> Frederick 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325357
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to