Hello! Xdoclet is not generating composite-ids for my entities:

    /**
     * @hibernate.id class="com.acme.UserPK"
     * @return
     */
    public UserPK getPk() {
        return pk;
    }



I get an error at line 169 of template hibernate.xdt. I've read a few people saying that it is a bug on xdoclet if so how can I fix it?

Regards

Reply via email to