Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-19586

com.jcraft.jsch module missing bouncycastle dependency

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • fuse-7.11.1-GA
    • fuse-7.11.1-GA
    • Fuse EAP
    • None
    • False
    • None
    • False
    • Release Notes
    • % %
    • Todo
    • Release Note
    • Hide

      Currently, the user has to modify the module as described to make advanced algorithms work.

      Show
      Currently, the user has to modify the module as described to make advanced algorithms work.

      The com.jcraft.jsch module is missing a module dependency for bouncy castle in the JBoss EAP distribution, with the result that trying to use algorithms like the one described in ENTESB-18044 fails.

      The module descriptor should look something like this:

      <?xml version="1.0" encoding="UTF-8"?>
      <module name="com.jcraft.jsch" slot="fuse" xmlns="urn:jboss:module:1.1">
        <properties>
          <property name="jboss.api" value="private"/>
        </properties>
        <resources>
          <resource-root path="jsch-0.2.0.redhat-00001.jar"/>
        </resources>
        <dependencies>
          <module name="org.bouncycastle" slot="fuse"/>
        </dependencies>
      </module>
      

              tdiesler@redhat.com Thomas Diesler
              rhn-support-dhawkins Duane Hawkins
              Federico Mariani Federico Mariani
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: