Release Notes‎ > ‎

Comfy 2.1 Release Notes

Post date: Oct 28, 2010 2:46:57 PM

Changes since version 2.0:

    • ServerManager: Added the ability to specify some JVM settings individually for each JavaCOM server and for the shared JVM.

    • CodeGen: Added the ability to compile the generated sources.

    • CodeGen: Added the ability to JAR the compiled classes.

    • Documentation: Added information on how to create and register an application JAR file without the need to add all used JAR files into the class path.

Fixes:

    • Fixed the "java.lang.IllegalArgumentException: argument type mismatch" exception occurring when a COM callback method has the Date parameter.

    • Fixed the memory leak problem in the BStr class and incorrect value setting in the BStr.setValue() method.

    • Fixed the problem with returning SafeArray parameter from a JavaCOM object (incorrect type of return value).

    • Fixed the problem with host (shared) JVM failing to load JavaCOM classes with different class paths.

    • Fixed the problem with using BStr in SafeArray.

    • Fixed sporadic Access Violations during code generation in the CodeGen application.