Java 5 and 6 working fine: Developer and IntegrationServer from both webMethods versions 6.1 and 6.5 are starting on newest releases of JDK 1.5 and JDK 6 from Sun Microsystems (I’m working on win32-x86) also, but only with specific updates - here is a list:
IS_6-1_FP2.jar
IS_6-1_SP2.jar
IS_6-1_SP2_Core_Fix4.jar
IS_6-1_SP2_Flow_Fix1.jar
IS_6-1_SP2_PubSub_Fix2.jar
IS_6-1_SP2_SrvPrtcl_Fix2.jar
IS_6-1_SP2_XA_Fix1.jar
Using JDK 6 remeber to add:
set JAVA6_ISSUE=-Dsun.lang.ClassLoader.allowArraySyntax=true
…
…\jdk\6\java.exe %JAVA6_ISSUE% …
I will be testing this configuration by the way, also on Linux 2.6 Kernel but in development environment only, and will inform You when discover something wrong.
My performance test on IntegrationServer 6.1sp2 (because our customers are still using this version) …
IntegrationServer start time:
JDK 1.4.2.16 - 50s
JDK 1.5.0.13 - 47s
JDK 6u3 - 37s !!
Simple synthetic test of 10 times invocation of service with 10000 times appendToDocumentList and simple mapping in REPEAT:
JDK 1.4.2.16 - 53s
JDK 1.5.0.13 - 44s
JDK 6u3 - 21s !!!
I will try to veryfy stability and outstanding performance of Java 6 it with real services, and let You all know.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods