You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org> on 2011/05/18 03:39:47 UTC

[jira] [Created] (EXTCDI-188) BeanResolver

BeanResolver
------------

                 Key: EXTCDI-188
                 URL: https://issues.apache.org/jira/browse/EXTCDI-188
             Project: MyFaces CODI
          Issue Type: New Feature
          Components: Core
    Affects Versions: 1.0.0
            Reporter: Mark Struberg
            Assignee: Gerhard Petracek


it should be possible to inject (or get with BeanManagerProvider.getInstance().getBeanResolver()) a convenience wrapper of the bean-manager which allows to easily query beans.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EXTCDI-188) BeanResolver

Posted by "Mark Struberg (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035454#comment-13035454 ] 

Mark Struberg commented on EXTCDI-188:
--------------------------------------

It's really just about the 3 functions to resolve a contextual reference.

> BeanResolver
> ------------
>
>                 Key: EXTCDI-188
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-188
>             Project: MyFaces CODI
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Gerhard Petracek
>
> it should be possible to inject (or get with BeanManagerProvider.getInstance().getBeanResolver()) a convenience wrapper of the bean-manager which allows to easily query beans.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (EXTCDI-188) BeanResolver

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035231#comment-13035231 ] 

Gerhard Petracek edited comment on EXTCDI-188 at 5/18/11 8:05 AM:
------------------------------------------------------------------

with a bean-resolver we could delegate to CodiUtils which already implements it. we can't do that with BeanManagerProvider directly because it's part of the api (and CodiUtils is part of the impl)

      was (Author: gpetracek):
    with a bean-resolver we could delegate to CodiUtils which already implement it. we can't do that with BeanManagerProvider directly because it's part of the api (and CodiUtils is part of the impl)
  
> BeanResolver
> ------------
>
>                 Key: EXTCDI-188
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-188
>             Project: MyFaces CODI
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Gerhard Petracek
>
> it should be possible to inject (or get with BeanManagerProvider.getInstance().getBeanResolver()) a convenience wrapper of the bean-manager which allows to easily query beans.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (EXTCDI-188) BeanResolver

Posted by "Mark Struberg (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/EXTCDI-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved EXTCDI-188.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0

fixed in revision 1124392

> BeanResolver
> ------------
>
>                 Key: EXTCDI-188
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-188
>             Project: MyFaces CODI
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.0.0
>
>
> it should be possible to inject (or get with BeanManagerProvider.getInstance().getBeanResolver()) a convenience wrapper of the bean-manager which allows to easily query beans.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EXTCDI-188) BeanResolver

Posted by "Mark Struberg (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035453#comment-13035453 ] 

Mark Struberg commented on EXTCDI-188:
--------------------------------------

It's really just about the 3 functions to resolve a contextual reference.

> BeanResolver
> ------------
>
>                 Key: EXTCDI-188
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-188
>             Project: MyFaces CODI
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Gerhard Petracek
>
> it should be possible to inject (or get with BeanManagerProvider.getInstance().getBeanResolver()) a convenience wrapper of the bean-manager which allows to easily query beans.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EXTCDI-188) BeanResolver

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035527#comment-13035527 ] 

Gerhard Petracek commented on EXTCDI-188:
-----------------------------------------

ok

> BeanResolver
> ------------
>
>                 Key: EXTCDI-188
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-188
>             Project: MyFaces CODI
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>
> it should be possible to inject (or get with BeanManagerProvider.getInstance().getBeanResolver()) a convenience wrapper of the bean-manager which allows to easily query beans.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EXTCDI-188) BeanResolver

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035231#comment-13035231 ] 

Gerhard Petracek commented on EXTCDI-188:
-----------------------------------------

with a bean-resolver we could delegate to CodiUtils which already implement it. we can't do that with BeanManagerProvider directly because it's part of the api (and CodiUtils is part of the impl)

> BeanResolver
> ------------
>
>                 Key: EXTCDI-188
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-188
>             Project: MyFaces CODI
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Gerhard Petracek
>
> it should be possible to inject (or get with BeanManagerProvider.getInstance().getBeanResolver()) a convenience wrapper of the bean-manager which allows to easily query beans.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EXTCDI-188) BeanResolver

Posted by "Mark Struberg (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035229#comment-13035229 ] 

Mark Struberg commented on EXTCDI-188:
--------------------------------------

What I meant was not a wrapper over the BeanManager (where this method will get added in CDI-1.1) but just a new method in BeanManagerProvider itself. Will hack that in today.

> BeanResolver
> ------------
>
>                 Key: EXTCDI-188
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-188
>             Project: MyFaces CODI
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Gerhard Petracek
>
> it should be possible to inject (or get with BeanManagerProvider.getInstance().getBeanResolver()) a convenience wrapper of the bean-manager which allows to easily query beans.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira