--- JDev23 <[EMAIL PROTECTED]> wrote: > > Hi > > I have got already my EJBs just in standard J2EE > exploded format (including home, remote interface, > descriptors, ...) with no XDoclet tags. > > Is there any way to convert my existing EJBs in > XDoclet format very quickly without without editing > each file seperately? > I'm affraid not. Your descriptors & interfaces arre just junk in this context. They will be automatically generated. So no need to conversion.
You will have to produce abstract ejb classes ( if you do not already have them ) and mark up them with xdoclet tags. 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!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
