[flexcoders] Using modules and remote objects

2010-09-04 Thread ZIONIST
Hi guys i have some issues concerning modules and remote objects. i have an application that is split into modules and in each i use remote objects to display data from the database. the problem is there is no data being displayed and when i try to use the same code in a single app without

Re: [flexcoders] Using modules and remote objects

2010-09-04 Thread Alex Harui
It is best if the service and data objects are all in the main appdomain. FP10.1 has some fixes to make some of it better, and allows for the service and data objects to be in the same child appdomain, but having a service in the main and data objects defined in the child probably isn’t going

[flexcoders] Using Modules and Remote Objects

2009-02-20 Thread cortlandian
My flex 3 application, deployed on JBoss with BlazeDS, uses a Remote Object to get data from a class in a jar file. The application worked fine while all the code was deployed as a single Application mxml file. I then moved some of the code to a Module mxml file, which I navigated thru a Tab