How do you have a method which returns a Collection (or array) of value objects
(non-primitives, user-defined)?
I was able to write a method which returns a single value object, but I can't
figure out how to write a method which returns a Collection of them.
Using JBoss, the method returned in the client without error, and it was a
Collection, but when I got the Iterator and started stepping through it, the
first entry wasn't an object of my value object class, but of the class
"$Proxy2".
--
===================================================================
David M. Karr ; Best Consulting
[EMAIL PROTECTED] ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004)
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".