Results 1 to 2 of 2

Thread: Websphere and LTW with spring-agent

  1. #1
    Join Date
    May 2008
    Posts
    3

    Default Websphere and LTW with spring-agent

    I have a java-spring application.It has load-time-weaver implemented through spring-agent.jar and aspects-weaver.jar.I want to implement the same thing without giving the jvm -javaagnet argument.I read in the spring refernece manual that LTW can be switched on by a ClassLoader basis.Has anybody tried this?

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,625

    Default

    Yes and it doesn't work for Websphere. You still need the spring-agent.jar. Check the reference guide for that, it is supported on a limited number of app servers.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Posting Permissions

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