[jboss-cvs] jboss-profiler/examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF ...

Takuro Okada t2-okada at nri.co.jp
Tue Feb 27 01:04:23 EST 2007


  User: tokada  
  Date: 07/02/27 01:04:23

  Modified:    examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF  Tag:
                        JBossProfiler_Expansion jboss-aop.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +5 -7      jboss-profiler/examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- jboss-aop.xml	19 Feb 2007 10:55:58 -0000	1.1.2.1
  +++ jboss-aop.xml	27 Feb 2007 06:04:21 -0000	1.1.2.2
  @@ -1,11 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE aop PUBLIC
  -   "-//JBoss//DTD JBOSS AOP 1.0//EN"
  -   "http://www.jboss.org/aop/dtd/jboss-aop_1_0.dtd">
  +<!DOCTYPE aop PUBLIC "-//JBoss//DTD JBOSS AOP 1.0//EN" "http://www.jboss.org/aop/dtd/jboss-aop_1_0.dtd">
   
   <aop>
     
  -  <!-- ##### JBoss Profiler : AOP Interceptor ##### -->
  +  <!-- ##### JBoss Profiler : AOP Interceptors ##### -->
     
     <stack name="StatisticsInterceptors">
       <interceptor name="ExecutionAopInterceptor"
  @@ -63,15 +61,15 @@
     <!-- ##### JBoss Profiler : Pointcuts ##### -->
     
     <!-- SAMPLE: The expression set for the Spring Framework JPetStore -->
  -  <bind pointcut="execution(* org.springframework.samples.jpetstore.web.spring.*->handleRequest(..)) OR execution(* org.springframework.samples.jpetstore.web.spring.*->processFinish(..))">
  +  <bind pointcut="execution(public * org.springframework.samples.jpetstore.web.spring.*Controller->*(..))">
       <stack-ref name="StatisticsInterceptors"/>
       <interceptor-ref name="AnalyzeInterceptor"/>
     </bind>
  -  <bind pointcut="execution(* org.springframework.samples.jpetstore.domain.logic.PetStoreImpl->*(..))">
  +  <bind pointcut="execution(public * org.springframework.samples.jpetstore.domain.logic.PetStoreImpl->*(..))">
       <stack-ref name="StatisticsInterceptors"/>
       <interceptor-ref name="AnalyzeInterceptor"/>
     </bind>
  -  <bind pointcut="execution(* org.springframework.samples.jpetstore.dao.ibatis.*Dao->*(..))">
  +  <bind pointcut="execution(public * org.springframework.samples.jpetstore.dao.ibatis.*Dao->*(..))">
       <stack-ref name="StatisticsInterceptors"/>
       <interceptor-ref name="AnalyzeInterceptor"/>
     </bind>
  
  
  



More information about the jboss-cvs-commits mailing list