I see part of the problem, there isn't a tag for "dependent" in the solarmetric xtags.xml file. There is only "embedded". I'm not sure what that does because standard jdo has the embedded tag.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael > Sent: Friday, February 21, 2003 11:03 AM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] jdo tags for vendor extensions > > > 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/mo > dules/sola > rmetric/src/META-INF/xtags.xml?rev=1.1&content-type=text/vnd.viewc > vs-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 > ------------------------------------------------------- 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
