Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-11776

IJ020017: Invalid archive: file://RaActivatoractivemq-ra when any pooled connection factory boolean attribute is set to true

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.ER3
    • 7.1.0.ER1
    • JMS
    • None
    • Hide
      1. Prepare clean EAP instance
      2. configure rebalance connections on pooled connection factory
        /subsystem=messaging-activemq/server=default/pooled-connection-factory=activemq-ra:write-attribute(name=rebalance-connections, value=true)
        reload
        
      3. see server.log
      Show
      Prepare clean EAP instance configure rebalance connections on pooled connection factory /subsystem=messaging-activemq/server=default/pooled-connection-factory=activemq-ra:write-attribute(name=rebalance-connections, value=true) reload see server.log

      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.

            mstefank Martin Stefanko
            mstyk_jira Martin Styk (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: