-
Bug
-
Resolution: Done
-
Major
-
7.1.0.ER1
-
None
If any boolean attribute on pooled-connection-factory is set to true, following warning is logged during the server start
2017-06-26 09:22:04,755 WARN [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-5) IJ020017: Invalid archive: file://RaActivatoractivemq-ra 2017-06-26 09:22:04,757 INFO [org.apache.activemq.artemis.ra] (MSC service thread 1-5) Resource adaptor started 2017-06-26 09:22:04,757 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 75) AMQ221003: Deploying queue jms.queue.DLQ 2017-06-26 09:22:04,757 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-5) IJ020002: Deployed: file://RaActivatoractivemq-ra
This is caused by boolean getters in ActiveMQActivationSpec which return boolean instead of Boolean. This is not JCA compliant.
- is blocked by
-
JBEAP-12044 Upgrade Artemis 1.5.5.jbossorg-006
- Closed
- is incorporated by
-
JBEAP-12044 Upgrade Artemis 1.5.5.jbossorg-006
- Closed
- cloned from
-
ARTEMIS-1257 Loading...