I have a J2EE application that I would like to deploy (and certify) on the NetWeaver Application Server 2004s for Java. My application was written against the J2EE 1.4 spec and works fine on JBoss 4, which is a J2EE 1.4 app server. However, it was written for the Java 5 JVM using generics and other new features in Java 5 and cannot run on JDK1.4.2, which is what NetWeaver 2004s needs.
Has anyone had success in getting NetWeaver 2004s running on Java 5? We've tried but the management tools don't work. Are there known workarounds for getting NetWeaver 2004s to work on Java 5?
Colin