> I added the *Impl classes to the source path and wrote: generate="false" > into the *Bean class files. However, XDoclet always generated remote and > local interfaces for the *Bean class as well. When compiling, I got a > "duplicate class" error message on *Impl because XDoclet generated a > remote > interface with the same name as the *Impl class.
That's normal. By default it generates those files. You just add those Impl files to the filset, put a @ejb.bean generate="false" in base, and put @ejb.bean generate="true" and @ejb.interface generate="false" to the Impl classes. Same for home/pk/etc if you don't want xdoclet to generate them for Impl class. Ara. ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
