Re: ThreadLocal bug

2004-09-21 Thread Joseph Dane
"matthew.hawthorne" <[EMAIL PROTECTED]> writes: > I'm not sure if this is it -- but ThreadLocals don't work inside of > app servers that use thread pooling. that's news to me. care to clarify this? perhaps you mean that for a series of requests coming as part of a single session, the several re

Re: java.lang.IncompatibleClassChangeError - Need help!

2004-08-03 Thread Joseph Dane
"Zedler, Michel" <[EMAIL PROTECTED]> writes: > Any hints what is going wrong here? two things: have you tried building from a clean tree? also make sure that your runtime environment has the same versions of the relevant libraries as the compile env. just a few days ago, I did a CVS update on a

Re: Illegal XML character: &#x0;. DONOT see this character in TCP Mon

2004-08-02 Thread Joseph Dane
"Liu, Scott" <[EMAIL PROTECTED]> writes: > Will anyone in the Axis community care to respond? Or is this a fact of > life? I don't have an answer for you, but can perhaps add something that might help in tracking this down. "�" is probably coming from �, which is the NULL character, which is

Re: Doc/Literal support in axis

2004-03-16 Thread Joseph Dane
Anderson Jonathan <[EMAIL PROTECTED]> writes: > Maybe we'll see an XML Schema "Lite" in the future? we already have one of these: http://www.relaxng.org/ or maybe you meant "maybe we'll see support for other schema languages in our WS tools in the future", in which case I wonder the same thin

Re: Zip files as attachments

2004-02-26 Thread Joseph Dane
Greg Hess <[EMAIL PROTECTED]> writes: > For fun I tested RMI too: > > Case: 100M zip, over 1000 calls with zip byte[] passed as method arg: > > Product Memory(ave per > call) Time(ave round trip) >

"zero configuration" JAX-RPC?

2004-02-18 Thread Joseph Dane
I wonder what, if anything, people are doing to manage client-side configuration? I would like to make it as simple as possible for people to write Java code against services I've deployed. I had envisioned something like this: * clients require a jar file containing the service interface and

Re: Experience with Custom Serializers and WSDL

2004-02-18 Thread Joseph Dane
I have only recently started using Axis, so I'm not sure if I'm even understanding your question correctly. but it sounds like you're trying to do something I just did yesterday. I had written a Java interface with a bunch of methods. The arguments and return values of the methods were either s

Re: Dynamic invocation of web services with complex types

2004-02-13 Thread Joseph Dane
[EMAIL PROTECTED] writes: > However, there is one caveat for both DynamicInvoker and WSIF: > they work, as they are, only with simple java types. If you want to > use complex types, you have to have a corresponding Java class created > on the client side - which makes dynamic invocation much