I really need your help, and the answer is probably very close, but not yet.
Let me tell you a little background first
Docx4j is a java library that can be used to work with Microsoft text documents as XML in java. Our old Coldfusion application already uses this library correctly. Then we moved on to the newer Lucee software. This has already given problems with the implementation of the Docx4j library. In the end, he worked by placing the Docx4j jar with all the dependencies in the folder "wwwroot / WEB-INF / lucee / lib". After restarting the lucee services, he loaded the jar correctly. Where there are some other problems, but the important part is that the jar is loaded into the environment.
So what is the problem now?
Now we have a new project that is installed on the new Lucee 5.0. Everything went right, only docx4j gave problems. When using docx4j in code, it gives an error stating that Docx4j loggerfactory is not loaded. This is the dependency that Docx4j uses. I found some information that Lucee 5.0 works differently with external jar libraries and that this should be the OSGi framework package. But again, it becomes quite difficult to understand that Lucee needs to get this job
What am I trying to implement
What every time I worked with Coldfusion / Lucee is the Docx4j jar file and with it all the dependency jar files. So I put all these jar files in the folder that Coldfusion reads, and then it works. So what I'm trying to say is that there is no settings file or something like that (maybe in the jar file?)
What have i tried?
, , :
"inetpub/wwwroot/WEB-INF/lucee/lib". , , , loggerfactory . , docx4j . , Docx4j .
zip lucee, ,
"lucee/tomcat/lucee-server/context/lib". , 1. Docx4j . - , . , . , Lucee - jar.
, , ?
, Lucee 5.0 - jar. OSGi. , manifest.xml, jar . , . , , - . , . , cfadmin, Docx4j.
?
, - . 4.5 5 . , , . , , .
!