I am seeing the security tests fail on both linux and windows, so there is
an issue there:

Linux RedHat 7.2(Kernel = 2.4.7-10)
[starksm@banshee testsuite]$ ./build.sh -Dtest=EJBSpecUnitTestCase one-test
Searching for build.xml ...
Buildfile: /home/starksm/cvsroot/Main/jboss-all/testsuite/build.xml
...
one-test:
    [junit] Running org.jboss.test.security.test.EJBSpecUnitTestCase
    [junit] +++ testMethodAccess2
    [junit] Tests run: 10, Failures: 0, Errors: 8, Time elapsed: 16.803 sec
    [junit] TEST org.jboss.test.security.test.EJBSpecUnitTestCase FAILED

W2K SP2
testsuite 832>build.sh -Dtest=EJBSpecUnitTestCase one-test
Searching for build.xml ...
Buildfile: D:\usr\local\src\cvsroot\Main\jboss-all\testsuite\build.xml
...
one-test:
    [junit] Running org.jboss.test.security.test.EJBSpecUnitTestCase
    [junit] +++ testMethodAccess2
    [junit] Tests run: 10, Failures: 0, Errors: 8, Time elapsed: 13.141 se
    [junit] TEST org.jboss.test.security.test.EJBSpecUnitTestCase FAILED

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
----- Original Message ----- 
From: "Luke Taylor" <[EMAIL PROTECTED]>
To: "JBoss Dev" <[EMAIL PROTECTED]>
Sent: Saturday, November 03, 2001 7:09 AM
Subject: [JBoss-dev] Testsuite on Windows NT - Problems


> Hi all,
> 
> Can anyone tell me if they are managing to run the test suite
> successfully on Windows, with similar results to the automated tests?
> I'm consistently getting worse results which I can't quite track the
> cause of and which is giving me grief. The figures I'm getting from the
> basic test suite target are:
> 
> Number of tests run:   131
> 
> --------------------------------------------
> 
> Successful tests:      113
> 
> Errors:                12
> 
> Failures:              6
> 
> I need to investigate further to get a clearer idea of what's
> happening, but thought I'd do a quick sanity check with the list first
> in case anyone already knows where things are going awry.
> 
> In particular, I get  errors from the JBoss URLClassloader when trying
> to load resources "Did not find the UCL resource <blah>" and the main
> discrepancy seems to be caused by this happening for the roles and
> users properties files in the security EJBSpecUnitTest which
> subsequently fails with 8 errors. Modifying the code to print out which
> classloader it is using seems to indicate that it's tied to the
> "jmx-rmi-adaptor.sar" file. Is this correct? If it is, how does it gain
> access to the application specific files? (I remember some stuff about
> the new classloader architecture from the London course about sharing
> files between classloaders, but not the datails):
> 



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to