Thomas,

Did you put these match terms (first, second) in the class-level value object
declaration? If they do not exist in both, no value object for that term will
be created.

-b

> -----Original Message-----
> From: Thomas Louis [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 09, 2003 11:18 AM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] Value-object match
> 
> 
> Hello,
> 
> I tried to add a property to two value-objects by
> 
> @ejb.value-object
>       match="first,second"
>       compose="...."
>       ....
> public abstract getProperty()
> 
> But nor in the first neither in the second value-object the 
> property was
> generated.
> Is there a way to avoid, to define the value-object twice like below.
> 
> @ejb.value-object
>       match="first"
>       compose="...."
>       ....
> @ejb.value-object
>       match="second"
>       compose="...."
>       ....
> public abstract getProperty()
> 
> It would save the copy and paste and would avoid mistakes.
> 
> Greats,
> Thomas
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to