Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 3.0.0.Final
-
Fix Version/s: 3.1.0.CR1
-
Component/s: Core, Generic Beans
-
Labels:None
-
Git Pull Request:
Description
If a generic beans producer is annotated with @DefaultBean then the following exception is thrown at deployment.
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)
The full stack trace is available here http://pastebin.com/B5ahLru4
The exception can be fixed easily however changes to both generic and default bean extension are needed to make this stuff work together.