Why would I get the following message when I've defined my entity bean
as BMP? I don't have the <entitycmp> in my build.xml, but I do have
<entitybmp>.


[ejbdoclet] (XDocletMain.start                   54  ) <<XDoclet can't
guess what CMP version to use for
com.quest.iis.ejb.entity.account.AccountBean because the <entitycmp>
task isnt used, and there is no ejb:bean cmp-version tag. Please use
one of them.>>

--- This is all defined at the class level of my AccountBean class.

/**
 *
 * @ejb.bean
 *      name="iis/Account"
 *      type="BMP"
 *      jndi-name="ejb/iis/Account"
 *
 * @ejb.home
 *      extends="javax.ejb.EJBHome"
 *      remote-class="com.quest.iis.ejb.entity.account.AccountHome"
 *
 * @ejb.interface
 *      extends="javax.ejb.EJBHome"
 *      remote-class="com.quest.iis.ejb.entity.account.Account"
 *
 * @ejb.dao
 *      class="com.quest.iis.ejb.entity.account.AccountDAO"
 *      impl-class="com.quest.iis.ejb.dao.PostgresqlAccountDAO"
 *
 * @ejb.pk
 *      class="com.quest.iis.ejb.entity.account.AccountPK"
 *
 * @ejb.value-object
 *      match="*"
 *
 */


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id5hix
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to