A wise old hermit known only as Chris Chang <[EMAIL PROTECTED]> once 
said:

> I already specified the following to skip the generation of primary key 
> (all
> the beans would use the same pk (e.g. BasePK) which only has 1 attriute
> (i.e. objId))
>   *  @ejb:pk generate="false"

But how will XDoclet know what the PK class is?  Unless you tell it, the 
templates will assume the default.  Try using
@ejb:pk class="foo.bar.BasePK" generate="false"
(with the appropriate package, obviously) and see if that helps.


Andrew.

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

Reply via email to