Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3817

Remove test topics and queues from default configurations

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.2.Final (EAP)
    • None
    • Test Suite
    • None

    Description

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

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

      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.

      Attachments

        Issue Links

          Activity

            People

              kkhan1@redhat.com Kabir Khan
              smcgowan@redhat.com Shelly McGowan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: