Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-13 Thread Christoph Guse
@yahoogroups.com Subject: Re: [flexcoders] Re: Error: Cannot invoke method when using a VO Hi Peter, my web application server is Tomcat 5.5.7, Java Version 1.5.0_02. My Linux is SuSE 9.2. I did everything you described. Here the snippet of my flex-config.xml: logging !-- level

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-12 Thread Christoph Guse
Hi Dan, hi cazzaran, yes, I have such a line in every of my ValueObjects. But I had errors in the POJO and in the Object.registerClass line. I didn't use the fully qualified name of the Java class as first and the fully qualified name of the ActionScript class as second argument. Without

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-12 Thread Peter Farland
: [flexcoders] Re: Error: Cannot invoke method when using a VO Hi Dan, hi cazzaran, yes, I have such a line in every of my ValueObjects. But I had errors in the POJO and in the Object.registerClass line. I didn't use the fully qualified name of the Java class as first and the fully qualified name

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-12 Thread Christoph Guse
not attempt to cast operands before comparison. -Original Message- From: Christoph Guse [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 4:44 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Error: Cannot invoke method when using a VO Hi Dan, hi

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-12 Thread Peter Farland
Subject: Re: [flexcoders] Re: Error: Cannot invoke method when using a VO Hi Peter, my web application server is Tomcat 5.5.7, Java Version 1.5.0_02. My Linux is SuSE 9.2. I did everything you described. Here the snippet of my flex-config.xml: logging !-- level of logging - error, warn

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-11 Thread Christoph Guse
Hi cazzaran, how did you solve your problem? I'm interested in a solution, because I have a very similar problem. In my case I have an object (OgoJobVO) in which is another object (OgoAccountVO) in which is another object (OgoPersonVO). When I get the Job-Object from the Server, everything

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-04-11 Thread Dan Tropp
class vo.ApplicantVO implements ValueObject { public static var registered:Boolean = Object.registerClass( "vo.ApplicantVO", ApplicantVO ); Do you have a line like this in your AS class? ... } If you don't register the Java/AS class

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-30 Thread Peter Farland
and rely on Object.registerClass. -Original Message- From: cazzaran [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 3:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Error: Cannot invoke method when using a VO WHat's interesting, is if you look at the below

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-30 Thread Peter Farland
Without seeing the AMF trace on the server side, all I can do is suggest simplifying the case step by step and then work up to the problem at hand. Try a Group type that only has flash intrinsic types as properties... then go down another level... etc. Yahoo! Groups Links * To visit your

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-30 Thread Peter Farland
@yahoogroups.com Subject: [flexcoders] Re: Error: Cannot invoke method when using a VO I turned on remote object debugging, but it seems to make my flexbuilder unresponsive. After a while, builder says that I should abort the script or it will make my machine lock up. If I set remote object debug

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-30 Thread Peter Farland
] Sent: Wednesday, March 30, 2005 5:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Error: Cannot invoke method when using a VO I've set my flex logs to debug, but I don't get much in the way of logging from flex. I've also set every trace option to true, but still don't get much

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-29 Thread Dimitrios Gianninas
p); Jimmy Gianninas Software Developer - Optimal Payments Inc. From: cazzaran [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 7:58 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Error: Cannot invoke method when using a VO Peter,Here's my whitelist:whitelist unnamed sour

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-28 Thread Peter Farland
] Sent: Monday, March 28, 2005 4:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Error: Cannot invoke method when using a VO Peter, It does... -Josh --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Does the Java version of Group have a public no args

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-28 Thread Peter Farland
with Object.registerClass). -Original Message- From: cazzaran [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 4:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Error: Cannot invoke method when using a VO Peter, Here's my whitelist: whitelist unnamed source

Re: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-28 Thread Igor Costa
: Monday, March 28, 2005 4:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Error: Cannot invoke method when using a VO Peter, Here's my whitelist: whitelist unnamed source*/source /unnamed named object name=userDelegate