RE: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread Peter Farland
EMAIL PROTECTED] On Behalf Of hank williamsSent: Tuesday, June 20, 2006 4:54 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: remoteObject send failing Ok, so we are getting down to the nub of the problem.this is what my flex-enterprise-services.xml file says my channel

RE: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread Peter Farland
williamsSent: Tuesday, June 20, 2006 5:48 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: remoteObject send failing Problem solved.Well I really learned how to debug stuff here, but the problem was dumb.You cant have two flex webapps in the webapps folder. At some point in this

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
Ok, so we are getting down to the nub of the problem.this is what my flex-enterprise-services.xml file says my channel definition is:        http://localhost:8080/uploadServer/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint "/>        false 

RE: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread Peter Farland
line and b) make sure you're using an HTTP URL to load the SWF (rather than from the file system.   Pete From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Tuesday, June 20, 2006 5:06 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] R

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
Problem solved.Well I really learned how to debug stuff here, but the problem was dumb.You cant have two flex webapps in the webapps folder. At some point in this process (hours ago) I had figured that out, and I had removed the unpacked samples folder from webapps, but I had forgotten to remove

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
Just as a test I changed the definiton of the  my-amf endpoint in flex-enterprise-services.xml to http://localhost:8080/uploadServer/messagebrokersilly/amfjust to see if this would effect what the flex debugger says I am looking for.It still says it thinks the channel definition is:  server.nam

RE: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread Peter Farland
Title: RE: [flexcoders] Re: remoteObject send failing > It didnt work. > So now I am wondering if uploadServer isnt my context.root. > It is the name of my webapp. Perhaps these are not the same > thing. [Pete] Try browsing to the endpoint URI. If it's correct, it

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
nd then watch the flashlog.txt for more info?I did stick this in, but could you tell me where flashlog.txt  is kept?Thanks Hank Pete From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of hank williamsSent: Tuesday, June 20, 2006 3:02 PMTo: flexcoders@yahoogroups.co

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
groups.com] On Behalf Of hank williamsSent: Tuesday, June 20, 2006 3:02 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: remoteObject send failing Well, that is a much cleaner call, but it still does the same thing :(Hank On 6/20/06, Doug Lowder <[EMAIL PROTECTED] > wrote

RE: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread Peter Farland
: [flexcoders] Re: remoteObject send failing Well, that is a much cleaner call, but it still does the same thing :(Hank On 6/20/06, Doug Lowder <[EMAIL PROTECTED] > wrote: Hi Hank,You should be able to call your RemoteObject method directly.  See if the following works: 

Re: [flexcoders] Re: remoteObject send failing

2006-06-20 Thread hank williams
Well, that is a much cleaner call, but it still does the same thing :(HankOn 6/20/06, Doug Lowder <[EMAIL PROTECTED] > wrote:Hi Hank,You should be able to call your RemoteObject method directly.  See if the following works:  click="chartTemplate.findCharts(1)" />- Doug--- In flexcoders@yahoo

[flexcoders] Re: remoteObject send failing

2006-06-20 Thread Doug Lowder
Hi Hank, You should be able to call your RemoteObject method directly. See if the following works: - Doug --- In flexcoders@yahoogroups.com, "hank williams" <[EMAIL PROTECTED]> wrote: > > I am trying to get remoteObjects up and running, talking to a FDS. > > I use mxml binding, and when