[
https://issues.apache.org/activemq/browse/CAMEL-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49838#action_49838
]
Claus Ibsen commented on CAMEL-1360:
------------------------------------
Ashwin
We need the .jar in a maven repo somewhere
Missing:
----------
1) org.apache.santuario:xmlsec:jar:1.4.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.santuario
-DartifactId=xmlsec -Dversion=1.4.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.santuario -DartifactId=xmlsec
-Dversion=1.4.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.apache.camel:camel-core:bundle:2.0-SNAPSHOT
2) org.apache.santuario:xmlsec:jar:1.4.2
----------
1 required artifact is missing.
> Develop a new Dataformat that facilitates symmetric key encryption/decryption
> of XML payloads at the Payload, XML Element and XML Element Content level
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-1360
> URL: https://issues.apache.org/activemq/browse/CAMEL-1360
> Project: Apache Camel
> Issue Type: New Feature
> Reporter: Ashwin Karpe
> Assignee: Claus Ibsen
> Attachments: svndiff.out, XMLEncryption2.zip
>
> Original Estimate: 2 weeks
> Remaining Estimate: 2 weeks
>
> Develop a new Dataformat for Camel that facilitates Triple-DES and AES (128,
> 192, 256) based encryption and decryption of XML payloads at the Document,
> Element and Element Content levels
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.