Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 900842 (JBPAPP6-1388)

Summary: <inbound-config> vanishes from standalone.xml after MDB deployment
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Ravi Bhardwaj <rbhardwa>
Component: JMSAssignee: Jeff Mesnil <jmesnil>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 6.0.0CC: bbaranow, brian.stansberry, jdoyle, jmesnil, mnovak, rbhardwa, sjadhav
Target Milestone: ER5   
Target Release: EAP 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBPAPP6-1388
Whiteboard: jboss
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
JBoss EAP 6.0.0.GA (AS 7.1.2.Final-redhat-1)
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Deadline: 2012-09-10   
Attachments:
Description Flags
standalone-full-support.xml
none
MYMDB_Topics.jar.zip none

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.