Hi

I have an Address EJB CMP entity bean class with the one of the class
attributes being:

 * @ejb.pk class="java.lang.Integer" generate="false"

and among the methods:

public Integer ejbCreate(...) {
        ...
}

public abstract Integer getId();
public abstract void setId(Integer id);

When I run ejbdoclet 1.2.0b2, it generates the primary key class and uses
that in the deployment descriptor even though I thought I told it to use
java.lang.Integer. What am I missing?

Best regards,
Jan Nielsen





-------------------------------------------------------
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

Reply via email to