[weld-issues] [JBoss JIRA] Resolved: (WELDX-107) BeanImpl shoud be a public class

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Fri Jun 4 00:20:25 EDT 2010


     [ https://jira.jboss.org/browse/WELDX-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas resolved WELDX-107.
----------------------------------

      Assignee: Stuart Douglas
    Resolution: Done


> BeanImpl shoud be a public class
> --------------------------------
>
>                 Key: WELDX-107
>                 URL: https://jira.jboss.org/browse/WELDX-107
>             Project: Weld Extensions
>          Issue Type: Bug
>    Affects Versions: 1.0.0.Alpha2
>            Reporter: alberto Gori
>            Assignee: Stuart Douglas
>             Fix For: 1.0.0.Alpha3
>
>
> This code can't compile because BeanImpl is not a public class:
> BeanBuilder<X> beanBuilder = new BeanBuilder<X>(at, bm);
> beanBuilder.setBeanLifecycle(new BeanLifecycleImpl() {
> 	@Override
> 	public Object create(BeanImpl bean, CreationalContext creationalContext) {
> 		...
> 	}
> });
> This mean that BeanLifecycle interface is useless.

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

        


More information about the weld-issues mailing list