|
|
.ssl---That package (javax.net.ssl.*) is supposed to be part of the JDK, and is one of the automatic imports as described in the DM server 1.0.2 manual. However, the context init on that WAR throws the following :[2009-10-30 19:06:27.785] Init System.err E Exception in thread quot;Initquot; java.lang.NoClassDefFoundError: javax/net/ssl/HostnameVerifierquot;Initquot; is the thread I am using javax.net.ssl.HostnameVerifier.
The funny thing is that, this doesn't seem to happen all the time, only on some deployments of the WAR.
I've tried adding or removing the explicit Import-Package on javax.net.ssl, but that doesnt seem to affect the visibility of that class.
Any hints? Am I doing something wrong?
.ssl on both Java 5 and Java 6. |
|