If the service implementation returns an immutable List, for instance;

List<String> doSomething()
{
    ArrayList<String> 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 TypeCreator?


Cheers
-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I live here; http://tinyurl.com/3xugrbk
I work here; http://tinyurl.com/24svnvk
I relax here; http://tinyurl.com/2cgsug

Reply via email to