users@jax-rpc.java.net

Is JAX-RPC 1.1 (part of JWSDP 1.3) compatiblewith JRE 6..?

From: Rohra, Prakash N. , CTR. ,,DMDC/BEAU <Prakash.Rohra.ctr_at_osd.pentagon.mil>
Date: Thu, 29 Mar 2007 15:46:04 -0000

We have an application that was compiled using JDK 1.4.2_06 and uses JAX-RPC
version 1.1 (JWSDP 1.3).

It is working fine with JRE 1.4.2_12 and JRE 1.5(update 11), but when we try
to run same application under JRE 6, we get following error:

-------------------------------------------------
HTTP transport error:
javax.net.ssl.SSLException: java.lang.UnsupportedOperationException
-------------------------------------------------

Turning on the "javax.net.debug:all" provides minimum additional
information:

-------------------------------------------------
main, SEND TLSv1 ALERT: fatal, [Loaded com.sun.net.ssl.internal.ssl.Alerts
from C:\Program Files\Java\jre1.6.0\lib\jsse.jar] description =
internal_error main, WRITE: TLSv1 Alert, length = 2 [Raw write]: length = 7
0000: 15 03 01 00 02 02 50 ......P
main, called closeSocket()
-------------------------------------------------

Does any body know if JAX-RPC 1.1 is compatible with JRE 6 runTime and jsse,
jce that comes with it?

Thanks