-
Task
-
Resolution: Done
-
Blocker
-
23.0.0.Beta1
-
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>
"
- is caused by
-
WFCORE-6608 Inconsistent user dependency views in ModuleSpecification
- Resolved
-
WFCORE-6445 Update ModuleSpecification.getMutableUserDependencies to resolve pending TODOs
- Resolved
- relates to
-
WFCORE-6601 ModuleSpecification.setSystemDependency does not reset the allDependencies list
- Resolved
-
WFCORE-6607 ModuleSpecification.addSystemDependency treats a duplicate add as an excluded dependency
- Resolved