If you are mapping the AS object to the Java class using the RemoteClass
metatag, that will do the work. just make sure the name of the Java class in
the RemoteClass metatag has the fully qualified name i.e. com.xxx.remoting
.<classname>

You need not de-serialize the arraylist, if the mapped objects are passed in
the ArrayList from Java, you get them as the objects in ArrayCollection in
AS.

did you include the reference to the AS object mapped to the Java object in
you main application file? if a reference of AS object is not included in
the main application file, then that class definition will not be available
during runtime.

If any of the above suggestions are not helping you, share few code snippets
from your application, we can try to debug the problem.

Regards,
Sujit Reddy G

On Thu, Feb 21, 2008 at 12:58 AM, [p e r c e p t i c o n] <
[EMAIL PROTECTED]> wrote:

>   just noticed that the namespaces are different...would this matter? on
> the POJO it com.xxx.remoting, but on the AS3Object it just package...
> percy
>
>
> On Wed, Feb 20, 2008 at 10:12 AM, [p e r c e p t i c o n] <
> [EMAIL PROTECTED]> wrote:
>
> > Hi Again,
> > Ok...so by instantiating my class the Serialization took place and there
> > are 99 elements of that type in the result...however the members of the
> > class are all null, but i'm printing them to a file on the Java side so I
> > know that there are values in each object...any ideas on why this is
> > happening?
> >
> > thanks so much for all your input!
> > percy
> >
>
>  
>



-- 
Regards,
Sujit Reddy. G

Reply via email to