I’ve been putting all of my </entity> elements in entity-beans.xml.
The problem is that they get duplicated whenever the ejb-jar.xml file is regenerated when i run xdoclet. So it generates the </entity> elements on its own, then sucks in the entity-beans.xml file as well, so i have two entity elements per entity bean.
Is there a way to stop this, or to not use the entity-beans.xml file and have Xdoclet generate the <cmp-field> and <primkey-field> elements when it generates ejb-jar.xml?
Thanks,
layne