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

Reply via email to