RE: Returning Collections from ejbFindXXX()

2001-04-04 Thread Permjeet Pandha
, not the client. Orion receives your String collection and uses it to create a collection of EJBs which are returned to the client code. - Original Message - From: "Permjeet Pandha" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 8:53 A

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