Results 1 to 3 of 3

Thread: Load Time Weaving and JBoss 4.x ?

  1. #1
    Join Date
    Aug 2007
    Location
    Paris
    Posts
    25

    Default Load Time Weaving and JBoss 4.x ?

    Hi,

    I'm planning to use AOP in a JEE application.
    To not use the AspectJ weaver I wish to use Load Time Weaving.

    I've read the AOP documentation here http://static.springframework.org/sp...tml#aop-aj-ltw and posts on JIRA. I found just few things about LTW and JBoss.

    Posts on JIRA indicate that TomcatInstrumentableClassLoader isn't working on JBoss. On other posts I read that the "-javaagent" parameter has not already been tested a lot.

    So, have you already used JBoss (4.2.2.GA) with LTW ?
    How ?
    With the "TomcatInstrumentableClassLoader " ?
    With the "javaagent" parameter ?
    Or with an other solution ?

    Thanks.

  2. #2
    Join Date
    Feb 2005
    Posts
    47

    Default

    We are using JBoss 4.2.2 with the javaagent option.

  3. #3
    Join Date
    Aug 2007
    Location
    Paris
    Posts
    25

    Thumbs up

    Ok, thanks.

Posting Permissions

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