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

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Oct 20 07:16:47 EDT 2010


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