I\'m trying to add Omnifaces 2.1 to a web application to use FullAjaxExceptionHandler and possibly other functionality in Omnifaces 2.1.
I\'ve read and followed followin
Ok issue is now resolved. I can confirm the following for Apache Tomcat/7.0.56:
After that no errors appeared.
<resource-env-ref>
are required in web.xmlMost of the above is covered here: http://balusc.blogspot.com.au/2013/10/how-to-install-cdi-in-tomcat.html
I wanted to provide an update to this though as some may find the resource loading part on tomcat helpful.
Thanks again BallusC. I've up-voted a similar post because the suggestion related to it helped me resolve this issue.