[jboss-cvs] jboss-seam/bootstrap/deployers ...

Kabir Khan kkhan at jboss.com
Fri Jan 11 10:13:19 EST 2008


  User: kkhan   
  Date: 08/01/11 10:13:19

  Modified:    bootstrap/deployers  aspect-deployer-beans.xml
  Log:
  Add placeholders for configuring the classloaders properly. An embedded upgrade is needed for this to happen
  
  Revision  Changes    Path
  1.7       +54 -60    jboss-seam/bootstrap/deployers/aspect-deployer-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: aspect-deployer-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap/deployers/aspect-deployer-beans.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- aspect-deployer-beans.xml	5 Dec 2007 17:52:00 -0000	1.6
  +++ aspect-deployer-beans.xml	11 Jan 2008 15:13:19 -0000	1.7
  @@ -4,15 +4,9 @@
       Aspect  Deployer
   -->
   <deployment xmlns="urn:jboss:bean-deployer:2.0">
  -
  -<!--
  -   <bean name="AOPClassLoaderScopingPolicy" class="org.jboss.aop.asintegration.jboss4.RepositoryClassLoaderScopingPolicy"/>
  -
  -   <bean name="AOPJBossIntegration" class="org.jboss.aop.asintegration.jboss5.JBoss5Integration">
  -      <property name="scopingPolicy"><inject bean="AOPClassLoaderScopingPolicy"/></property>
  -   </bean>
  +<!-- Enable following embedded upgrade
  +   <bean name="AOPJBossIntegration" class="org.jboss.aop.asintegration.embedded.JBossEmbeddedUCLIntegration"/>
   -->
  -
      <!--
         Valid values for the AspectManager bean for use with enableTransformer=true are:
         * org.jboss.aop.deployers.AspectManagerJDK5 - works with the -javaagent:pluggable-instrumentor.jar switch
  @@ -25,9 +19,9 @@
   				</aop>]]>
   	      </parameter>
         </constructor>
  -
  -      <!--<property name="jbossIntegration"><inject bean="AOPJBossIntegration"/></property>-->
  -
  +<!-- Enable following embedded upgrade
  +      <property name="jbossIntegration"><inject bean="AOPJBossIntegration"/></property>
  +-->
         <property name="enableLoadtimeWeaving">false</property>
         <!-- only relevant when EnableLoadtimeWeaving is true.
              When transformer is on, every loaded class gets
  
  
  



More information about the jboss-cvs-commits mailing list