| public class DummyClassPoolFactory implements ClassPoolFactory
| {
|
| public ClassPool getPoolForLoader(ClassLoader cl)
| {
| return ClassPool.getDefault();
| }
|
| }
|
Why Dummy if it's default?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218220#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...