Just upgraded from Lucee 4.5 to 5.0. Thx for the great product!
I have an exception using cfpdfparam. I want to loop over an array which
contains PDF binaries, generated with cfdocument and merge the single
documents to one document.
The code doesn’t even start. The exception thrown is:
“cannot load class through its string name, because no definition for the
class with the specified name
[lucee.transformer.cfml.evaluator.impl.PDFParam] could be found”
We’re on Lucee 5.2.7.63 and we’re experiencing similar issues, but with ANY JAR-file we try to load via CreateObject:
cannot load class through its string name,
because no definition for the class with the specified name [JAR-functionname]
could be found caused by
(java.lang.ClassNotFoundException:JAR-functionname not found by lucee.core [64];
java.lang.ClassNotFoundException:JAR-functionname;java.lang.ClassNotFoundException:JAR-functionname;)