[jboss-jira] [JBoss JIRA] (AS7-3442) 'jms-destinations' section disappears from config file

Dmitry Savenko (JIRA) jira-events at lists.jboss.org
Mon Jan 30 02:49:48 EST 2012


     [ https://issues.jboss.org/browse/AS7-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Savenko closed AS7-3442.
-------------------------------


    
> 'jms-destinations' section disappears from config file
> ------------------------------------------------------
>
>                 Key: AS7-3442
>                 URL: https://issues.jboss.org/browse/AS7-3442
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JMS
>    Affects Versions: 7.1.0.CR1b
>         Environment: Linux 2.6.32-37-generic-pae #81-Ubuntu SMP i686 GNU/Linux
> java version "1.6.0_30"
> Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
> Java HotSpot(TM) Server VM (build 20.5-b03, mixed mode)
>            Reporter: Dmitry Savenko
>            Assignee: Stuart Douglas
>            Priority: Blocker
>             Fix For: 7.1.0.Final
>
>
> Steps to reproduce:
> 1. Unpack fresh jboss 7.1.0CR1b from here: http://download.jboss.org/jbossas/7.1/jboss-as-7.1.0.CR1b/jboss-as-7.1.0.CR1b.tar.gz
> 2. Open standalone-full.xml config file and remove this:
>                     <jms-topic name="testTopic">
>                         <entry name="topic/test"/>
>                     </jms-topic>
> So, jms-destinations section should look like this:
>                 <jms-destinations>
>                     <jms-queue name="testQueue">
>                         <entry name="queue/test"/>
>                     </jms-queue>
>                 </jms-destinations>
> 3. Start the server: bin/standalone.sh --server-config=standalone-full.xml
> 4. Deploy 'helloworld' quickstart: mvn clean package jboss-as:deploy
> Results:
> jms-destinations section (with 'testQueue') completely disappears from the config file. 
> I did it on JBoss AS 7.0.2 (with standalone-preview.xml, since there is no standalone-full.xml there), and everything works fine, i.e. jms-destinations section is not removed. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list