I have also seen this. Have also reported it as a bug, but I don't think 
  anyone has commented it.

Another thing to remember is that complex PKs does't work very well with 
jboss 3.x now, if you use it.


Ingo Bruell wrote:
> Hi,
> 
> i am using now value-objects, to get my non persistent attributes into a
> "DataObject". Most auf my beans
> have komplex Primary Keys, that means that they are composed with two or
> more attributes.
> 
> In a ValueObject a PrimaryKey is only created withe the last PrimaryKey
> attribute and so it could
> not be compiled.
> 
> Now it generates:
>    pk = new
> de.oblgmbh.jbvs.meta.interfaces.VersicherungPK(this.getNummer());
> 
> but it should be
>    pk = new
> de.oblgmbh.jbvs.meta.interfaces.VersicherungPK(this.getMandant(),
> this.getNummer());
> 
> is there a way to avoid using of PK in ValueObjects ?
> 
> Ingo Bruell
> 
> ---
> <[EMAIL PROTECTED]>
> <ICQ# 40377720>
> Oldenburg PGP-Fingerprint: 9DD0 1776 DF4D 5B16 A532 C2A1 4701 EEA2
> Germany PGP-Public-Key available at pgpkeys.mit.edu
> 
> 
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user



_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to