[jboss-jira] [JBoss JIRA] (AS7-3817) Remove test topics and queues from default configurations

Shelly McGowan (JIRA) jira-events at lists.jboss.org
Sun Feb 19 18:42:36 EST 2012


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

Shelly McGowan updated AS7-3817:
--------------------------------

    Description: 
Highlighed in JBPAPP-6738, the default configuration files contain JMS destinations that are present only to satisfy tests in the integration test suite. 

{code}
                <jms-destinations>
                    <jms-queue name="testQueue">
                        <entry name="queue/test"/>
                        <entry name="java:jboss/exported/jms/queue/test"/>
                    </jms-queue>
                   <jms-topic name="testTopic">      
                       <entry name="topic/test"/>
                       <entry name="java:jboss/exported/jms/topic/test"/>
                   </jms-topic>      
               </jms-destinations>
{code}

The following tests are dependent on those:
org.jboss.as.test.integration.ee.injection.resource.resourceref.ResourceRefTestCase.org.jboss.as.test.integration.ee.injection.resource.resourceref.ResourceRefTestCase
org.jboss.as.test.integration.ejb.mdb.JMSMessageDrivenBeanTestCase.testSendMessage
org.jboss.as.test.integration.ejb.mdb.timerservice.SimpleTimerMDBTestCase.testAnnotationTimeoutMethod
org.jboss.as.test.integration.ejb.mdb.timerservice.SimpleTimerMDBTestCase.testTimedObjectTimeoutMethod
org.jboss.as.test.integration.ejb.pool.lifecycle.PooledEJBLifecycleTestCase.testMDB
org.jboss.as.test.smoke.embedded.demos.jms.JmsTestCase.testJms

Probably should consider a common target to create these and other tests to use.  



  was:
Highlighed in JBPAPP-6738, the default configuration files contain JMS destinations that are present only to satisfy tests in the integration test suite. 

{code}
                <jms-destinations>
                    <jms-queue name="testQueue">
                        <entry name="queue/test"/>
                        <entry name="java:jboss/exported/jms/queue/test"/>
                    </jms-queue>
                   <jms-topic name="testTopic">      
                       <entry name="topic/test"/>
                       <entry name="java:jboss/exported/jms/topic/test"/>
                   </jms-topic>      
               </jms-destinations>
{code}

The following tests are dependent on those:
org.jboss.as.test.integration.ee.injection.resource.resourceref.ResourceRefTestCase.org.jboss.as.test.integration.ee.injection.resource.resourceref.ResourceRefTestCase
org.jboss.as.test.integration.ejb.mdb.JMSMessageDrivenBeanTestCase.testSendMessage
org.jboss.as.test.integration.ejb.mdb.timerservice.SimpleTimerMDBTestCase.testAnnotationTimeoutMethod
org.jboss.as.test.integration.ejb.mdb.timerservice.SimpleTimerMDBTestCase.testTimedObjectTimeoutMethod
org.jboss.as.test.integration.ejb.pool.lifecycle.PooledEJBLifecycleTestCase.testMDB

Probably should consider a common target to create these and other tests to use.  




    
> Remove test topics and queues from default configurations
> ---------------------------------------------------------
>
>                 Key: AS7-3817
>                 URL: https://issues.jboss.org/browse/AS7-3817
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Server, Test Suite
>            Reporter: Shelly McGowan
>            Assignee: Jason Greene
>
> Highlighed in JBPAPP-6738, the default configuration files contain JMS destinations that are present only to satisfy tests in the integration test suite. 
> {code}
>                 <jms-destinations>
>                     <jms-queue name="testQueue">
>                         <entry name="queue/test"/>
>                         <entry name="java:jboss/exported/jms/queue/test"/>
>                     </jms-queue>
>                    <jms-topic name="testTopic">      
>                        <entry name="topic/test"/>
>                        <entry name="java:jboss/exported/jms/topic/test"/>
>                    </jms-topic>      
>                </jms-destinations>
> {code}
> The following tests are dependent on those:
> org.jboss.as.test.integration.ee.injection.resource.resourceref.ResourceRefTestCase.org.jboss.as.test.integration.ee.injection.resource.resourceref.ResourceRefTestCase
> org.jboss.as.test.integration.ejb.mdb.JMSMessageDrivenBeanTestCase.testSendMessage
> org.jboss.as.test.integration.ejb.mdb.timerservice.SimpleTimerMDBTestCase.testAnnotationTimeoutMethod
> org.jboss.as.test.integration.ejb.mdb.timerservice.SimpleTimerMDBTestCase.testTimedObjectTimeoutMethod
> org.jboss.as.test.integration.ejb.pool.lifecycle.PooledEJBLifecycleTestCase.testMDB
> org.jboss.as.test.smoke.embedded.demos.jms.JmsTestCase.testJms
> Probably should consider a common target to create these and other tests to use.  

--
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