I have made some progress. Pages are now displayed, but the CDI beans are not working. Specifically the line "Your choice: " is not displayed after clicking "Vote"
Summary of changes in the attached patch:
- Change packing to "war" and added <supportedProjectType>
- Added <Pax-ManagedBeans>
- Added various Import-Packages
- Changed Require-Bundle to include MyFaces and Primefaces
- Added Bundle-Classpath
- Remove Require-TldBundle and Require-Capability
- Added maven-war-plugin manifest configuration
- Uncommented the servlet configuration in web.xml and added MyFaces startup listener.
With all of the above changes, it does not appear that #{
framework.name} is changed when "Vote" is clicked. Why?
Paul Spencer