-
1. Re: Run JBoss 7.1 on Java 8
jorsol May 4, 2014 7:34 PM (in response to roar109)If you want to jump to Java 8 you should jump to WildFly too... or if you are not intimidated by a label and still want to use Java EE 6, I recommend to go with JBoss EAP 6.3.0 Alpha which is basically JBoss AS 7.4 and should be compatible with Java 8.
Also note that with Java 8, there is no PermGen anymore so you need to remove MaxPermSize form startup configuration.
-
2. Re: Run JBoss 7.1 on Java 8
ctomc May 5, 2014 4:36 AM (in response to jorsol)Jorge Solorzano wrote:
Also note that with Java 8, there is no PermGen anymore so you need to remove MaxPermSize form startup configuration.
Noting wrong if you keep it, it just warns about not being used anymore.
-
3. Re: Run JBoss 7.1 on Java 8
jaikiran May 5, 2014 4:39 AM (in response to jorsol)To add to what Jorge said, why do you want AS7 when WildFly 8 has been released? WildFly is just a rename of the same community project.
-
4. Re: Run JBoss 7.1 on Java 8
roar109 May 5, 2014 11:56 AM (in response to jaikiran)Sorry for the wrong problem description, we already have JBoss 7/Java 7 on some applications and we are considering moving to Java 8,,
If the official release for java 8 is WildFly, I'll will take a look and do some tests with our apps