RE: Exception on implementing java.util.Observer in WebService

2002-03-18 Thread Kumar, Vinay 2
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

RE: Exception on implementing java.util.Observer in WebService

2002-03-18 Thread Russell Butek
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

RE: Exception on implementing java.util.Observer in WebService

2002-03-18 Thread Glen Daniels
> 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

Re: Exception on implementing java.util.Observer in WebService

2002-03-18 Thread Russell Butek
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

Exception on implementing java.util.Observer in WebService

2002-03-17 Thread Kumar, Vinay 2
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