Hi
I am trying to use XDoclet to generate CMR definitions using the ejb.relation tag. below is an excerpt:
* @ejb.value-object
* compose=”com.norvax.afl.interfaces.SubscriberValue”
* compose-name=”SubscriberValue”
* members=”com.norvax.afl.interfaces.SubscriberLocal”
* members-name=”SubscriberValue”
* relation=”external”
*
* @ejb-relation
* name=”affiliate-subscriber”
* role-name=”affiliate”
The result is that the <!– Relationships –>
section in my ejb-jar.xml is empty.
Any help would be greatly appreciated.
Thanks
Eric