]
Pete Muir updated JBSEAM-2174:
------------------------------
Fix Version/s: 2.0.1.GA
ELResolvers added by BaseSeamTest are not usable as property
resolvers (as opposed to base/variable resolvers)
--------------------------------------------------------------------------------------------------------------
Key: JBSEAM-2174
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2174
Project: JBoss Seam
Issue Type: Bug
Components: Test Harness
Affects Versions: 2.0.0.CR3
Reporter: Matt Drees
Fix For: 2.0.1.GA
Attachments: elresolver-patch.txt, elresolvertest-patch.txt
When you add an ELResolver by overriding BaseSeamTest.getELResolvers(), your resolver is
added (in MockApplication) after the default CompositeELResolver, which includes a
BeanELResolver. BeanELResolver throws a PropertyNotFoundException when it can't
resolve a property, which prevents your custom resolver from being consulted. Therefore,
BeanELResolver really should be placed at the very end of the chain, not your custom
resolver(s).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: