Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-6606

WildFly main is failing some of Jakarta EE 10 Platform TCK Connector tests that depend on appclient deploying an ear with resource archive deployment dependencies

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Blocker Blocker
    • 23.0.0.Beta2, 23.0.0.Final
    • 23.0.0.Beta1
    • Server
    • None

      Some Connector TCK tests are failing due to a regression caused by https://issues.redhat.com/browse/WFCORE-6445

      The Connection test output is shown in https://gist.github.com/scottmarlow/8b4c678606bc18aa1a442a74dc62b271

      The problem is that the "annotations_ejb_vehicle.ear" deployment has a sub-deployment "annotations_ejb_vehicle_ejb.jar" that has dependencies on resource archives that aren't on the deployment classpath.

      The ear deployment should have the RAR deployment dependencies via:
      "
      <jboss-deployment-structure>
      <deployment>
      <dependencies>
      <module name="deployment.whitebox-xa.rar" export="true"/>
      <module name="deployment.whitebox-xa-param.rar" export="true"/>
      <module name="deployment.whitebox-anno_no_md.rar" export="true"/>
      <module name="deployment.whitebox-tx.rar" export="true"/>
      <module name="deployment.whitebox-notx-param.rar" export="true"/>
      <module name="deployment.whitebox-mixedmode.rar" export="true"/>
      <module name="deployment.whitebox-tx-param.rar" export="true"/>
      <module name="deployment.whitebox-multianno.rar" export="true"/>
      <module name="deployment.whitebox-notx.rar" export="true"/>
      <module name="deployment.whitebox-ibanno_no_md.rar" export="true"/>
      <module name="deployment.whitebox-mdcomplete.rar" export="true"/>
      <!-- <module name="deployment.whitebox-xa.rar" export="true"/> -->
      </dependencies>
      </deployment>
      </jboss-deployment-structure>
      "

              bstansbe@redhat.com Brian Stansberry
              smarlow1@redhat.com Scott Marlow
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: