[EMAIL PROTECTED] wrote: > I'm not sure whether the bug is in XDoclet (xdoclet might or might not > ask XJavaDoc for superclass info) or in XJavaDoc (the actual retrieval > of superclass info might be broken). > > This is not known, so you can file a bug report, assigni it to me > (rinkrank). Please enclose some source, so I can find out whether it's > an xdoclet bug or xjavadoc bug.
Well, here's one. I want to allow this to be specified in a base class: * @ejb:bean * view-type="local" * cmp-version="2.x" * type="CMP" * reentrant="true" * primkey-field="id" This is the same for all beans. This used to work with an old version, but with current CVS I have to copy it into all subclasses or it will be ignored. I'm also having trouble with CMR's, but that's another topic. What I'm doing is basically doing forum EJB's "inspired" by TheServerSide code, using EJB/CMP. The code is fantastically clean using CMP, if only I can get it to work too :-) /Rickard -- Rickard �berg _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
