I did not configure the database,but I think this will not affect the
generated file by xdoclet. after I run it.there is nothing like <cmp-field>
in the file of jbosscmp-jdbc.xml. what is the problem?
package com;
import javax.ejb.EntityBean;
/**
* @ejb:bean name="MyCmp"
* jndi-name="jndi/MyCmpBean"
* type="CMP"
* cmp-version="2.x"
*
* @ejb:env-entry name="name" value="wu qihua"
*
* @ejb:persistence table-name="test1"
*
*
**/
public abstract class MyCmpBean implements EntityBean {
/**
* @ejb:persistence column-name="wqh"
*/
public abstract String getHello();
/**
* @ejb:persistence column-name="hust"
*/
public abstract int getNum();
}
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
