]
Flavia Rainone updated JBREFLECT-58:
------------------------------------
Fix Version/s: JBossReflection.2.2.0-Beta1
Integrate JBoss Reflect with JBoss ClassPool
--------------------------------------------
Key: JBREFLECT-58
URL:
https://jira.jboss.org/jira/browse/JBREFLECT-58
Project: JBoss Reflection
Issue Type: Sub-task
Affects Versions: JBossReflection.2.0.2.GA
Reporter: Flavia Rainone
Assignee: Flavia Rainone
Fix For: JBossReflection.2.2.0-Beta1
Currently, JBoss Reflect has one classpool factory interface and one implementation:
public interface ClassPoolFactory
{
ClassPool getPoolForLoader(ClassLoader cl);
}
public class DummyClassPoolFactory implements ClassPoolFactory
{
public ClassPool getPoolForLoader(ClassLoader cl)
{
return ClassPool.getDefault();
}
}
Now we need to provide a way of using the JBoss ClassPools.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: