Not really...

The PK is unknown (generated by MySQL / JBoss). Working with an unknownPK
the ClassTag has to be like this:
 * @ejb.pk class = "java.lang.Object"

And when I run XDoclet now, it thinks that's a class it has to generate.
But, well, I don't want that standard class to be overwritten...



> Just guessing, as I don't know your source
> 
> You are probably doing
> 
> clas foo {
> 
>   /** @ejb.pk-field */
>   Object getBar();
> 
> 
> 
> If you have a one field-pk, then use
> 
> /**
>  * @ejb.bean primkey="bar"
>  */
> class foo {
>   
>   Object getBar();
> 
> 
> Or?
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
> For a limited time only, get FREE Ground shipping on all orders of $35
> or more. Hurry up and shop folks, this offer expires April 30th!
> http://www.thinkgeek.com/freeshipping/?cpg297
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 

-- 
NEU : GMX Internet.FreeDSL
Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/dsl



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to