Lucee 5.0 custom jar library

Hey Everybody,

I have asked a detailed question on stackoverflow regarding Lucee 5.0 and
custom jar library Docx4j.

You can find the question
here: http://stackoverflow.com/questions/40046948/docx4j-library-in-lucee-5-0

Hopefully somebody can put me in the right direction.

Greetings,

Roland

Somebody has answered my question and that worked!Op vrijdag 14 oktober 2016 17:38:39 UTC+2 schreef RolandMakkelie:

Hey Everybody,

I have asked a detailed question on stackoverflow regarding Lucee 5.0 and
custom jar library Docx4j.

You can find the question here:
http://stackoverflow.com/questions/40046948/docx4j-library-in-lucee-5-0

Hopefully somebody can put me in the right direction.

Greetings,

Roland

Ok, I read both this thread and the stackoverflow question. Since answer
have 3 options could you reply here with the option you chose that worked
for you. That will make this thread much more usable in the future.

Andrew PenhorwoodOn Friday, October 14, 2016 at 2:38:28 PM UTC-4, RolandMakkelie wrote:

Somebody has answered my question and that worked!

Op vrijdag 14 oktober 2016 17:38:39 UTC+2 schreef RolandMakkelie:

Hey Everybody,

I have asked a detailed question on stackoverflow regarding Lucee 5.0 and
custom jar library Docx4j.

You can find the question here:
http://stackoverflow.com/questions/40046948/docx4j-library-in-lucee-5-0

Hopefully somebody can put me in the right direction.

Greetings,

Roland

I am not a Java expert. But as far as I understood the prefered way would
be to use OSGi bundles

Using the OSGi bundle for the saxon processor. I need the saxonHE to
transform XSLT 2.0 (Xalan is XSLT 1.0 only) and it worked like a charm.
I downloaded the bundle from the maven repository into the
/lucee-server/bundles folder and it was recognized without restart.

createObject( ‘java’ , ‘net.sf.saxon.s9api.Processor’ ,
‘org.apache.servicemix.bundles.saxon’ , ‘9.7.0.8_1’)

I tried to do the the same with AWS SDK OSGi bundle but failed due to some
dependency problems.

Some more help in the docs wold be helpful…

DanielAm Freitag, 14. Oktober 2016 17:38:39 UTC+2 schrieb RolandMakkelie:

Hey Everybody,

I have asked a detailed question on stackoverflow regarding Lucee 5.0 and
custom jar library Docx4j.

You can find the question here:
http://stackoverflow.com/questions/40046948/docx4j-library-in-lucee-5-0

Hopefully somebody can put me in the right direction.

Greetings,

Roland