-
Bug
-
Resolution: Done
-
Major
-
7.4.9.GA
-
False
-
None
-
False
-
-
-
-
-
-
?
-
Workaround Exists
-
-
-
-
Before updating the pool of Resource Adapter.
standalone-full.xml:
<resource-adapters> <resource-adapter id="wmq.jmsra.rar"> <archive> wmq.jmsra.rar </archive> <transaction-support>XATransaction</transaction-support> <connection-definitions> <connection-definition class-name="com.ibm.mq.connector.outbound.ManagedConnectionFactoryImpl" jndi-name="java:jboss/CTION_FACTORY" enabled="true" pool-name="{POOL NAME}"> <config-property name="hostName">{IBM MQ HOSTNAME}</config-property> <config-property name="port">{IBM MQ PORT}</config-property> <config-property name="channel">{CHANNEL NAME}</config-property> <config-property name="transportType">CLIENT</config-property> <config-property name="queueManager">{QUEUE MANAGER NAME}</config-property> </connection-definition> </connection-definitions> <admin-objects> <admin-object class-name="com.ibm.mq.connector.outbound.MQQueueProxy" jndi-name="java:jboss/{XXXX}" ueue-ao"> <config-property name="baseQueueName">{QUEUE NAME}</config-property> <config-property name="baseQueueManagerName">{QUEUE MANAGER NAME}</config-property> </admin-object> </admin-objects> </resource-adapter> </resource-adapters>
After updating Min Pool Size of the Resource Adapter with Management Console.
standalone-full.xml:
<resource-adapters> <resource-adapter id="wmq.jmsra.rar"> <archive> wmq.jmsra.rar </archive> <transaction-support>XATransaction</transaction-support> <connection-definitions> <connection-definition class-name="com.ibm.mq.connector.outbound.ManagedConnectionFactoryImpl" jndi-name="java:jboss/CTION_FACTORY" enabled="true" pool-name="{POOL NAME}"> <xa-pool> <<== All config properties were deleted. <min-pool-size>1</min-pool-size> </xa-pool> </connection-definition> </connection-definitions> <admin-objects> <admin-object class-name="com.ibm.mq.connector.outbound.MQQueueProxy" jndi-name="java:jboss/{XXXX}" ueue-ao"> <config-property name="baseQueueName">{QUEUE NAME}</config-property> <config-property name="baseQueueManagerName">{QUEUE MANAGER NAME}</config-property> </admin-object> </admin-objects> </resource-adapter> </resource-adapters>
All config properties were deleted.
This issue can be reproduced with the latest JBoss EAP 7.4.9.
- is cloned by
-
HAL-1839 Properties in the Resource Adapter(IBM MQ) are removed when updating the connection pool with Management Console
- Resolved
- is incorporated by
-
JBEAP-24338 (7.4.z) Upgrade HAL from 3.3.16.Final-redhat-00001 to 3.3.17.Final-redhat-00001
- Closed
- is related to
-
JBEAP-24753 List of JIRA resolved in this release of EAP 7.4.11 for RHEL-7
- Closed
-
JBEAP-24754 List of JIRA resolved in this release of EAP 7.4.11 for RHEL-8
- Closed
-
JBEAP-24755 List of JIRA resolved in this release of EAP 7.4.11 for RHEL-9
- Closed
-
JBEAP-24756 List of JIRA resolved in this release of EAP 7.4.11
- Closed