I have 434 entity beans in my project (currently). The EJBs are generated by a Java code generator which reads an XML document for each database table describing the layout for that table and writes Java code and XML deployment descriptors, etc., for bean-managed beans. I'm still fine-tuning the EJB code generator, so I have to re-generate all of the entity bean source code on a regular basis, and then rebuild the entity beans. The problem is that GenIC takes a huge amount of time for each bean. This causes it to take hours to build all of my entity beans, when it should really only take about five minutes. Is there any way to speed up GenIC so that it will generate the interface classes MUCH more quickly (like maybe 100 times faster)? Thanks! Ron ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
