ok do you have a log inside your java method, I assume u do, make sure it is the first line of code fo the method. make sure the method names in Flex and Java match in case. I dont know what server u are running, but check your server's log, maybe there is an exception in there. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Tuesday, December 11, 2007 11:44 PM To: [email protected] Subject: RE: [flexcoders] Cairngorm ServiceLocator Issue Yes, server-side logging is set to "Debug". I tried to put the Alert statement after my delegate.methodCall() and it is reaching there. I am not getting any errors anywhere, that is why I am confused like where to look to sort out this issue. Thanks. Dimitrios Gianninas wrote: > > Hi, > > Things you can check are: > > a) did u set the server-side logging to Debug in the services-config.xml > file? > b) is your command actually being called? add a trace statement in there > to see if it, common problem is you forget to add an entry in the > controller > > are u getting any sort of error anywhere? > > Dimitrios Gianninas > Optimal Payments Inc. > > > > -----Original Message----- > From: [email protected] <mailto:flexcoders%40yahoogroups.com> on > behalf of Manu Dhanda > Sent: Tue 11/12/2007 11:23 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Cairngorm ServiceLocator Issue > > > Hii.. > > Am wondering why I can not connect back to Java. > Am using RemoteObject, have Services.mxml in place with the RemoteObject's > defined in that. > I have configured remoting-config.xml accordingly. > I had initialized ServiceLocator in my application file. > > But when I generate an event on client side(clicking a button), I supposed > to see console output from java. > > But, nothing happens with that. No compile time errors in code. > > Can anyone guide me please. > > Thanks. > Manu. > > > -- > View this message in context: > http://www.nabble.com/Cairngorm-ServiceLocator-Issue-tp14288802p14288802.html > <http://www.nabble.com/Cairngorm-ServiceLocator-Issue-tp14288802p14288802.html> > > Sent from the FlexCoders mailing list archive at Nabble.com. > > > -- > WARNING > ------- > This electronic message and its attachments may contain confidential, > proprietary or legally privileged information, which is solely for the use > of the intended recipient. No privilege or other rights are waived by any > unintended transmission or unauthorized retransmission of this message. > If you are not the intended recipient of this message, or if you have > received it in error, you should immediately stop reading this message and > delete it and all attachments from your system. The reading, > distribution, copying or other use of this message or its attachments by > unintended recipients is unauthorized and may be unlawful. If you have > received this e-mail in error, please notify the sender. > > AVIS IMPORTANT > -------------- > Ce message électronique et ses pièces jointes peuvent contenir des > renseignements confidentiels, exclusifs ou légalement privilégiés destinés > au seul usage du destinataire visé. L'expéditeur original ne renonce à > aucun privilège ou à aucun autre droit si le présent message a été > transmis involontairement ou s'il est retransmis sans son autorisation. > Si vous n'êtes pas le destinataire visé du présent message ou si vous > l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le > supprimer, ainsi que toutes ses pièces jointes, de votre système. La > lecture, la distribution, la copie ou tout autre usage du présent message > ou de ses pièces jointes par des personnes autres que le destinataire visé > ne sont pas autorisés et pourraient être illégaux. Si vous avez reçu ce > courrier électronique par erreur, veuillez en aviser l'expéditeur. > > > > -- View this message in context: http://www.nabble.com/Cairngorm-ServiceLocator-Issue-tp14288802p14288983.html <http://www.nabble.com/Cairngorm-ServiceLocator-Issue-tp14288802p14288983.html> Sent from the FlexCoders mailing list archive at Nabble.com.

