i want to aggregate an Account with a PartyOrder
and if I only put @aggregate on the getter I get....
compile:
[echo] "src/java;gen-src/java"
[javac] Compiling 111 source files to /home/colin/projects/cop/build/ejb
[javac]
/home/colin/projects/cop/gen-src/java/au/com/ucw/cop/ejb/PartyOrderEJBCMP.java:92:
cannot resolve symbol
[javac] symbol : method setAccount
(au.com.ucw.cop.interfaces.AccountEJBData)
[javac] location: class au.com.ucw.cop.interfaces.PartyOrderEJBData
[javac] dataHolder.setAccount( getAccount().getData() );
[javac] ^
if I add @aggregate to the setter I get the following exception....
[ejbdoclet] javadoc: In doclet class xdoclet.DocletTask$DocletMain, method
start has thrown an exception java.lang.reflect.InvocationTargetException
anyone got the aggregate stuff to work - any help would be appreciated.
Colin.
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user