RE: [flexcoders] Re: Deploying a Flex Application making rpc.remoting calls

2006-09-18 Thread Matt Chotin












You did services-config=some
pointer to your fds-config file? I think that should be enough. It needs
to be the full path to find the file.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of paromitadey
Sent: Wednesday, September 13,
2006 10:13 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
Deploying a Flex Application making rpc.remoting calls











Hello Matt,

Thank you for your advice and suggestion and I am sorry for not able 
to reply back earlier.

You are right I am using Flex Builder to compile. In Flex Builder 
compiler properties dialog box, I have added the -services-config 
argument along with the default argument '-locale en_US' separated 
by comma. The aruguments are as follows -

-locale en_US,-services-config. Other settings are set to default 
values.

After compilation, when I run the application from the browser, by 
calling the html wrapper file, it does not make the remote object 
call. But once if I directly run the mxml file from the browser, it 
executes the remote call and thereafter whenever the html wrapper is 
made to run, it calls the java remote object and executes properly. 
The remote object calls a java object that writes an xml file in the 
file system, which is further used by flex datadriven controls.

I had also tried to add the services valu directly in the flex-
config.xml file but that too did not show correct results.

servicesservices-config.xml/services

I am sure that I am following some wrong process for compilation? 
But I am unable to decipher the problem.

Please advice and help.

Thanks and Regards,
Paromita

--- In [EMAIL PROTECTED]ups.com,
Matt Chotin [EMAIL PROTECTED] wrote:

 Nope, you only need to deploy the SWF and HTML wrappers. Sounds 
like
 you're compiling using Flex Builder which may mean that it's not
 pointing at the service-config.xml which I saw mentioned in some 
other
 posts recently. Make sure you your -services-config compiler 
argument
 is set up (or that the flex-config.xml you're using has it set).
 
 
 
 Matt
 
 
 
 
 
 From: [EMAIL PROTECTED]ups.com

[mailto:[EMAIL PROTECTED]ups.com]
On
 Behalf Of paromitadey
 Sent: Thursday, September 07, 2006 10:32 PM
 To: [EMAIL PROTECTED]ups.com
 Subject: [flexcoders] Deploying a Flex Application making 
rpc.remoting
 calls
 
 
 
 Hello All,
 I am pretty new top flex and I am trying to develop a simple Flex 
 application which makes RPC remote object calls using 
 mx.rpc.remoting.RemoteObject ...
 
 The remote obect accesses a java object which in return sends a 
XML 
 stream which is further received by the flex environment for 
 populating datagrid, lists and other data driven controls.
 
 It runs fine when I make a http request call to the mxml file 
directly 
 but when I try to run the application swf using the wrapper 
created by 
 the builder itself. The remote object call it not functioning.
 
 For deploying flex application making remote object calls do we 
need 
 to run and deploy the mxml file with all related actionscript 
files in 
 the deployment environment?
 
 Please help.
 
 Regards,
 paromita







__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders] Re: Deploying a Flex Application making rpc.remoting calls

2006-09-14 Thread paromitadey
Hello Matt,

Thank you for your advice and suggestion and I am sorry for not able 
to reply back earlier.

You are right I am using Flex Builder to compile. In Flex Builder 
compiler properties dialog box, I have added the -services-config 
argument along with the default argument '-locale en_US' separated 
by comma. The aruguments are as follows -

-locale en_US,-services-config. Other settings are set to default 
values.

After compilation, when I run the application from the browser, by 
calling the html wrapper file, it does not make the remote object 
call. But once if I directly run the mxml file from the browser, it 
executes the remote call and thereafter whenever the html wrapper is 
made to run, it calls the java remote object and executes properly. 
The remote object calls a java object that writes an xml file in the 
file system, which is further used by flex datadriven controls.

I had also tried to add the services valu directly in the flex-
config.xml file but that too did not show correct results.

servicesservices-config.xml/services

I am sure that I am following some wrong process for compilation? 
But I am unable to decipher the problem.

Please advice and help.

Thanks and Regards,
Paromita


--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 Nope, you only need to deploy the SWF and HTML wrappers.  Sounds 
like
 you're compiling using Flex Builder which may mean that it's not
 pointing at the service-config.xml which I saw mentioned in some 
other
 posts recently.  Make sure you your -services-config compiler 
argument
 is set up (or that the flex-config.xml you're using has it set).
 
  
 
 Matt
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of paromitadey
 Sent: Thursday, September 07, 2006 10:32 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Deploying a Flex Application making 
rpc.remoting
 calls
 
  
 
 Hello All,
 I am pretty new top flex and I am trying to develop a simple Flex 
 application which makes RPC remote object calls using 
 mx.rpc.remoting.RemoteObject ...
 
 The remote obect accesses a java object which in return sends a 
XML 
 stream which is further received by the flex environment for 
 populating datagrid, lists and other data driven controls.
 
 It runs fine when I make a http request call to the mxml file 
directly 
 but when I try to run the application swf using the wrapper 
created by 
 the builder itself. The remote object call it not functioning.
 
 For deploying flex application making remote object calls do we 
need 
 to run and deploy the mxml file with all related actionscript 
files in 
 the deployment environment?
 
 Please help.
 
 Regards,
 paromita









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/