Which version of JBoss AS supports JEE6 (sepcially JSF2.0)?
+3
A:
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.
BalusC
2010-01-15 14:26:15
Could you please illustrate a bit more on how to use JSF2.0 in JBoss 4.2?
Mohammed
2010-01-15 15:06:04
Just follow the link, download the binaries, replace both `jsf-api.jar` and `jsf-impl.jar` in JBoss. That should be it.
BalusC
2010-01-15 15:25:55
A:
AS 6.0 will support Java EE 6. Currently nearing Milestone 2. If you want to try JSF 2, it works fine in the current trunk.
Ondra Žižka
2010-01-17 06:42:24
So there won't be a 5.2 (which had JSF 2.0 + CDI/Weld) actually? I can't find mentions of 5.2 on the JBoss website anymore and http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-5.x-sun16/ is now disabled. Did JBoss folks decide to go straight for 6.0 or what?
Pascal Thivent
2010-01-17 07:23:26
A:
Currently none and could take a while. Only Glassfish is supporting J2EE 6 right now
AlfaTeK
2010-01-19 01:12:51
A:
Following the instructions at http://aaron.ajexperience.com/2010/10/11/jboss-5-with-jsf-2-on-a-per-app-basis/ might let you use JSF 2 on JBoss 5.0.1 GA if you're using Eclipse.
Aaron
2010-10-14 03:51:20