>>>>> "Victor" == Victor Langelo <[EMAIL PROTECTED]> writes:
Victor> Finder methods always return entity beans. And since entity beans are
remote objects you
Victor> actually get stubs (or in case of jboss dynamic proxies). If you want
value objects you'll
Victor> need to iterate though you're entity beans, get their value objects and
add the value
Victor> object to your array list.
Victor> "David M. Karr" wrote:
>> Collection scgList = scgHome.findByClassName(name);
>> result = new ArrayList(scgList);
That was it, thanks. I had a brain cramp there.
--
===================================================================
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".