Re: [flexcoders] Re: Flex2/EJB3 integration: problems mapping Java/AS3 classes

2006-04-17 Thread Xavi Beumala
mSubject: Re: [flexcoders] Re: Flex2/EJB3 integration: problems mapping Java/AS3 classes Hi,I'm having the same problem with plain and simple Java classes with amf0. Serialization works like a charm from as3 to java, but it's not working from java to as3. The java class I'm usin

Re: [flexcoders] Re: Flex2/EJB3 integration: problems mapping Java/AS3 classes

2006-04-17 Thread Carlos Rovira
leased, obviously). From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Xavi BeumalaSent: Monday, April 17, 2006 5:05 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Flex2/EJB3 integration: problems mapping Java/AS3 classes Hi,I'm having the same p

RE: [flexcoders] Re: Flex2/EJB3 integration: problems mapping Java/AS3 classes

2006-04-17 Thread Peter Farland
@yahoogroups.comSubject: Re: [flexcoders] Re: Flex2/EJB3 integration: problems mapping Java/AS3 classes Hi,I'm having the same problem with plain and simple Java classes with amf0. Serialization works like a charm from as3 to java, but it's not working from java to as3. The java class I&

Re: [flexcoders] Re: Flex2/EJB3 integration: problems mapping Java/AS3 classes

2006-04-17 Thread Carlos Rovira
Hi Xavi,I thought the same about [RemoteClass]...maybe it doesn't work with AMF0?Hope some guys of the Flex team could throw some light about this issue :)C. On 4/17/06, Xavi Beumala <[EMAIL PROTECTED]> wrote: Hi,I'm having the same problem with plain and simple Java classes with amf0. Serial

Re: [flexcoders] Re: Flex2/EJB3 integration: problems mapping Java/AS3 classes

2006-04-17 Thread Xavi Beumala
Hi,I'm having the same problem with plain and simple Java classes with amf0. Serialization works like a charm from as3 to java, but it's not working from java to as3. The java class I'm using is what follows: package com.code4net.vos;public class PhotoVO {    private String title;    private Str

RE: [flexcoders] Re: Flex2/EJB3 integration: problems mapping Java/AS3 classes

2006-04-16 Thread Matt Chotin
Only thing I can see is the extra space in your [RemoteClass] which I would hope would not cause the mismatch.  If you enable the debug logs when the object is sent from the server to the client does the log have the correct type of the Employee?  It’s not maybe some weird implementation