Re: [flexcoders] Cairngorm + RemoteObject + Java + BlazeDS.

2007-12-18 Thread Manu Dhanda
Hii Tom, It's my delegate code snippet: public function LoginDelegate( responder : IResponder ) { this.service = ServiceLocator.getInstance().getRemoteObject( loginService ); trace(In LoginDelegate line 12 +this.service.toString() ); this.responder = responder; }

RE: [flexcoders] Cairngorm + RemoteObject + Java + blazeds.

2007-12-17 Thread Manu Dhanda
Hii, It's really giving me hard time now. Now, am using blazeds. Have everything in place. My app is compiling fine. But still control is not reaching to my java code. I have destination defined like this in my remoting-config.xml: destination id=loginServiceImpl properties

RE: [flexcoders] Cairngorm + RemoteObject + Java + BlazeDS.

2007-12-17 Thread Manu Dhanda
Hii.. It's really giving me hard time now. Now, am using blazeds. Have everything in place. My app is compiling fine. But still control is not reaching to my java code. I have destination defined like this in my remoting-config.xml: destination id=loginServiceImpl properties

Re: [flexcoders] Cairngorm + RemoteObject + Java + BlazeDS.

2007-12-17 Thread Ralf Bokelberg
Hi Manu It seems like you are trying to take two steps at once. Before working with Cairngorm i would try to create a very simple Remoting example. I'm sure you can find one in the help files. Cheers Ralf On Dec 17, 2007 12:35 PM, Manu Dhanda [EMAIL PROTECTED] wrote: Hii.. It's

Re: [flexcoders] Cairngorm + RemoteObject + Java + BlazeDS.

2007-12-17 Thread Tom Chiverton
On Monday 17 Dec 2007, Manu Dhanda wrote: Using Cairngorm, do we anywhere need to define something like that: You'll have that call in your Delegate class. I didn't see that in the snippits of code you gave. -- Tom Chiverton Helping to enormously harvest second-generation customers on: