Re: Can't serialize a Hashset for an RPC call

2011-03-08 Thread Chris D
Exactly, and that's what I'm confused about. As I said before, I'm not using the datanucleus implementation at all, anywhere. I can't understand where that's coming from On Mar 8, 12:12 pm, Jeff Larsen wrote: > Yes all of my imports are the Java.util implementation of the hashset. > > This line f

Re: Can't serialize a Hashset for an RPC call

2011-03-08 Thread Chris D
; > --Harsh Yadav > > > > On Mon, Mar 7, 2011 at 1:31 AM, Chris D wrote: > > Hey everyone, > > > So I have a pool that has many users, and users can also have many > > pools, so it's a pretty straightforward many to many relationship. So > > take for instance my

Can't serialize a Hashset for an RPC call

2011-03-07 Thread Chris D
Hey everyone, So I have a pool that has many users, and users can also have many pools, so it's a pretty straightforward many to many relationship. So take for instance my pool class, I have a HashSet userIDs ...which contains all the ids of users. When I try to create a new pool, I get the follo