[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Renaun Erickson
You have two things here. Are you just implementing AMF with Java or ColdFusion? Are you using the Flex1.5 proxy? Flex1.5 it self doesn't do AMF per say, but it provide a proxy method so you could whitelist your RemoteObjects in the flex-config.xml. I do know if you are not using the proxy and

[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Dmitry Miller
I am using Java. I was whitelisting my services before, so, I guess I was using a proxy. So, my question is the following - if I put flashgateway.jar into WEB-INF/lib directory of my Flex 2.0 web app, would I be able to use RemoteObjects with that? Thanks, --- Dmitry --- In

[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Renaun Erickson
No, you'll want to use the new method of defining channels and destinations through flex-enterprise.xml. Sorry can't much more than that. Renaun --- In flexcoders@yahoogroups.com, Dmitry Miller [EMAIL PROTECTED] wrote: I am using Java. I was whitelisting my services before, so, I guess I was

RE: [flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Peter Farland
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller Sent: Friday, June 30, 2006 2:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway? I am using Java. I was whitelisting my services before, so, I guess I was using