• JBAS-3704, available interface system properties

    http://jira.jboss.com/jira/browse/JBAS-3704 One problem in testing services binding to specific interfaces is that we don't have a notion of the available interfaces. There is only the jboss.bind.address property whi...
    Profile Photo
    last modified by starksm64
  • Maven annoyances

    Ok, the default maven jar plugin adds lots of junk to the created jar file like META-INF/maven/pom.xml etc (reasoning: jar files are self describing about the maven versioning or something like that) You will need ...
    Profile Photo
    last modified by anil.saldhana
  • Failures/Errors in running test suites in jboss-4.0.4.GA-src

    I executed test suites in jboss-4.0.4.GA-src using "./build.sh tests". Overall, I got the following failures. Does anyone known what is going on? I do run the suites for many times, but got different failures. Is it u...
    Profile Photo
    last modified by myxlinux
  • "Integration" target in the testsuite

    I am adding a few tests for wsrp integration in the 4.0 testsuite. These tests ensure that the JBossWS stack is able to service wsrp request/response. Since wsrp is a client of JBossWS, it will have its own set of te...
    Profile Photo
    last modified by anil.saldhana
  • Integration of JBoss Messaging tests into testsuite

    Dear All The JBAS testsuite presently executes integration tests for the JMS provider JBossMQ, but not for the new JMS provider Messaging. This topic concerns changes to the testsuite to incorporate integration tests...
    Profile Photo
    created by rachmato
  • SSLUnitTestCase failures with the IBM JVM

    Hi, I opened a bug about the test failures for the org.jboss.test.web.test.ssl.SSLUnitTestCase failures when an IBM JVM is used(JBAS-3570), but looking into it more, I am wondering that the failures may be more of a ...
    Profile Photo
    last modified by mwringe
  • Debugging process (newbie)

    Hello everyone, I am new to JBoss (and J2EE..), trying to understand the design and the development process in your applications server. Right now, I am interested in how do you debug problems found in the unit tests...
    Profile Photo
    created by vralev
  • Testsuite failures for MalformedTestCase testMalformed test

    The org.jboss.test.jbossmx.compliance.objectname.MalformedTestCase testMalformed fails when using the Sun 1.5.0_08 JVM. A bug report was opened for this (http://jira.jboss.com/jira/browse/JBAS-3549) but was closed (w...
    Profile Photo
    last modified by mwringe
  • Issue of temporary message destinations for HEAD testsuite

    http://jira.jboss.com/jira/browse/JBAS-3444 Discuss further.
    Profile Photo
    last modified by anil.saldhana
  • Standalone release of jboss-test

    We are doing a standalone release of the jboss test module which contains the jboss tests framework and the ant server controller tasks. Any project that would require their tests to be run against the JBoss Applicat...
    Profile Photo
    last modified by rrajesh
  • Usage of the temp directory for tests in JBoss testsuite

    If a test wants to create a file that will need to be used elsewhere by the test, a possibility is to create the file in the temp folder (as obtained by System.getProperty("java.io.tmpdir")). Are there any issues in ...
    Profile Photo
    last modified by anil.saldhana
  • Problem with PropertiesVisitor when running from a jar

    The PropertiesVisitorImpl doesn't work properly when the tests are jared. e.g. In the Microcontainer tests there is an AbstractKernelTest in org.jboss.test.kernel which has a method "bootstrap" which is also the name...
    Profile Photo
    created by adrian.brock
  • XDoclet and the Testsuite

    I've already removed XDoclet from the main build. I think we should also look at removing it from the testsuite as well (although this should be done in conjunction with the modularization). I mention it because I j...
    Profile Photo
    last modified by adrian.brock
  • Questions on running testsuite with IBM 1.4.2 JDK on Linux

    'Morning everyone, I'm trying to run the testsuite on Linux with an IBM 1.4.2 JDK and am seeing inconsistent behavior. Some tests (webservice) fail if run as part of the overall testsuite, but run successfully if ex...
    Profile Photo
    last modified by ldimaggio
  • Hiding JBossTest projects released on Sourceforge

    I am hiding the JBossTest 2.2.x and JBossTest 2.4.x project releases on Sourceforge under the JBossTest project name. I guess this is a compilation of JBoss testsuite from Jboss-2.2 and JBoss-2.4 released in 2001. No...
    Profile Photo
    created by rrajesh
  • XXXSetUp and tearDown method

    Seems like the XXXSetUp (not the JBossTestSetUp) pattern does not invoke the tearDown() method on a test failure. I want a second opinion on this because the testsuite has a lot of this pattern including the AOPTestSe...
    Profile Photo
    last modified by anil.saldhana
  • Alternative parameters in startup script

    I have added a new test to the testsuite: org.jboss.test.aop.test.ScopedUnitTestCase This needs some additional parameters in the run.sh file in order to run properly, so I have excluded this for the main tests. Que...
    Profile Photo
    last modified by kabirkhan
  • How to pass JPDA settings to the

    I tried hard to pass JPDA settings to the "run-junit" macro such that I could run a visual debugger through the testcases. It did not work. How can I pass the JPDA settings to the java command line thru the "run-juni...
    Profile Photo
    last modified by anil.saldhana
  • JBoss 4.0.3 SP1: org.jboss.test.compatibility.test.SerialVer

    Hello All, I have problem in running JBoss 4.0.3 SP1 testsuite. The test case org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase fails in the HP-UX platform. Reason: There is a mismatch in the serialVers...
    Profile Photo
    last modified by prakah
  • MemoryLeaks test Testsuite

    It's possible to use JVMTIInterface (JBossProfiler JNI wrapper for JVMTI) to create testcases validating memory leaks (like redeployment issues). For example you could create a testcase that executes a bunch of Class...
    Profile Photo
    created by clebert.suconic