[
https://issues.apache.org/jira/browse/ARTEMIS-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16064765#comment-16064765
]
ASF GitHub Bot commented on ARTEMIS-1257:
-----------------------------------------
Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1374#discussion_r124260574
--- Diff:
artemis-ra/src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQActivationSpec.java
---
@@ -623,11 +623,11 @@ public void setUseLocalTx(final Boolean localTx) {
this.localTx = localTx;
}
- public boolean isRebalanceConnections() {
+ public Boolean isRebalanceConnections() {
--- End diff --
??? how come this would be an issue? how to replictate it? have a test?
> IJ020017: Invalid archive: file://RaActivatoractivemq-ra when pooled
> connection factory rebalance-connections is set to true
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-1257
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1257
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
>
> If attribute {{rebalance-connections}} on {{pooled-connection-factory}} is
> set to true, following warning is logged during the server start
> {noformat}
> 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
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)