--- JDev23 <[EMAIL PROTECTED]> wrote: > Hi Konstantin, > > thanks for the reply, but my problem is the > following: > I've got already over 100 EJB components in exploded > format with all stuff (descriptors, ...) and i'd > like > to avoid to enter manually the whole configuration > of > descriptors in XDoclet-tags. This would be a lot of > work. The ejbs are working properly in production > but > i want to start handling them with xdoclet. > > do you know if there is any way to converting the > existing stuff to xdoclet, without marking up again > each bean with xdoclet-tags? so a kind of scanning > the > existing ejb descritors and generating xdoclet tags > in > the bean classes? > > as i said my main target is not entering the whole > stuff manullay again. Because the EJBs are actually > compeletely there and are working properly, however > in > this form the maintainig is exhausting.
AFAIK there is not such tool on the shelf. Or I'm unaware of it. You will need to parse your DD, and generate abstract classes out of it ( I assume you do not have them ) Case for some tricky xml transform? 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
