Title: PK bug?

I have a bean marked as Stateful like this...

/**
 *
 * @author ACN
 * @version 1.0
 *
 * @ejb:bean    type="Stateful"
 *              name="ContactDetails"
 *              jndi-name="com.jazzman.contact.details.ContactDetailsBean"
 *
 */
public class ContactDetailsBean implements SessionBean {
    private SessionContext sctx;



... but XDoclet still generates a PK class. Is this a bug?

Andrew

Reply via email to