Which version of JBoss AS supports Java EE 6 (specifically JSF2.0)

jboss, jsf

Solution

None supports Java EE 6 fully yet. This may take some months. But JSF 2.0 in turn is backwards compatible with Servlet 2.5. This means that you can just use JBoss AS 4.2 or newer for this.

Problem

Which version of JBoss AS supports Java EE 6 (specifically JSF2.0)?

Original source