You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2012/07/24 23:04:34 UTC

[jira] [Resolved] (ARIES-855) Blueprint should attempt to load static nested classes when the initial attempt to load a class has failed

     [ https://issues.apache.org/jira/browse/ARIES-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved ARIES-855.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0
    
> Blueprint should attempt to load static nested classes when the initial attempt to load a class has failed
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-855
>                 URL: https://issues.apache.org/jira/browse/ARIES-855
>             Project: Aries
>          Issue Type: Improvement
>          Components: Blueprint
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>             Fix For: 1.0
>
>         Attachments: aries855.txt
>
>
> At the moment the Blueprint schema blocks the static nested class names, example, trying to get SimpleBean#Nested:
> {code:java}
> public class SimpleBean {
>   public static Nested {
>   }
> }
> {code}
> referenced as "SimpleBean#Nested" in a blueprint context fails with the validation error. 
> As proposed at the Osgi-dev by BJ H., the implementation should attempt to load a nested class if the original load attempt fails.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira