user1055201
user1055201

Reputation: 159

Migration JBoss EAP 4.2 from java 1.5 to java 1.8?

right now my app use 4.2 jboss with java 1.5.

I manage to build my app (EJB, jsf, hibernate, seam) with java 1.8, but i get some problems with running jboss 4.2 with java 1.8.

So I wonder, whether it is even possible or it will be better to switch to another version of jboss(with will be also complicate)?

Thank you for clarification.

So another question appear, if I use new jboss and java8 , Am I need to change hibernate (eg. I use hibernate-ejb 3.3.2ga), jsf, etc. to newer version? Application was build with java 8 with success.

Upvotes: 1

Views: 1286

Answers (1)

Davit Mumladze
Davit Mumladze

Reputation: 928

You can't run JBoss EAP 4.2 on Java 1.8 (Or any other java newer than 1.6)

Use new version of JBoss EAP instead. This will give you better performance some cool new features and server will be easier to monitor and maintain.

Here is the link

Upvotes: 1

Related Questions