Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-14438

RAR classes not accesible from application code

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 20.0.1.Final, 21.0.2.Final
    • JCA
    • None
    • Hide

      None.

      Show
      None.
    • Undefined
    • ---
    • ---

    Description

      Install a 3rd party RAR which includes its jar dependencies, the classes inside that rar are inaccesible to client code.

      FWIW this is how is done in Websphere Liberty:

      <resourceAdapter id="IMSTMRA" location="C:/ims-test/IBM/IMS/ICO15/V14110/JCA15/ims14110.rar"> <properties.IMSTMRA logFileSize="1048576" logFilename="/temp/IMSTMRA-log.log" logNumberOfFiles="5" traceFileSize="1048576" traceFilename="/temp/IMSTMRA-trace.log" traceNumberOfFiles="5"/>
      </resourceAdapter>
      
      <connectionFactory jndiName="/j2c/openLegacyIMS" type="javax.resource.cci.ConnectionFactory"> <properties.IMSTMRA dataStoreName="IVP1" hostName="192.86.32.238" passWord="LEGACY" portNumber="9999" traceLevel="3" userName="DEMO001"/> 
      <connectionManager connectionTimeout="5s" maxPoolSize="5"/>
      </connectionFactory>
      
      <enterpriseApplication id="IMSTestEAR" location="IMSTestEAR.ear" name="IMSTestEAR"> <classloader classProviderRef="IMSTMRA" /></enterpriseApplication>
      

      Attachments

        Activity

          People

            tadamski@redhat.com Tomasz Adamski
            ssamayoagt Sergio Samayoa (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: