--- Milen Dyankov <[EMAIL PROTECTED]> wrote: > Hi all, > I've been hearing people talking about how useful > XDocled is, so I > decided to give it a try. > > My first 'successful' try of using "ejbdoclet" task, > generated the > deployment descriptor, and some Jboss specific XMLs. > However no remote > or local interfaces were generated and the above > mentioned XMLs were > empty (I mean the main structure and comments are > there, but there is > noting about the CMP class).
Most common mistake is not including j2ee jar files onto xdoclet classpath. Several subtasks ( and ejb ones are those subtasks ) like to have source classes to inherit/implement from certain classes ( like javax.ejb.EntityBean ) - those classes must be on xdoclet invocation classpath or inheritance tests will fail and nothing is generated. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
