Results 1 to 3 of 3

Thread: LoadTimeWeaving in WebBundle

  1. #1
    Join Date
    Apr 2009
    Posts
    15

    Default LoadTimeWeaving in WebBundle

    When i am trying to enable Load time weaving in a web bundle an exception is thrown, -> ClassLoader 'BundleWebAppClassLoader' is not instrumentable

    In the programming guide, it was mentioned that - All web bundle ClassLoaders are instrumentable by Spring’s load-time weaving infrastructure.

    I just looked at the KernelLoadTimeWeaver class code and it handles only InstrumentableClassLoader and BundleDelegatingClassLoader but BundleWebAppClassLoader does not fall under any of them. Hence the error

    Any pointers about this one ?

  2. #2
    Join Date
    Oct 2008
    Location
    Winchester, UK
    Posts
    535

    Default

    Assuming you are on 2.0.0.RELEASE, this sounds like a bug in dm Server.

    Please could you raise a JIRA and ideally attach a small binary testcase to reproduce the problem you are seeing.
    Glyn Normington
    SpringSource

  3. #3
    Join Date
    Feb 2009
    Location
    Hursley, near Winchester, UK
    Posts
    37

    Default

    Thanks for raising the JIRA issue DMS-2390.
    Steve Powell

Posting Permissions

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