[flexcoders] Flex with EJB3

2005-10-04 Thread Björn Abt
Hello List, Finally i figured out the problem that i thought was an EJB3 issue but was an synchronization problem that the Remoteobjects have, when called parallel. But with one call at a time it all worked out pretty perfect, without building a Proxy-Model. Now Objects can travel rather

[flexcoders] Flex with EJB3

2005-09-28 Thread flowbacktome
Hi there, having a strange Problem here: I started using EJB3 and thought that this is a very good choice for middleware coding. So i built my model with it and tested it with Swingclients and it worked out well. So i tried to use Flex1.5 to build a Client. I used the RemoteObject tag and

Re: [flexcoders] Flex with EJB3

2005-09-28 Thread JesterXL
won't get undefined? - Original Message - From: flowbacktome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 28, 2005 9:34 AM Subject: [flexcoders] Flex with EJB3 Hi there, having a strange Problem here: I started using EJB3 and thought that this is a very

Re: [flexcoders] Flex with EJB3

2005-09-28 Thread JesterXL
PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 28, 2005 10:11 AM Subject: Re: [flexcoders] Flex with EJB3 Guessing that the AMF deserializer on the client can't rebuild the classes to ActionScript equivalent objects. Can you make a POJO, copy the properties, and put those

AW: [flexcoders] Flex with EJB3

2005-09-28 Thread Björn Abt
Hi! Thanks for the quick answer. Well, the EJB3 EntityBeans are basically POJO's. The Beans get deserialized and reach the Flash-App. It fails only when a ManyToMany Relationship exists, but not all the time. Sometimes they get deserialzed and sometimes not. There isn't really a pattern, or at

Re: [flexcoders] Flex with EJB3

2005-09-28 Thread JesterXL
- From: Björn Abt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 28, 2005 10:30 AM Subject: AW: [flexcoders] Flex with EJB3 Hi! Thanks for the quick answer. Well, the EJB3 EntityBeans are basically POJO's. The Beans get deserialized and reach the Flash-App. It fails

RE: [flexcoders] Flex with EJB3

2005-09-28 Thread Mercer, Dustin
:23 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex with EJB3 ...hey, I'm with you about breaking the elegance, but if I as a developer can create ActionScript objects, and you as the Java developer can understand them, who cares if the underpinnings aren't elegant, it works