[weld-issues] [JBoss JIRA] Resolved: (WELD-576) User reports that resolution is rejecting Object.class as a valid type of a bean
Pete Muir (JIRA)
jira-events at lists.jboss.org
Sun Aug 15 09:37:11 EDT 2010
[ https://jira.jboss.org/browse/WELD-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir resolved WELD-576.
----------------------------
Assignee: Pete Muir
Resolution: Cannot Reproduce Bug
Unable to reproduce in a test based on your example. http://github.com/weld/core/commit/9f60e6a150ed2025a4a9bcf886311a3befe1e377
Please reopen if you can alter the test to reproduce!
> User reports that resolution is rejecting Object.class as a valid type of a bean
> --------------------------------------------------------------------------------
>
> Key: WELD-576
> URL: https://jira.jboss.org/browse/WELD-576
> Project: Weld
> Issue Type: Bug
> Components: Resolution (Typesafe and by Name)
> Affects Versions: 1.1.0.BETA1
> Reporter: he youlin
> Assignee: Pete Muir
>
> Set<Bean<?>> beans = manager.getBeans("mybean");
> Bean<?> sourceBean = beans.iterator().next();
> manager.getReference(sourceBean, Object.class, manager.createCreationalContext(sourceBean));
> WELD-001305 The given type class java.lang.Object is not a type of the bean org.jboss.weld.bean-flat-ProducerMethod-com.yofc.jcdi.produces.ProducesUtil.method getUserInfo()
> public class ProducesUtil {
>
> @Produces @SessionScoped @Named("myBean")
> UserInfo getUserInfo()
> {
> SpringUser springUser\=(SpringUser)SecurityContextHolder.getContext().getAuthentication().getPrincipal();
> return new UserInfo(springUser.getUsername(),springUser.getName(),springUser.getPassword(),springUser.getRoles(),springUser.getRights());
> }
> }
--
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