This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Running TestNG Tests from seam-gen project in Eclipsekyatim Jun 7, 2010 5:55 AM (in response to henningsprang)in Run confoguration ... of tout test 
 put -Dsun.lang.ClassLoader.allowArraySyntax true in VM Arguments
- 
        2. Re: Running TestNG Tests from seam-gen project in Eclipsehenningsprang Jun 10, 2010 1:58 PM (in response to henningsprang)Hi Khalid,
 thanks,
 -Dsun.lang.ClassLoader.allowArraySyntax=true
 seems to work.
 But I wonder why this is not necessary in tests created in an Eclipse-created seam project...
- 
        3. Re: Running TestNG Tests from seam-gen project in Eclipsetbryan Jun 11, 2010 12:32 AM (in response to henningsprang)It depends whether you have a Java 5 or Java 6 JRE set in Eclipse for running the tests. See http://seamframework.org/Documentation/DoesSeamWorkWithJDK60 
 
     
    