]
Michael Youngstrom closed JBSEAM-2315.
--------------------------------------
Resolution: Done
Patch committed. Thanks.
SeamScopePostProcessor registers only captialized scope names, but it
accepts scope names in lower-case
-------------------------------------------------------------------------------------------------------
Key: JBSEAM-2315
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2315
Project: JBoss Seam
Issue Type: Bug
Components: Spring
Affects Versions: 2.0.0.GA
Reporter: Dan Allen
Assigned To: Michael Youngstrom
Priority: Minor
Fix For: 2.0.1.CR1
Attachments: JBSEAM-2315-v1.txt
Original Estimate: 15 minutes
Remaining Estimate: 15 minutes
SeamScopePostProcessor registers only captialized scope names, but it accepts scope names
in lower-case; because it does not register them, Spring barfs when it sees a scope that
does not match the registered values (even though Seam would accept the alternate
version)
need to add:
beanFactory.registerScope(prefix + scope.name().toLowerCase(), new SeamScope(scope));
in addition to:
beanFactory.registerScope(prefix + scope.name(), new SeamScope(scope));
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: