I have defined the following fields in my bean class:

* @ejb:bean
 *              primkey-field                           =
"java.lang.Integer"
 * @ejb:pk
 *              generate                                        =
"false"
 
Yet the Home interface continues to generate this:

   public com.vxs.scrapbook.ejb.CategoryEntityRemote
findByPrimaryKey(com.vxs.scrapbook.ejb.bean.CategoryEntityBeanPK pk)
      throws java.rmi.RemoteException,javax.ejb.FinderException;

The specified pk class (CategoryEntityBeanPK) does not exist. I want it
to use java.lang.Integer instead.

jim



_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to