[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5683) Create Weld-specific ServiceRegistry

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Oct 20 09:50:48 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=38827#action_38827 ] 

Steve Ebersole commented on HHH-5683:
-------------------------------------

For future reference:
http://smokeandice.blogspot.com/2009/12/external-cdi-configuration-with.html
http://seamframework.org/Community/LinksToExternalCDIAndWeldDocumentation#H-PortableExtensionsExamples


> Create Weld-specific ServiceRegistry
> ------------------------------------
>
>                 Key: HHH-5683
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5683
>             Project: Hibernate Core
>          Issue Type: Task
>          Components: core
>            Reporter: Steve Ebersole
>            Assignee: Gail Badner
>             Fix For: 4.0.0.Alpha2
>
>
> This is need to properly handle injection of the {{ServiceRegistry}} itself on to services so they can look up other services (pull method).
> http://docs.jboss.org/weld/reference/1.0.1-Final/en-US/html_single/#d0e5075
> This {{WeldServiceRegistry}} would have
> {code}
> @Inject BeanManager beanManager;
> {code}
> as the means to gain access to Weld {{BeanManager}} for Weld-managed bean lookup.
> Scheduling for Alpha2; if it gets done for Alpha1, great!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list