When using RemoteFactoryBean, the remote proxies that get generated have
return types of "any" which won't allow CF to do its CFC to AS black
magic. It looks like if the accessType of the target method is "remote"
then the returnType of the proxy is always set to "any". I think the
answer is no, but is there a way that I'm missing to tell coldspring to
preserve the original returntype (without modifying AopProxyUtils)?

 

 

 

Reply via email to