I'm deploying a Java EE application using JSF (Mojarra) 1.2 and Seam 2.2.2. It works on JBoss EAP 7.0.0 and Oracle WebLogic 12.2.1. However I cannot get it working on TomEE 7.0.2 (Plus nor PluME).
Simple WEB application for problem reproduction is available here.
I will be very glad for any suggestion how to get Mojarra 1.2 working on TomEE 7 (any edition).
The problem is solved - JSF Mojarra 1.2 works on TomEE Plus 7.0.2 :)
What is done
Removal of the following libraries:
Addition of the following libraries (from Maven repo):
In addition some corrections of JSF pages were done to make them XHTML-compliant -- TomEE breaks rendering on incorrect XHTML (i.e. not closed tags) while other app servers don't have problem with that.