Re: [JBoss-dev] NPE in MarshalledObject.get()

2002-05-17 Thread Thomas Peuss
Hallo! On Fri, May 17, 2002 at 05:51:05PM +0200, Anders Engstrom wrote: > At what line in MarshalledObject does this exception occur? Check the > line number and have a look at the source-code (distributed with the JDK > as "src.zip") to find out what's wrong :) The JVM does not give the line nu

Re: [JBoss-dev] NPE in MarshalledObject.get()

2002-05-17 Thread Anders Engstrom
At what line in MarshalledObject does this exception occur? Check the line number and have a look at the source-code (distributed with the JDK as "src.zip") to find out what's wrong :) Hth /Anders On Fri, 2002-05-17 at 16:04, Thomas Peuss wrote: > Hello all! > > Can someone give me a hint on th

[JBoss-dev] NPE in MarshalledObject.get()

2002-05-17 Thread Thomas Peuss
Hello all! Can someone give me a hint on this problem? - What can cause a NullPointerException in a call to MarshalledObject.get()? The MarshalledObject itself is NOT null (I can call toString() on it)! JDK: Sun JDK 1.4 on Linux. CU Thomas -- ===