You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (Created) (JIRA)" <ji...@apache.org> on 2011/12/13 01:15:31 UTC

[jira] [Created] (DELTASPIKE-3) review and discuss BeanManagerProvider

review and discuss BeanManagerProvider
--------------------------------------

                 Key: DELTASPIKE-3
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-3
             Project: DeltaSpike
          Issue Type: Sub-task
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek




--
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

        

[jira] [Closed] (DELTASPIKE-3) review and discuss BeanManagerProvider

Posted by "Gerhard Petracek (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DELTASPIKE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek closed DELTASPIKE-3.
-------------------------------------

    
> review and discuss BeanManagerProvider
> --------------------------------------
>
>                 Key: DELTASPIKE-3
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-3
>             Project: DeltaSpike
>          Issue Type: Sub-task
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.1-incubating
>
>


--
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

        

[jira] [Updated] (DELTASPIKE-3) review and discuss BeanManagerProvider

Posted by "Gerhard Petracek (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DELTASPIKE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek updated DELTASPIKE-3:
--------------------------------------

    Fix Version/s: 1.0.0-incubating
    
> review and discuss BeanManagerProvider
> --------------------------------------
>
>                 Key: DELTASPIKE-3
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-3
>             Project: DeltaSpike
>          Issue Type: Sub-task
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 1.0.0-incubating
>
>


--
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

        

[jira] [Commented] (DELTASPIKE-3) review and discuss BeanManagerProvider

Posted by "Gerhard Petracek (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DELTASPIKE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170526#comment-13170526 ] 

Gerhard Petracek commented on DELTASPIKE-3:
-------------------------------------------

in a first step we agreed on starting with a version which is based on the impl. of myfaces codi.
-> that means:
an observer for AfterBeanDiscovery stores the bean-manager for the current application (stored by classloader).
and an observer for BeforeShutdown performs the cleanup
+ lookup of an entity manager which is configured via other config approaches like jndi

-> we need tests for:
 - after a container is bootstrapped, BeanManagerProvider.getInstance().getBeanManager() has to return a bm
 - usage in shared lib scenarios
 - shutdown of a container -> cleanup has to be successful

topics which needs further discussions:
 - util methods
 - integration of a lookup strategy (e.g. similar to ConfiguredValueResolver)
 - support of java-ee 5 servers (will be discussed as soon as we start with StartupEventBroadcaster)
                
> review and discuss BeanManagerProvider
> --------------------------------------
>
>                 Key: DELTASPIKE-3
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-3
>             Project: DeltaSpike
>          Issue Type: Sub-task
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>


--
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

        

[jira] [Issue Comment Edited] (DELTASPIKE-3) review and discuss BeanManagerProvider

Posted by "Gerhard Petracek (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DELTASPIKE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170526#comment-13170526 ] 

Gerhard Petracek edited comment on DELTASPIKE-3 at 12/15/11 10:15 PM:
----------------------------------------------------------------------

in a first step we agreed [1] on starting with a version which is based on the impl. of myfaces codi.
-> that means:
an observer for AfterBeanDiscovery stores the bean-manager for the current application (stored by classloader).
and an observer for BeforeShutdown performs the cleanup
+ lookup of an entity manager which is configured via other config approaches like jndi

-> we need tests for:
 - after a container is bootstrapped, BeanManagerProvider.getInstance().getBeanManager() has to return a bm
 - usage in shared lib scenarios
 - shutdown of a container -> cleanup has to be successful

topics which needs further discussions:
 - util methods
 - integration of a lookup strategy (e.g. similar to ConfiguredValueResolver)
 - support of java-ee 5 servers (will be discussed as soon as we start with StartupEventBroadcaster)

[1] http://s.apache.org/SFO
                
      was (Author: gpetracek):
    in a first step we agreed on starting with a version which is based on the impl. of myfaces codi.
-> that means:
an observer for AfterBeanDiscovery stores the bean-manager for the current application (stored by classloader).
and an observer for BeforeShutdown performs the cleanup
+ lookup of an entity manager which is configured via other config approaches like jndi

-> we need tests for:
 - after a container is bootstrapped, BeanManagerProvider.getInstance().getBeanManager() has to return a bm
 - usage in shared lib scenarios
 - shutdown of a container -> cleanup has to be successful

topics which needs further discussions:
 - util methods
 - integration of a lookup strategy (e.g. similar to ConfiguredValueResolver)
 - support of java-ee 5 servers (will be discussed as soon as we start with StartupEventBroadcaster)
                  
> review and discuss BeanManagerProvider
> --------------------------------------
>
>                 Key: DELTASPIKE-3
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-3
>             Project: DeltaSpike
>          Issue Type: Sub-task
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>


--
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

        

[jira] [Resolved] (DELTASPIKE-3) review and discuss BeanManagerProvider

Posted by "Gerhard Petracek (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DELTASPIKE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved DELTASPIKE-3.
---------------------------------------

    Resolution: Fixed

we agreed on adding it - see http://s.apache.org/SFO
                
> review and discuss BeanManagerProvider
> --------------------------------------
>
>                 Key: DELTASPIKE-3
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-3
>             Project: DeltaSpike
>          Issue Type: Sub-task
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>


--
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