Results 1 to 1 of 1

Thread: Why more than 1 cglib proxy is created for struts 1 action?

  1. #1

    Default Why more than 1 cglib proxy is created for struts 1 action?

    While profiling my spring application, I noticed that more than one cglib proxy is being created. The following output is shown on the profiler:

    com.some.package.SampleDisplayAction$$FastClassByC GLIB$$fb8934de - 55
    com.some.package.SampleDisplayAction - 1


    Is this normal or I have a problem with the way I configured my application.

    The frameworks used are the following: spring 2.0, hibernate 3.2.6.GA, struts 1 and cglib 2.1_3


    Thanks

    Rey
    Last edited by reyjexter; Oct 14th, 2009 at 02:43 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •