Andrew Rubinger [
http://community.jboss.org/people/ALRubinger] replied to the discussion
"JBoss Reflect Performance Javassist vs Introspection"
To view the discussion, visit:
http://community.jboss.org/message/539025#539025
--------------------------------------------------------------
This patch looks allright. Another option is to remove the ClassPool stuff from
"doInitialize" and create a LifecycleEventHandler (registered in
LifecycleState.PRE_INIT) to extract out the logic from the server itself (I recommend this
approach).
This patch leads spi-test to fail with:
java.lang.NoClassDefFoundError: org/jboss/classpool/scoped/ScopedClassPoolRepository
...which is just an issue of adding the dep to the spi-test POM config to be copied into
target/lib.
S,
ALR
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/539025#539025]
Start a new discussion in JBoss Microcontainer Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]