Is JDK8 a supported platform for JBoss 6 AS - java-8

We are upgrading our application java platform to latest stable one and we are using Jboss 6 AS.
Is Oracle JDK8 a supported platform for JBoss 6 AS ?

No. Its not going to work. JBoss AS 6 and 7 are not compatible with Oracle JDK 1.8. You need to download WildFly 10 in order to work with JDK 1.8.
WildFly is formerly knows as JBoss AS

i think no
JBoss AS7 Supported with JDK8 | JBoss Developer
check this
https://developer.jboss.org/thread/238195?_sscc=t

Related

Possible to use jdk1.7 in websphere 8.0?

Is there any plugins available to use jdk 1.7 in websphere 8.0. Am aware that it won't support jdk1.7. But still want to use. Any help would be appreciated.
No, you must use Java 1.6 with WebSphere Application Server 8.0. If you need to use Java 1.7, simply upgrade the application server to version 8.5 where the use of jdk 1.7 is supported.

Will lastest websphere liberty full platform run oracle java 8?

I am looking at the latest websphere liberty 8.5.5.7 full platform (https://developer.ibm.com/wasdev/downloads/liberty-profile-using-non-eclipse-environments/) and I wonder if it can run oracle java 8? I see on the download page that ibms java 8 only supports the web profile but I don't care if i run a jdk from oracle or ibm as long as it is version 8.
Historically websphere has demanded ibms jdk on linux and solaris.
I have search ibms site but not found any answer.
Yes we support running Liberty on non-IBM JVMs, including those from Oracle. As for the downloads from IBM that come bundled with Java 8 you can use that with more than the web profile (you can use the installUtility to download and install the full Java EE 7 platform onto the web profile install).

What Sun equivalent JRE does websphere 7 has

We are upgrading our application and if we use Sun JDK on local it works and its failing on DEV box. we have IBM jdk on our DEV box. What is the SUN equivalent JDK that Websphere 7 has?
WebSphere 7 supports Java6 and JEE5.
However, it requires Java versions shipped with WebSphere itself. (Most are IBM's own Java SDKs, although I think the Solaris version of WebSphere might ship with Oracle's Java.)

Does ibm jdk7 include JavaDB similar to Sun/Oracle jdk?

The Sun JDK 7 or 6 - both include the JavaDB database as part of the jdk. Does anyone know if the IBM jdk 7 ships with any such database or we can just use Apache Derby?
thanks.

Can I Install Liferay 6.1 EE in clustered Glassfish 2.1.1?

I have a simple question about installation Liferay 6.1 EE into clustered environment in Glassfish 2.1.1 web application server, the question is can I do that , if yes what I need of configuration if not why , whats the problem ?
I have already a stable production server clustered and running Liferay 5.2 EE with Glassfish 2.1.1 and I want just upgrade Liferay with current clustered environment .
I want the answer quickly.
Thanks in advance
OK, I made a PoC , and seems working, I installed Liferay 6.1 CE on glassfish 2.1.1 (with JDK 7 32-bit) as a standalone and clustered and seems working.
About performance and stability, I didn't make any test, but just a run and startup for portal yes working well without exceptions, I tried that on Glassfish 2.1.1 installed on windows with JDK 1.7 (32-bit), but for 64-bit failed in cluster mode because a bug in Glassfish 2.1.1 side with 64-bit Windows OS (known as ClassNotFoundException sun.security.pkcs11.SunPKCS11), but as a standalone working well in 64-bit too.

Resources