Highest Infinispan version for JBoss EAP 6.3 - jboss6.x

Can someone tell me what is the highest Infinispan version that I can use with Jboss eap 6.3?
Thank you.

Infinispan 5.2.8.Final is integrated in JBoss EAP 6.3.
For more details, follow this URL:
https://access.redhat.com/articles/112673#EAP_6

Related

weblogic version which compatibility with log4j 2.17.1

what would be the compatible weblogic versions for the log-2.17.1. any Reference link is useful.
part of my research nowhere i found related solutions in the official sites
It would be more the java version that weblogic runs on. If it supports java 8 then you would be able to use log4j 2.17.1. I think weblogic 12.1.3 onwards supports java 8.

How to pack my own JSF version into application war archive deployed at WildFly server?

It's clear to me how to install my own JSF version at WildFly server (Upgrade JSF / Mojarra in JBoss AS / EAP / WildFly, many thx to BalusC) but is it possible to pack my own JSF version along with my application into war archive deployed at WildFly server? If so, how to do that? Is it enough to put (e.g. https://github.com/eclipse-ee4j/mojarra/releases/download/2.3.15/jakarta.faces-2.3.15.jar) into WEB-INF/lib directory of the application? Thx.

Security Concerns of Migrating from Richfaces to Primefaces

I have a small Richfaces web application hosted on a JBoss EAP 6.4 server. I want to now run the app instead on a JBoss EAP 7.0 server, and modify the app to use Primefaces v6.1 instead of Richfaces.
Can anyone tell me (or make an educated guess) as to what may be some new security concerns or implications for doing so?
Thanks

Error Rendering View: java.lang.IllegalStateException: Cannot create a session after the response has been committed

I'm developping an entreprise application on jboss AS 7.1.
I was reading answers to those question (Q1 and Q2) asking for the same problem then mine and the solution was to upgrade to the Mojarra 2.1.9.
I'm using maven but i'm not referencing any Mojarra jar dependency as it's provided by jboss server and i don't know which version it uses itself and since those questions have been asked a long time ago then i don't know if the solution is just to add dependencies to my pom to override the version used by jboss(normally, jboss AS 7.1 has overcome this problem already, i don't understand why it still happen to me)..
Which version should i add or what is the best solution at this moment ?
Cheers.
JBoss AS 7.1.0 ships with Mojarra 2.1.5, so you definitely need to upgrade. Specifically JBoss 7.1.0 has however unfortunately a bug which makes it impossible to upgrade Mojarra from webapp's /WEB-INF/lib on. This was fixed in 7.1.1. For 7.1.0 you need to upgrade Mojarra in JBoss' own modules.
Detailed upgrade instructions for JBoss AS 7.x and EAP 6.x can be found in this answer: Upgrade JSF / Mojarra in JBoss AS / EAP / WildFly.
Update: as per the comments it turns out that you didn't carefully specify the version in the question and you're actually using 7.1.1 which ships with Mojarra 2.1.7 which you also definitely need to upgrade. Just drop the javax.faces.jar file of the desired Mojarra version (currently, 2.1.26 is latest available 2.1.x) in webapp's /WEB-INF/lib and add the following context parameter to webapp's web.xml:
<context-param>
<param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
<param-value>true</param-value>
</context-param>

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

Which version of JBoss AS supports Java EE 6 (specifically JSF2.0)?
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.
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.
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.
Currently none and could take a while. Only Glassfish is supporting Java EE 6 right now

Resources