Hi, Not that I know much about this but...
wouldn't it be better for UML2EJB to use xjavadoc and update the bean implementation in place? I know that may be much more work but this solution seems to be a less intrusive solution, specially when you add other products to the mix.. like MVCSoft PM (excelent ejb 2.0 persistance manager). Dan O'Connor -- maybe you can give us some feedback on this, becuase I would love to have UML2EJB, XDoclet (xjavadoc) and mvcsoft-pm to work effortlessly; better solve this things now that it's at the design phase. May be more knowledgable people, like Aslak and Dan, shed some light into this. (I don't know much on xjavadoc, but I can learn and try to help - I know few things as user of both xdoclet and mvcsoft) HTH, JC :-) --- Ara Abrahamian <[EMAIL PROTECTED]> wrote: > > 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 __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com ------------------------------------------------------- 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
