3 Replies Latest reply on Apr 20, 2004 9:39 PM by mclark00

    JDK 1.4.2 causing unmarshalling problems..

    buckman1

      Hey all,

      We run 3.0.4 on jdk 1.4.1_03 presently. We were getting ready to release an update using JDK 1.4.2_02. The only thing we changed is using JDK 1.4.2. We have a Swing client that connects to the jboss server just fine. Certain requests to/from the server work fine on jdk 1.4.2. But in particular a few cause a ClassNotFoundException: [Lcom.xxx.Xxx]. First thing, what is the [L mean? Is that a short hand for the ClassLoader or something? Secondly, with the only thing changing being the jdk we are running it under, is there a known change in 1.4.2 that would cause this problem? We have tried running the client as 1.4.1 and jboss as 1.4.2 and that is a problem. The reverse is not though, if the client runs on 1.4.2 (different machine) and jboss runs 1.4.1 it's alright. So that narrows it to a problem with jboss 3.0.4 running under jdk 1.4.2.

      Any ideas?

      Thanks.