RE: [JBoss-user] CMR with Maps

2002-10-09 Thread Eric Kaplan
:[EMAIL PROTECTED]]On Behalf Of Eric Kaplan Sent: Wednesday, October 09, 2002 2:19 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] CMR with Maps Thanks greg, all i needed was a pointer in the right direction. Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

RE: [JBoss-user] CMR with Maps

2002-10-09 Thread Eric Kaplan
Thanks greg, all i needed was a pointer in the right direction. Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Turner Sent: Wednesday, October 09, 2002 1:40 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CMR with Maps These are known as

Re: [JBoss-user] CMR with Maps

2002-10-09 Thread Greg Turner
These are known as Dependent Value Classes (DVC). which JBoss supports. the only requirement is that whatever you put into the Map must be serializable. Read the J2EE 1.3 spec on DVC and Get hold of the for pay CMP doc for JBoss where there is some info on it. It should be possible, although I'v