[
https://issues.jboss.org/browse/JBSEAM-4780?page=com.atlassian.jira.plugi...
]
Marek Novotny updated JBSEAM-4780:
----------------------------------
Assignee: Marek Novotny
Affects Version/s: (was: 2.2.1.Final)
For clarification, this issue with only uppercase propagation type doesn't affect
2.2.1.Final, because JBSEAM-4774 was fixed after 2.2.1.Final release and the bug is only
in branch not in 2.2.1.Final tag, therefore I am removing Affects version 2.2.1.Final
IllegalArgumentException: No enum const PropagationType.xxxx
------------------------------------------------------------
Key: JBSEAM-4780
URL:
https://issues.jboss.org/browse/JBSEAM-4780
Project: Seam
Issue Type: Bug
Components: Core
Environment: Java 6u23
JBoss 4.2.3.GA
Linux
Reporter: Flavio Costa
Assignee: Marek Novotny
Priority: Blocker
Labels: Enum, PropagationType, nest, nested
Fix For: 2.3.0.ALPHA
Attachments: patch_propagtion_type.diff
After fixing JBSEAM-4774 a new bug was introduced.
If a user types *propagation="nested"* instead of
*propagation="NESTED"* an exception like this is thrown:
_IllegalArgumentException: No enum const PropagationType.nested_
That's a show stopper, since the documentation, the examples and the community are
already used to using the lowercase "version".
The fix is simple, I'm attaching a patch.
Again, that will break many apps and bring 2.2.1.Final adoption to a stop.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira