Kabir Khan [
http://community.jboss.org/people/kabir.khan%40jboss.com] replied to the
discussion
"JBoss Reflect Performance Javassist vs Introspection"
To view the discussion, visit:
http://community.jboss.org/message/539244#539244
--------------------------------------------------------------
Kabir Khan wrote:
I'll try to change what I did in bootstrap to hardwire these beans and see where that
gets me:
<bean name="AOPClassLoaderScopingPolicy"
class="org.jboss.aop.asintegration.jboss5.VFSClassLoaderScopingPolicy"/>
<bean name="AOPClassPoolFactory"
class="org.jboss.classpool.plugins.jbosscl.JBossClDelegatingClassPoolFactory">
<constructor>
<parameter><inject bean="AOPClassLoaderScopingPolicy"
property="registry"/></parameter>
<parameter><inject
bean="AOPRegisterModuleCallback"/></parameter>
</constructor>
</bean>
<bean name="AOPJBossIntegration"
class="org.jboss.aop.asintegration.jboss5.JBoss5Integration">
<property name="classPoolFactory"><inject
bean="AOPClassPoolFactory"/></property>
<property name="aopClassLoaderScopingPolicy"><inject
bean="AOPClassLoaderScopingPolicy"/></property>
</bean>
This part of the discussion continues at
http://community.jboss.org/thread/151095
http://community.jboss.org/thread/151095
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/539244#539244]
Start a new discussion in JBoss Microcontainer Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]