RE: RMI problem with Ant

2002-07-09 Thread Franz, Paul
PROTECTED]] Sent: Monday, July 08, 2002 10:54 AM To: Ant Users List; [EMAIL PROTECTED] Subject: AW: RMI problem with Ant Thanks very much for the reply. As I was going through the problem, I found out that this happens only with the innerclasses. When the innerclass is serialized

[OT] Re: AW: RMI problem with Ant

2002-07-08 Thread Dardo D Kleiner
> As I was going through the problem, I found out that this happens only > with the innerclasses. When the innerclass is serialized > java.io.NotSerializableException: is thrown. It should be noted that only > the innerclass is implementing the Serializable interface. And I serialize > only th

AW: RMI problem with Ant

2002-07-08 Thread Binu
PROTECTED] Betreff: Re: RMI problem with Ant On Thu, Jul 04, 2002 at 01:15:55PM +0200, Binu wrote: > Hi, > > > I have a problem with RMI when I use Ant. If I compile my project with > JBuilder I have no problem in running the project. But when I use Ant script > eventhough the

Re: RMI problem with Ant

2002-07-05 Thread Thomas Zander
On Thu, Jul 04, 2002 at 01:15:55PM +0200, Binu wrote: > Hi, > > > I have a problem with RMI when I use Ant. If I compile my project with > JBuilder I have no problem in running the project. But when I use Ant script > eventhough the stubs are created properly I get a > java.io.NotSerializableEx

RMI problem with Ant

2002-07-04 Thread Binu
Hi, I have a problem with RMI when I use Ant. If I compile my project with JBuilder I have no problem in running the project. But when I use Ant script eventhough the stubs are created properly I get a java.io.NotSerializableException: when running the application. This happens for my first RMI