Re: Axis 1.2 handlers

2005-10-19 Thread Johan Walters
About these programmatically created handlers -- do they appear in both the request and response flow? Would it also be possible to add a handler to just the request or reponse flow? Johan 2005/10/18, trebor iksrazal <[EMAIL PROTECTED]>: > Don't At least one other way is via the > HandlerRegistry

Re: Catching custom Exceptions impossible!

2005-10-18 Thread Johan Walters
I think I solved it. I had to add beanmappings to client-config.wsdd. Johan Walters 2005/10/17, Johan Walters <[EMAIL PROTECTED]>: > Everywhere I look for clues, they say "custom exceptions work right > away", but whatever I try, they fail. > > My excepti

Re: Eclipse build path problem (conflict between client stubs and server code)

2005-10-18 Thread Johan Walters
676 833 29 261 > 1030 Wien http://www.softwareag.com/austria > > > > -Original Message- > > From: Johan Walters [mailto:[EMAIL PROTECTED] > > Sent: Monday, October 17, 2005 11:55 AM > > To: axis-user@ws.apache.org > > Subject: Eclipse build pa

Catching custom Exceptions impossible!

2005-10-17 Thread Johan Walters
); } catch (OutOfResourcesException e) {} } catch (RemoteException e) {} = Still, EVERY time the OutOfResourcesException is thrown, it is catched as a RemoteExeption!!! The error message is: "exceptions.OutOfResourcesException". WHY does this go wrong !?!? Johan Walters

Eclipse build path problem (conflict between client stubs and server code)

2005-10-17 Thread Johan Walters
as any disadvantages, but it's ugly at least. Can't Eclipse just treat two source folders seperately? I do not want two make two separate projects out of it; the client code has to be deployed to the server as well (for distribution), and I certainly do not want to use two CVS repositories. Any Ideas? Johan Walters

Re: finding client-config.wsdd icw WebStart

2005-10-12 Thread Johan Walters
n the soap header twice, though). Johan Walters 2005/10/12, Johan Walters <[EMAIL PROTECTED]>: > First of all, because I'm using webstart my client-config.wsdd is > packed into a jar with my client code, where Axis should find it, yet > no headers with session ID's from t

Re: finding client-config.wsdd icw WebStart

2005-10-12 Thread Johan Walters
me belief that my client-config.wsdd file IS used, but something else goes wrong. I don't know where and I don't know where to look for clues. Any help is welcome (and thanks for replies even if they didn't help ;-) ) Johan Walters 2005/10/12, Dorner, Thomas <[EMAIL PROTECTED]>: &

Re: finding client-config.wsdd icw WebStart

2005-10-12 Thread Johan Walters
gt; Johan; > > When you create a customized EngineConfiguration, Axis uses it directly to > configure the client-side engine and stops looking for a client-config.wsdd > file. > > Tony > > -Message d'origine- > De: Johan Walters [mailto:[EMAIL PROTECTED] &g

Re: finding client-config.wsdd icw WebStart

2005-10-11 Thread Johan Walters
g new ID's every time. Perhaps any ideas why SimpleSessionHandler fails at my client side? Johan Walters 2005/10/11, zze-ELSOKHON Tony RD-BIZZ-ISS <[EMAIL PROTECTED]>: > > John, > > You can still try using an XMLStringProvider. It should work if you figure > out the pos

finding client-config.wsdd icw WebStart

2005-10-11 Thread Johan Walters
/axis/wsdd/providers/java";> Is there anyone who knows why the mentioned errors occur? Some clues or solutions? Johan Walters