Version 4

    Problem:

     

    You get the below exception when running JBoss with JDK 6:

     

    
    java.lang.IllegalStateException: Class not found: [Ljava.lang.String;
    
    

     

     

    Cause:

     

    This exception is caused because of the improper use of classloaders in JBoss code. Look at this forum thread for more details.

     

    Solution:

     

    Better workarounds: