[
https://jira.jboss.org/jira/browse/JBREFLECT-58?page=com.atlassian.jira.p...
]
Flavia Rainone commented on JBREFLECT-58:
-----------------------------------------
This integration needs to be tested with VFS before it is considered done.
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
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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira