Title: Message
Hi Tarik,
I have developed the application in a local web server (without domain but with virtual directories on a same domain) and it works perfectly.
 
Now I try to create the production server (which have more than one domain) and I don't know how to configure both: Flex application and Flash Remoting.
 
Using WebService tag the method call works, but I should rewrite all the application logic because I call RemoteObject with dynamic arguments.
 
 
It's strange that Macromedia havo no documentation about it!!!
 
 
 
 
----- Original Message -----
Sent: Friday, March 04, 2005 6:21 PM
Subject: Re: [flexcoders] problem with RemoteObject and Flash Remoting

Sorry I missed the start of this thread. But could it be that you CFC is bombing? I usually create test cfm's to try out the CFC passing the same data that the Flex app would to make sure that everything is cool onthe CF side of things.


Alessio Prosperi wrote:
The version of ColdFusion for J2EE is 6.0
 
 
Thanks
 
 
----- Original Message -----
Sent: Friday, March 04, 2005 5:18 PM
Subject: RE: [flexcoders] problem with RemoteObject and Flash Remoting

 
When I try start this application, I get Flash Remoting error message: "Service threw an exception during method invocation: null".
 
[Pete] The fact that you received that error means that you did hit a FR gateway servlet, but a null pointer exception happened. What version of ColdFusion for J2EE are you using?
 
 
 
 
What can I do now?
   
     1) I should try to use the amfgateway (if so, I don't know how to use it with the RemoteObject tag) 
 
[Pete] You can't use the amfgateway from Flex to contact CFCs. ColdFusion is loaded in its own bootstrap classloader.


Reply via email to