]
Stefano Maestri resolved JBJCA-1340.
------------------------------------
Resolution: Done
NPE when deploying RA adapter
-----------------------------
Key: JBJCA-1340
URL:
https://issues.jboss.org/browse/JBJCA-1340
Project: IronJacamar
Issue Type: Bug
Components: Deployer
Affects Versions: WildFly/IronJacamar 1.4.1.Final
Environment: IronJacamar 1.4.2.Final
Reporter: Martin Simka
Assignee: Stefano Maestri
Priority: Blocker
commit
[
b28a11761463de3e316b039675c55864667bf13f|https://github.com/ironjacamar/i...]
introduced NPE when deploying RA.
There is a lot of failing tests in IronJacamar testsuite, one example is
org.jboss.jca.deployers.test.unit.connector16.Ra16Standard303TestCase
issue seems to be
[
AbstractResourceAdapterDeployer.java#L1658|https://github.com/ironjacamar...]
where {{connectionDefinition}} is null in some cases.
There are more issues similar to this one added by later commits for Elytron integration.
[
AbstractResourceAdapterDeployer.java#L1666|https://github.com/ironjacamar...]
will have the same problem.