hi,
in the old XDocltet version we have to define two times table name (schema and table-name)
* @ejb.bean * name = "UserEntityBean" * description = "User Entity Bean" * display-name = "User Entity Bean" * local-jndi-name = "user/UserBean" * view-type = "local" * type = "CMP" * cmp-version = "2.x" * schema = "users" * primkey-field = "user_id" * * * @ejb.persistence * table-name = "users"
But in the actual production version this dasn't work, after remove
* @ejb.persistence * table-name = "users"
Ragards, Rafal
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
