2 Replies Latest reply on Jul 5, 2005 12:26 PM by bill.burke

    Speedup of starttime weaving by limiting transformation scop

    neil_g_avery

      Hi All,
      Is it possible to restrict the transformation scope of those classes that are weaved upon startup?

      As we are adding more jars to our application startup times degrade because there are more classes to weave. We only want to weave those classes in our application and none of the third-party jars...is there an equivalent to the following or a means of restricting the work done during weave-time?


      <?xml version="1.0" encoding="UTF-8"?>





      Regards Neil.