Re: Multi-Threading issue?

2004-01-14 Thread Steffen Mayer
Hi, i am not sure if i understand you. So correct or ignore me ... :-) Application means the server creates only one endpoint-object for all clients. Greetings, Steffen Am Wed, 14 Jan 2004 17:18:31 - "Santosh Joshi" <[EMAIL PROTECTED]> schrieb: > Dear All, > > I have been experimenting w

Re: Building custom faults...

2004-01-09 Thread Steffen Mayer
Hi, i have made some bad experience with subclassing of AxisFault. Especially in using the generator for code at serverside... This code create a serializing-mechanism, which is interoperabel with .NET and maybe with other client-libs Greetings Steffen Am Fri, 9 Jan 2004 04:40:40 + Ajay G

Re: no deserializer for dateTime

2003-12-29 Thread Steffen Mayer
Hi, i use only 1.1, i've never tested 1.2. i have this problem only with a Delphi Client, when I have a dateTime packed in a complex object. In all other cases it works fine. so, this should be not a bug... in my point of view Steffen Am Sun, 28 Dec 2003 22:56:28 -0800 "Chuck Musser" <[EMAIL

Session timeout

2003-12-17 Thread Steffen Mayer
Hi, my service needs to know when a Session timed out. This is useful to do some final work.How can I find out, when the Session is timed out. Ok, i can compute it, but this is not very accurate. Thanks a lot. Greetings and merry xmas, Steffen

Logging

2003-12-10 Thread Steffen Mayer
Hi, I want a special-logging mechanism in my webapp. I want to send own logmessages to an file. I want to use log4j to do this. So i want a totally independent (from axis) logging mechanism. Its only to watch my application. how must i configure log4j??? Greeting, Steffen