I am trying to run JBoss with IBM JVM. Unfortunately, it generated a class exception about NoClassDefFoundError: com.sun.net.ssl.HostnameVerifier
I think JBoss should NOT use class: ===>com.sun.net.ssl.HostnameVerifier Instead, it should use class: ===> javax.net.ssl.HostnameVerifier Because javax.net.ssl.HostnameVerifier is part of API specification. Using the com.sun.net.ssl.HostnameVerifier will lock JBoss with Sun JVM. Am I right? Can anyone give me some comment? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839513#3839513 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839513 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
