[jboss-jira] [JBoss JIRA] (WFLY-5275) Connection Factory parameter disappears after code deployment

Chao Wang (JIRA) issues at jboss.org
Tue Sep 8 04:44:00 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13106184#comment-13106184 ] 

Chao Wang commented on WFLY-5275:
---------------------------------

The configuration is not supported, connection-definition common attributes are defined in https://github.com/wildfly/wildfly/blob/master/connector/src/main/resources/schema/wildfly-resource-adapters_3_0.xsd#L183

the workaround is the correct way, although, we should throw XMLStreamException with informative message for such unexpected attribute inside "connection-definition".

> Connection Factory parameter disappears after code deployment
> -------------------------------------------------------------
>
>                 Key: WFLY-5275
>                 URL: https://issues.jboss.org/browse/WFLY-5275
>             Project: WildFly
>          Issue Type: Bug
>          Components: JCA
>            Reporter: Mike Millson
>            Assignee: Chao Wang
>
> The min-pool-size setting in the following connection Factory disappears from domain.xml after any code deployments or change made in the console to the queues for the connection factory:
> {code}
> <connection-definition class-name="org.apache.activemq.ra.ActiveMQManagedConnectionFactory" jndi-name="java:jboss/activemq/XAConnectionFactory" enabled="true" use-java-context="true" pool-name="ConnectionFactory" min-pool-size="0"></connection>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list