version]
or i'm free to use any version say last nightly version
VINK
-Original Message-
From: Russell Butek [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 6:38 PM
To: [EMAIL PROTECTED]
Subject: Re: Exception on implementing java.util.Observer in WebService
A couple things.
F
aving problems of its own.
Russell Butek
[EMAIL PROTECTED]
Glen Daniels <[EMAIL PROTECTED]> on 03/18/2002 07:33:22 AM
Please respond to [EMAIL PROTECTED]
To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject:RE: Exception on implementing java.util.Obser
> First, you're getting an exception from the server
> (SOAPFaultBuilder is
> trying to build it up). Even though this exception isn't
> getting to you
> because of a bug in SOAPFaultBuilder, you can use tcpmon to see that
> exception.
What bug are you talking about, Russell?
--G
EMAIL PROTECTED]
To:"'AXIS-USER'" <[EMAIL PROTECTED]>
cc:
Subject:Exception on implementing java.util.Observer in WebService
hello,
my client is a Applet
in my Web Service i try to implement Observer Interface to watch any change
in my Object Store
the mom
hello,
my client is a Applet
in my Web Service i try to implement Observer Interface to watch any change
in my Object Store
the moment i call function "notifyObservers()" in Class which extends
Observable,
it has to call the "update(java.util.Observable aObservable, Object
aObject)" function in