You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Alasdair Nottingham (JIRA)" <ji...@apache.org> on 2010/09/21 01:09:35 UTC

[jira] Created: (ARIES-415) Fix imports for JNDI url bundle and minor tweak to ProxyFactory

Fix imports for JNDI url bundle and minor tweak to ProxyFactory
---------------------------------------------------------------

                 Key: ARIES-415
                 URL: https://issues.apache.org/jira/browse/ARIES-415
             Project: Aries
          Issue Type: Bug
          Components: JNDI
            Reporter: Alasdair Nottingham
            Assignee: Alasdair Nottingham
             Fix For: 0.3


The JNDI URL bundle imports CGLib, but the code only optionally requires it, so make the import optional. The aggregate JNDI bundle already marks it as optional.

Also update the ProxyFactory to use List<Class<?>> rather than Class<?>[]. Then filter non-interfaces out of the list for the JdKProxyFactory.

Alasdair

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ARIES-415) Fix imports for JNDI url bundle and minor tweak to ProxyFactory

Posted by "Alasdair Nottingham (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alasdair Nottingham resolved ARIES-415.
---------------------------------------

    Resolution: Fixed

> Fix imports for JNDI url bundle and minor tweak to ProxyFactory
> ---------------------------------------------------------------
>
>                 Key: ARIES-415
>                 URL: https://issues.apache.org/jira/browse/ARIES-415
>             Project: Aries
>          Issue Type: Bug
>          Components: JNDI
>            Reporter: Alasdair Nottingham
>            Assignee: Alasdair Nottingham
>             Fix For: 0.3
>
>
> The JNDI URL bundle imports CGLib, but the code only optionally requires it, so make the import optional. The aggregate JNDI bundle already marks it as optional.
> Also update the ProxyFactory to use List<Class<?>> rather than Class<?>[]. Then filter non-interfaces out of the list for the JdKProxyFactory.
> Alasdair

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.