On Fri, 2003-01-03 at 06:11, Konstantin Priblouda wrote: > --- Torgeir Veimo <[EMAIL PROTECTED]> wrote: > > We had these @ejb tags which generated fine under > > xdoclet 1.1.2; > > > > @ejb:pk > > class="com.somewhere.ejbcontainer.domain.IntegerIntegerPK" > > generate="false"
> IIRC, you do not have to specify findByPrimaryKey, > xdoclet would generate this automatically. > ( it's required by EJB spec ) > > > And now you have to use fully qualified names > because xjavadoc ( which replaced the javadoc ) > for classes not on xdoclet source path ( and > especially those you are generating ) or it would > qualify them in the same package as your beans. So the "correct" sollution is to remove the @ejb:finder tag, and just keep the @ejb:pk tag, with full-qualified classname? -- Torgeir Veimo <[EMAIL PROTECTED]> ------------------------------------------------------- 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
