createDynamicProxy from runtime loaded jar

createobject(java …) allows passing of list of jars to use, but it appears
that createDynamicProxy does not.

Is it technically possible to do this, and if so shall i raise a ticket?

The signature would then look like

createDynamicProxy(cfc, interfaces, context);

Cheers, Chris

I am also curious to know if this is possible. I’ve been using the JAR-path option for createObject() a lot lately and I am now trying to experiment with the createDynamicProxy() function.