[seam-issues] [JBoss JIRA] Created: (SOLDER-113) Generic beans producer annotated with @DefaultBean doesn't work
Kevin Pollet (JIRA)
jira-events at lists.jboss.org
Tue Jul 26 08:34:23 EDT 2011
Generic beans producer annotated with @DefaultBean doesn't work
---------------------------------------------------------------
Key: SOLDER-113
URL: https://issues.jboss.org/browse/SOLDER-113
Project: Seam Solder
Issue Type: Bug
Components: Core, Generic Beans
Affects Versions: 3.0.0.Final
Reporter: Kevin Pollet
If a generic beans producer is annotated with {{@DefaultBean}} then the following exception is thrown at deployment.
{quote}
java.lang.UnsupportedOperationException
at java.util.Collections$UnmodifiableCollection$1.remove(Collections.java:1012)
at org.jboss.seam.solder.bean.generic.GenericBeanExtension.processBean(GenericBeanExtension.java:498)
{quote}
The full stack trace is available here http://pastebin.com/B5ahLru4
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list