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
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
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
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
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