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: | JMS | Assignee: | Jeff Mesnil <jmesnil> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 6.0.0 | CC: | 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: |
|
||||||||
Jboss configuration file Attachment: Added: standalone-full-support.xml Attachment: Added: MYMDB_Topics.jar.zip Docs QE Status: Removed: NEW This issue corresponds to https://issues.jboss.org/browse/AS7-5538 in AS7 upstream oups, typo: the relevant JIRA issue is https://issues.jboss.org/browse/AS7-6648 1. Merge: https://github.com/jbossas/jboss-as/pull/4152/commits 2. Lightning: http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/eap-param-pull/112/ Verified in EAP 6.1.0.ER5. |
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.