Bug 900842 (JBPAPP6-1388) - <inbound-config> vanishes from standalone.xml after MDB deployment
Summary: <inbound-config> vanishes from standalone.xml after MDB deployment
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: JBPAPP6-1388
Deadline: 2012-09-10
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: JMS
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ER5
: EAP 6.1.0
Assignee: Jeff Mesnil
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBP...
Whiteboard: jboss
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-03 11:34 UTC by Ravi Bhardwaj
Modified: 2016-07-13 22:47 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
JBoss EAP 6.0.0.GA (AS 7.1.2.Final-redhat-1)
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)
standalone-full-support.xml (20.50 KB, text/xml)
2012-09-03 11:39 UTC, Ravi Bhardwaj
no flags Details
MYMDB_Topics.jar.zip (2.42 KB, application/zip)
2012-09-03 11:40 UTC, Ravi Bhardwaj
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker AS7-6648 0 Major Resolved pooled-connection-factory's inbound-config is not persisted 2014-02-07 10:52:18 UTC
Red Hat Issue Tracker JBPAPP6-1388 0 Major Closed <inbound-config> vanishes from standalone.xml after MDB deployment 2014-02-07 10:52:18 UTC

Description Ravi Bhardwaj 2012-09-03 11:34:06 UTC
Steps to Reproduce: * Add the following tag in the stanadlone-full.xml:
<pooled-connection-factory name="hornetq-ra">
			 <inbound-config>
		            <use-jndi>true</use-jndi>
				<setup-attempts>10</setup-attempts>
		        </inbound-config>
                        <user>guest1</user>
                        <password>guest123</password>
                        <transaction mode="xa"/>
                        <connectors>
                            <connector-ref connector-name="netty"/>
                        </connectors>
                        <entries>
                            <entry name="java:/JmsXA"/>
                        </entries>
                        <ha>true</ha>
                        <thread-pool-max-size>50</thread-pool-max-size>
                    </pooled-connection-factory>

* Create any queue or topic
* Deploy the MDB and refresh the standalone-full.xml
project_key: JBPAPP6

After deploying the MDB, the <inbound-config> tag under hornetq subsystem disappears.

Comment 1 Ravi Bhardwaj 2012-09-03 11:39:06 UTC
Jboss configuration file

Comment 2 Ravi Bhardwaj 2012-09-03 11:39:06 UTC
Attachment: Added: standalone-full-support.xml


Comment 4 Ravi Bhardwaj 2012-09-03 11:40:05 UTC
Attachment: Added: MYMDB_Topics.jar.zip


Comment 5 Anne-Louise Tangring 2012-11-13 20:57:52 UTC
Docs QE Status: Removed: NEW 


Comment 6 Jeff Mesnil 2013-02-28 08:14:00 UTC
This issue corresponds to https://issues.jboss.org/browse/AS7-5538 in AS7 upstream

Comment 7 Jeff Mesnil 2013-02-28 08:14:50 UTC
oups, typo: the relevant JIRA issue is https://issues.jboss.org/browse/AS7-6648

Comment 8 Jeff Mesnil 2013-03-19 09:41:59 UTC
EAP PR: https://github.com/jbossas/jboss-eap/pull/60

Comment 11 Miroslav Novak 2013-04-29 16:19:56 UTC
Verified in EAP 6.1.0.ER5.


Note You need to log in before you can comment on or make changes to this bug.