[JBoss-user] problems with finders returning java.util.Set

2002-07-15 Thread Javier A. Soltero
Hi, [using 3.0.1 RC1] I have defined finders in my bean which return java.util.Set. When I try a unit test to verify that the finder works correctly, I get a class cast exception thrown which suggests that the return type of the finder is really an ArrayList instead of something which

RE: [JBoss-user] problems with finders returning java.util.Set

2002-07-15 Thread Robertson, Jason
: [JBoss-user] problems with finders returning java.util.Set Hi, [using 3.0.1 RC1] I have defined finders in my bean which return java.util.Set. When I try a unit test to verify that the finder works correctly, I get a class cast exception thrown which suggests that the return type of the finder

Re: [JBoss-user] problems with finders returning java.util.Set

2002-07-15 Thread Javier A. Soltero
-Original Message- From: Javier A. Soltero [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 2:54 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] problems with finders returning java.util.Set Hi, [using 3.0.1 RC1] I have defined finders in my bean which return