2 Replies Latest reply on Feb 25, 2006 11:56 AM by anil.saldhana

    Test Configurations out of sync

    anil.saldhana

      I was trying to run the test as specified in:
      http://jira.jboss.org/jira/browse/JBWS-309

      This test should run with the jacc configuration enabled, so should be part of the "tests-jacc-security" target.

      Basically, the target creates a configuration called "jacc" and overrides the contents of the conf directory from the contents available in testsuite/src/resources/test-config/jacc

      The problem is that atleast the standardjboss.xml in this directory is totally out of sync with what is in HEAD. The overriding conf file uses a 3_2 dtd whereas HEAD uses 4_0

      Atleast, one change that I saw is that the webservice interceptor has been changed as follows:

      Index: standardjboss.xml
      ===================================================================
      RCS file: /cvsroot/jboss/jbosstest/src/resources/test-configs/jacc/conf/standardjboss.xml,v
      retrieving revision 1.3
      diff -r1.3 standardjboss.xml
      259c259
      < <interceptor transaction="Container">org.jboss.webservice.server.ServiceEndpointInterceptor</interceptor>
      ---
      > <interceptor transaction="Container">org.jboss.ws.server.ServiceEndpointInterceptor</interceptor>
      


      Also there may be other configuration in this standardjboss.xml file that needs to be synced with what is there in HEAD.

      Should we sync up the conf files for the test configurations in line with what happens in HEAD?


      Scott refactored the gigantic testsuite build script last year into a modular vehicle. Now we need to keep things in sync. ;)