Actually, there is no property userId or UserId in the object you've
attached unless it is in the object you're extending which it shouldn't
be since abator has generated the bean for you.
Meindert wrote:
The property is called 'userId'
MEINDERT
-----Original Message-----
From: Somasundaram Pitchaiah [mailto:[EMAIL PROTECTED]
Sent: 06 April 2006 10:53 AM
To: [email protected]
Cc: [EMAIL PROTECTED]
Subject: There is no WRITEABLE property called 'UserId' in AppUser
Hi Every body,
I'm facing problem while using the auto generated SQLmap files
generated by abator in eclipse.
I'm using abator plugin for eclipse(3.1) Given a table AppUser,abator
generates the following classes automatically:
-AppUserDAO
-AppUserImpl
-AppUser_Sqlmap.xml
I'm trying to use these classes to insert & select some values from Db
for AppUser table.
The error I get is that it gives"there is no WRITEABLE property called
UserId in AppUser.This happens while trying to read AppUser_Sqlmap.xml.
But I have the getter & setter method for the field 'Userid' in
AppUser class(auto-generated).
Files Attached:
-Screenshot .doc(screenshot of the error)
-AppUser_Sqlmap.xml
-AppUser
-SampleAction.java(action class)
Expecting ur help!
Thank you!
Regards,
Somu