[jboss-cvs] jboss-profiler/exsamples/jboss-aop-jdk5.deployer/META-INF ...

Takuro Okada t2-okada at nri.co.jp
Thu Oct 26 05:06:31 EDT 2006


  User: tokada  
  Date: 06/10/26 05:06:31

  Added:       exsamples/jboss-aop-jdk5.deployer/META-INF  Tag:
                        JBossProfiler_Expansion jboss-service.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +33 -0     jboss-profiler/exsamples/jboss-aop-jdk5.deployer/META-INF/Attic/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: jboss-service.xml
  diff -N jboss-service.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ jboss-service.xml	26 Oct 2006 09:06:31 -0000	1.1.2.1
  @@ -0,0 +1,33 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +
  +<server>
  +
  +   <!-- The code for the service is different for the different run scenarios
  +      *** JBoss 4.0
  +          * JDK 1.4 - org.jboss.aop.deployment.AspectManagerService
  +          * JDK 5 (not using -javaagent switch) - org.jboss.aop.deployment.AspectManagerService
  +          * JDK 5 (using -javaagent switch) - org.jboss.aop.deployment.AspectManagerServiceJDK5
  +          * BEA JRockit 1.4.2 - org.jboss.aop.deployment.AspectManagerService
  +      *** JBoss 3.2
  +          * JDK 1.4 - org.jboss.aop.deployment.AspectManagerService32
  +          * JDK 5 (not using -javaagent switch) - org.jboss.aop.deployment.AspectManagerService32
  +          * JDK 5 (using -javaagent switch) - org.jboss.aop.deployment.AspectManagerService32JDK5
  +          * BEA JRockit 1.4.2 - org.jboss.aop.deployment.AspectManagerService32
  +   -->
  +   <mbean code="org.jboss.aop.deployment.AspectManagerServiceJDK5"
  +          name="jboss.aop:service=AspectManager">
  +      <attribute name="EnableLoadtimeWeaving">true</attribute>
  +      <attribute name="SuppressTransformationErrors">true</attribute>
  +      <attribute name="Prune">true</attribute>
  +      <attribute name="Optimized">true</attribute>
  +      <attribute name="Verbose">false</attribute>
  +      <attribute name="Exclude">java,javax,org.jboss,org.apache</attribute>
  +      <!-- Change this attribute for the profiling target. -->
  +      <attribute name="Include">org.jboss.profiler.exp.test.target</attribute>
  +   </mbean>
  +
  +   <mbean code="org.jboss.aop.deployment.AspectDeployer"
  +      name="jboss.aop:service=AspectDeployer">
  +   </mbean>
  +
  +</server>
  
  
  



More information about the jboss-cvs-commits mailing list