[jboss-jira] [JBoss JIRA] Commented: (JBREFLECT-58) Integrate JBoss Reflect with JBoss ClassPool

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Mon Aug 31 15:46:23 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBREFLECT-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12483751#action_12483751 ] 

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

        



More information about the jboss-jira mailing list