I'm trying to add an extension with jdo for the following:

<extension vendor-name="kodo" key="dependent" value="true"/>

I know there are kodo tags
(http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet/modules/sola
rmetric/src/META-INF/xtags.xml?rev=1.1&content-type=text/vnd.viewcvs-markup)
, but I can't figure out how to use them.  I try this:

        /**
         * @jdo.field
         *   collection-type="collection"
         *   element-type="com.verideon.siteguard.domain.NotificationContact"
   *
         * @kodo.field
         *   embedded="true"
         */
        private Collection notificationContacts = new LinkedList();

But the @kodo tag doesn't work.

Is anyone uses the @kodo tags?  Can someone please post an example?

Thanks,
Michael





-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to