Caused by: java.lang.IllegalArgumentException: java.lang.ClassFormatError: $Proxy0 (Repetitive interface name) at java.lang.reflect.Proxy.getProxyClass(Proxy.java:485) at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:552) at org.apache.avalon.activation.impl.DefaultAppliance.resolve(DefaultAppliance.java:178) ... 16 more
I have a hunch that what your seeing is an issue related to the creation of proxy backed by an object which is already a proxy - but for the moment I'm just guessing based on the above IllegalArgumentException.
Steve.
--
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/merlin/distributions/latest | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
