Hello Ivy Team, I would like to sign PDF files using apache pdfbox.
Apache pdfbox requires the bcprov-jdk15on for encryption and signing.
When I try to run the signing example (https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/) i get a
I think this exception occurs because the designer has a bcprov-jdk15-1.45.jar already included, but this is not the jar pdfbox expects. (bcprov-jdk15 and bcprov-jdk15on) When I try to delete this jar it is automatically recreated on startup. Could you please help me to solve this problem. I am using the ivy Designer 5.1.8 Thank you and best regards Florian asked 21.04.2017 at 06:11 Florian Hein... |
You could try to repack the bouncycastle library, so that it will be available with another namespace. See http://repackage.org/ Or the HSQL thread, where this solution was applied to the HSQL library: http://answers.axonivy.com/questions/960/use-the-latest-hsqldb-within-my-project answered 24.04.2017 at 08:10 Reguel Werme... ♦♦ |
Hi, can we upgrade the bouncy castle with a newer version, as we are using two different libraries from bouncy castle and the one actually collides with the one provided by Axon Ivy answered 16.03.2018 at 06:33 imoteb Until 7.0 the library is used to provide Webservice.process API via SOAP.
With 7.1 the library is no longer shipped with the product and therefore no problems exists. What version are you using?
(16.03.2018 at 09:46)
Reguel Werme... ♦♦
I am using 6.1
(16.03.2018 at 09:48)
imoteb
I'm just guessing but I think you can replace the bouncycastle library if you use no webservice processes at all or if you have only such with HTTPBasic or Container authentication: https://developer.axonivy.com/doc/latest/DesignerGuideHtml/ivy.processmodeling.html#ivy-processmodels-elements-tabs-wsprocess
(16.03.2018 at 10:29)
Reguel Werme... ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 21.04.2017 at 06:11
Seen: 237,131 times
Last updated: 16.03.2018 at 10:29
have you tried to put the JAR to
jre/lib/ext
?