Re: [flexcoders] Calls to CFCs

2005-09-29 Thread Greg Johnson
] On Behalf Of Muzak Sent: Wednesday, September 28, 2005 11:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Calls to CFCs A wild guess: try adding a "/" at the end of the gateway url. endpoint="http://cfxtest.research.unc.edu/flashservices/gateway/"

RE: [flexcoders] Calls to CFCs

2005-09-29 Thread Peter Farland
ROTECTED]To: flexcoders@yahoogroups.comSent: Wednesday, September 28, 2005 2:28 PMSubject: Re: [flexcoders] Calls to CFCs Here is where the connection is setup in the main file: mx:RemoteObject id="mr_cfc

Re: [flexcoders] Calls to CFCs

2005-09-29 Thread Greg Johnson
son Sent: Thursday, September 29, 2005 8:42 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Calls to CFCs I will give that the / suggestion a try. As a workaround I switched to a webservice vs remoteobject and it has no problems and seems to let the client load faster. But I just

RE: [flexcoders] Calls to CFCs

2005-09-29 Thread Peter Farland
.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg JohnsonSent: Thursday, September 29, 2005 11:00 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Calls to CFCs Well the problem with it not passing solved itself somehow. Debugger still wont let me watch variables though.I tried the ? and whil

Re: [flexcoders] Calls to CFCs

2005-09-29 Thread Greg Johnson
I tried to set that once and started getting J-Run errors. We are running MX7. I am not exactly doing that. The related code that is run when that message shows up is below where Person_List is a datagrid, and otd_tech_after_db is empty at the time of the cfc call var

RE: [flexcoders] Calls to CFCs

2005-09-29 Thread Peter Farland
an API to return you a primitive until you've tracked down the cause)? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg JohnsonSent: Thursday, September 29, 2005 11:22 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Calls to CFCs I tried to set th

RE: [flexcoders] Calls to CFCs

2005-09-29 Thread Peter Farland
Er,that wouldrequire the "Debug" level log too... logger level="Debug"flashgateway.log.DefaultLogger/logger And I should have also mentioned that you need to restart JRun if you change any config files. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Calls to CFCs

2005-09-29 Thread Greg Johnson
imitive until you've tracked down the cause)? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Greg Johnson Sent: Thursday, September 29, 2005 11:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Calls to CFCs I tried to set

RE: [flexcoders] Calls to CFCs

2005-09-29 Thread dfatta
Title: Message I wrote a blurb on how to integrate Flex and CFCs. It might be of some help. http://www.cflex.net/showfiledetails.cfm?ObjectID=303 Darius -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg JohnsonSent:

Re: [flexcoders] Calls to CFCs

2005-09-28 Thread David Harris
There are a couple of ways I have used to debug calls to CFCs... Create a CFM template and call the methods on the CFC the same way you want your Flex app to. This will let you know if it is the CFC having a problem. When you call the method, dump out and write the dump to file using

Re: [flexcoders] Calls to CFCs

2005-09-28 Thread Muzak
not be the case here, but it's the first thing I'd check ;-) regards, Muzak - Original Message - From: Greg Johnson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 28, 2005 2:28 PM Subject: Re: [flexcoders] Calls to CFCs Here is where the connection is setup

RE: [flexcoders] Calls to CFCs

2005-09-28 Thread Peter Farland
://cfxtest.research.unc.edu/flashservices/gateway?; Pete -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Wednesday, September 28, 2005 11:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Calls to CFCs A wild guess: try adding a / at the end

Re: [flexcoders] Calls to CFCs

2005-09-28 Thread David Harris
not be the case here, but it's the first thing I'd check ;-) regards, Muzak - Original Message - From: Greg Johnson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 28, 2005 2:28 PM Subject: Re: [flexcoders] Calls to CFCs Here is where the connection