Re: Extent. How to?

2003-06-04 Thread Alen Ribic
[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 11:43 AM Subject: Re: Extent. How to? Hi again Alen. I think you should define the extent the other way round. That is: RegisterForm is the abstract base class and User is the concrete class defining all the persistent attributes. class

Re: Extent. How to?

2003-06-04 Thread Raymond Barlow
Hi Alen, To me, this just sounds like a design issue. The persistent class is User, right? I feel that that is the only class out of the 3 classes you mentioned that should be OJB controlled. Like I said earlier, have you considered aggregating the User class into the RegisterForm and

Re: Extent. How to?

2003-06-04 Thread Thomas Mahler
PROTECTED] Sent: Tuesday, June 03, 2003 11:43 AM Subject: Re: Extent. How to? Hi again Alen. I think you should define the extent the other way round. That is: RegisterForm is the abstract base class and User is the concrete class defining all the persistent attributes. class-descriptor class

RE: Extent. How to?

2003-06-04 Thread Gelhar, Wallace Joseph
Computer Information Systems [EMAIL PROTECTED] (715) 836-3411 -Original Message- From: Thomas Mahler [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 11:19 AM To: OJB Users List Subject: Re: Extent. How to? Hi again Alen, try this: class-descriptor class=ValidatorForm

Re: Extent. How to?

2003-06-04 Thread Alen Ribic
thanks again. - Original Message - From: Thomas Mahler [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 6:19 PM Subject: Re: Extent. How to? Hi again Alen, try this: class-descriptor class=ValidatorForm extent-class class-ref

Extent. How to?

2003-06-03 Thread Alen Ribic
Hi again I have sent an email already and got a good reply, but now I have an issue with mapping side. I have got classes as follows: // JavaBean public class User extends ValidatorForm {} // Struts form bean public class RegisterForm extends User {} Now I just need OJB to recognize

Re: Extent. How to?

2003-06-03 Thread Raymond Barlow
Hi Alen I hate to ask the obvious, but you never know :) Have you created a mapping for za.co.alen.struts.RegisterForm in your repository_user.xml file?? Regards, Raymond Barlow Alen Ribic wrote: Hi again I have sent an email already and got a good reply, but now I have an issue with mapping

Re: Extent. How to?

2003-06-03 Thread Raymond Barlow
Sorry, just reread your email. Yes, you do need to define a mapping ( a class-descriptor) for the RegisterForm class. Regrads, Raymond Barlow Alen Ribic wrote: Hi again I have sent an email already and got a good reply, but now I have an issue with mapping side. I have got classes as follows:

Re: Extent. How to?

2003-06-03 Thread Alen Ribic
- From: Raymond Barlow [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 10:45 AM Subject: Re: Extent. How to? Hi Alen I hate to ask the obvious, but you never know :) Have you created a mapping for za.co.alen.struts.RegisterForm in your repository_user.xml

Re: Extent. How to?

2003-06-03 Thread Raymond Barlow
PROTECTED] Sent: Tuesday, June 03, 2003 10:45 AM Subject: Re: Extent. How to? Hi Alen I hate to ask the obvious, but you never know :) Have you created a mapping for za.co.alen.struts.RegisterForm in your repository_user.xml file?? Regards, Raymond Barlow Alen Ribic wrote: Hi again I have sent

Re: Extent. How to?

2003-06-03 Thread Thomas Mahler
AM Subject: Re: Extent. How to? Hi Alen I hate to ask the obvious, but you never know :) Have you created a mapping for za.co.alen.struts.RegisterForm in your repository_user.xml file?? Regards, Raymond Barlow Alen Ribic wrote: Hi again I have sent an email already and got a good reply