Bugs item #985962, was opened at 2004-07-06 09:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=985962&group_id=22866
Category: JBossMQ Group: v4.0 Status: Open Resolution: None Priority: 5 Submitted By: Tom Elrod (telrod) Assigned to: Nobody/Anonymous (nobody) Summary: Using com.sun.* classes Initial Comment: When I tried to run JBoss 4 with IBM's Java 1.4.2, I get the following exception: ===>NoClassDefFoundError : com.sun.net.ssl.HostnameVerifier This class in not in the Java api class (it's an internal implementation class) and it is not guaranteed to be present on all valid JDK implementations. This class is not in IBM's Java SDK. I think you should be using javax.net.ssl.HostnameVerifier. Sun also recommends that developers NOT use the com.sun.* packages (see http://java.sun.com/products/jdk/faq/faq-sun-packages.html). Here's what I did: 1). Downloaded JBoss4 from http://www.jboss.org 2). Unziped JBoss and started the server with IBM's JVM. # set JAVA_HOME=C:/ibmsdk142 # cd JBoss4/bin # run References to com.sun.* are below: org.jboss.mq.il.http.AnyhostVerifier - com.sun.net.ssl.HostnameVerifier org.jboss.mq.il.http.HTTPClient - com.sun.net.ssl.HttpsURLConnection test cases (so may not matter): org.jboss.test.security.test.HttpsUnitTestCase - com.sun.net.ssl.* org.jboss.test.txpropiiop.ejb.a.SessionAEJB - com.sun.corba.se.internal.corba.AnyImpl org.jboss.test.security.service.HttpsClient - com.sun.net.ssl.internal.ssl.Provider ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=985962&group_id=22866 ------------------------------------------------------- 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
