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

Takuro Okada t2-okada at nri.co.jp
Mon Feb 19 05:55:59 EST 2007


  User: tokada  
  Date: 07/02/19 05:55:59

  Added:       examples/jboss-4.0/deploy/jboss-aop.deployer/META-INF  Tag:
                        JBossProfiler_Expansion jboss-service.xml
  Log:
  Modified some interfaces
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +33 -0     jboss-profiler/examples/jboss-4.0/deploy/jboss-aop.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	19 Feb 2007 10:55:58 -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">false</attribute>
  +      <attribute name="Optimized">true</attribute>
  +      <attribute name="Verbose">false</attribute>
  +      <attribute name="Exclude">java,org,net,com,gnu,EDU,antlr,bsh,javassist,javolution</attribute>
  +      <!-- SAMPLE: The expression set for the Spring Framework JPetStore -->
  +      <attribute name="Include">org.springframework.samples.jpetstore</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