I use the RemoteFactoryBean to create remote proxies and I don't have a
problem getting the CFC instances to get translated to AS objects in Flex 2.
Are you sure you have the correct metadata in the AS class and CFC so that
CF/Flex can do the translation?
--Kurt

On 6/23/07, Messer, Jon <[EMAIL PROTECTED]> wrote:

 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