[weld-issues] [JBoss JIRA] Updated: (WELDX-107) BeanImpl shoud be a public class
Pete Muir (JIRA)
jira-events at lists.jboss.org
Thu Jun 3 07:50:45 EDT 2010
[ https://jira.jboss.org/browse/WELDX-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated WELDX-107:
----------------------------
Fix Version/s: 1.0.0.Alpha3
> 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
> 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