If you setup Karaf 4.0.3 with OpenWebBeans and try to run the pax-cdi-sample4-jsf it deploys and runs without any error, but as soon as you hit the Vote Button of the poll.xhtml nothing happens, you should see "Your choice: whatever you have chossen" and in the console you should see the System.out.println (form submitted) from the submit method of the FrameworkBean, but neither of both happens, if you add a command button like:
inside the form and hit that button you'll get a javax.el.PropertyNotFoundException:
Apache Karaf 4.0.3
PAX-CDI 0.13.0-SNAPSHOT including patch from (waiting for pull request)
CDI Features / Bundles for Karaf:
<bundle>mvn:org.apache.xbean/xbean-bundleutils/4.1</bundle>
<feature>pax-cdi-openwebbeans</feature>
<feature>pax-cdi-web-openwebbeans</feature>
<bundle>mvn:org.apache.openwebbeans/openwebbeans-jsf/1.2.6</bundle>
<bundle>mvn:org.apache.openwebbeans/openwebbeans-el22/1.2.6</bundle>
<bundle>mvn:org.apache.openwebbeans/openwebbeans-web/1.2.6</bundle>