Re: Serialization of List with Aegis

2010-12-15 Thread Niclas Hedhman
On Thu, Dec 16, 2010 at 12:38 PM, Niclas Hedhman wrote: > If the service implementation returns an immutable List, for instance; > > List doSomething() > { >    ArrayList result = ...; > >       : > >    return Collections.unmodifiableList(result); > } > > No AegisType is being resolved by the Typ

Serialization of List with Aegis

2010-12-15 Thread Niclas Hedhman
If the service implementation returns an immutable List, for instance; List doSomething() { ArrayList result = ...; : return Collections.unmodifiableList(result); } No AegisType is being resolved by the TypeMapping. Is this a bug, or do I need to capture this myself with a TypeC

Re: wsdl2java version 2.3.1

2010-12-15 Thread aaa aaa
I see. Version 2.3.1 add this endorsed dir, which explain why the wsdl2java tool generate 2.2 compliant code. Problem come from the ant build.xml file. It doesn't include the endorsed dir in the classpath for compile task. This occure for both my custom build.xml (sounds logical as it didn't exis

Re: [jira] Commented: (CXF-3192) extract GZIP Interceptors/Feature from http transport to rt-core

2010-12-15 Thread Sergey Beryozkin
Hi Freeman On Wed, Dec 15, 2010 at 12:03 PM, Freeman Fang wrote: > Hi Sergey, > > Somehow I can't find your comment from CXF-3192, so I just reply here > directly :-). > Sorry, it must've been lost as out network connection is unstable at the moment > Yeah, we already have Attachemt related in

Re: [jira] Commented: (CXF-3192) extract GZIP Interceptors/Feature from http transport to rt-core

2010-12-15 Thread Freeman Fang
Hi Sergey, Somehow I can't find your comment from CXF-3192, so I just reply here directly :-). Yeah, we already have Attachemt related interceptors in ./rt/core/src/ main/java/org/apache/cxf/interceptor/, and how about we put GZIPIn/ OutInterceptor in ./rt/core/src/main/java/org/apache/cxf/tr