This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Problem Running JBoss Cache within JBoss Application Seremailmsgbox Jul 25, 2006 9:29 AM (in response to emailmsgbox)I've been over the documents and got some bits and pieces 
 if I want to have Load time and not precompiled instrumentation
 1. In the jboss-aop-jdk50.deployer\META-INF\jboss-service.xml ,
 set the EnableLoadtimeWeaving to true .
 2. In the command line the following args
 -Djboss.aop.path=${output}/resources/jboss-aop.xml
 -javaagent:${lib-50}/jboss-aop-jdk50.jar
 but still no cigar ;(
- 
        2. Re: Problem Running JBoss Cache within JBoss Application Serben.wang Jul 25, 2006 9:44 PM (in response to emailmsgbox)can you try out the compile-time instrumentation mode first to see if it works? Load-time is more trickier since it is more difficult to debug. 
 
    