Raison : Error loading scriptlet class: com.mycompany.converamount.FrenchNumberToWord

Viewed 23

I'm running WildFly 23 Our enterprise app uses Jasper for its reports. Our enterprise app code tries to compile Jasper reports. Jasper's JasperCompileManager class tries to load the class "com.mycompany.converamount.FrenchNumberToWord" to compile the Java code generated from the Scriptlet Jasper JRXML files.

Class.forName("com.mycompany.converamount.FrenchNumberToWord") throws a java.lang.ClassNotFoundException: com.mycompany.converamount.FrenchNumberToWords from [Module "deployment.dms-management-ear.ear" from Service Module Loader].

Any ideas why how to make my report in wildfly know the class . By the way my report is work fin in jasper tools. Thanks for advance .

0 Answers
Related