-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.8, 1.2.0
-
Fix Version/s: 1.2.0
-
Component/s: Java EE Integration
-
Labels:None
<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>