Re: Returning Collections from ejbFindXXX()

2001-04-04 Thread Nicola Folino
...). - Original Message - From: "Permjeet Pandha" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 3:53 PM Subject: Returning Collections from ejbFindXXX() Hi, Has anyone tried to return Collections from a BMP ejbFindAll() typ

RE: Returning Collections from ejbFindXXX()

2001-04-04 Thread Permjeet Pandha
Thanks, thats exactly it. Permjeet -Original Message- From: Frank LaRosa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 6:55 AM To: Orion-Interest Subject: Re: Returning Collections from ejbFindXXX() The reason you're getting an exception is because the collection

Returning Collections from ejbFindXXX()

2001-04-03 Thread Permjeet Pandha
Hi, Has anyone tried to return Collections from a BMP ejbFindAll() type of operation? I return an ArrayList of String objects, the client receives this list ok but gets a cast exception on trying to extract the String from the list. eg. public Collection ejbFindAll() throws

Re: Returning Collections from ejbFindXXX()

2001-04-03 Thread Frank LaRosa
;Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 8:53 AM Subject: Returning Collections from ejbFindXXX() Hi, Has anyone tried to return Collections from a BMP ejbFindAll() type of operation? I return an ArrayList of String objects, the client receives this list