[
https://issues.jboss.org/browse/WFLY-5275?page=com.atlassian.jira.plugin....
]
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/resourc...
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)