Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.8, 1.2.0
-
None
Description
<artifactId>openwebbeans-jsf</artifactId>
and
<artifactId>openwebbeans-jsf12</artifactId>
shouldn't contain the el-resolver config for jsf (see faces-config.xml), because it's possible to re-configure the el version (which should be used by the jsf impl.).
instead it should be packaged with
<artifactId>openwebbeans-el10</artifactId>
and
<artifactId>openwebbeans-el22</artifactId>