The AGETOR OpenROAD Application Integration enables OpenROAD Windows clients and OpenROAD servers to communicate using the AGETOR IDL protocol. Thus, an OpenROAD program running on one server can communicate with another OpenROAD program on another server or with any other programming language available through AGETOR, for instance MS COM/ASP or Java on a range of OS platforms. OpenROAD is a programming language developed by Computer Associates.
With regard to development and client-side run-time, this product is only available on the Windows platform. Please consult the user guide located in the package for information on how to install and use. If you need help or information please contract AGETOR Support for information.
| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| release.txt | 17-Sep-2007 10:41 | 7.5K | ||
| openroad_ai3_0_0.apa | 17-Sep-2007 10:41 | 2.6M | ||
AGETOR OpenROAD Application Integration RELEASE NOTES: This document describes changes and bugfixes to the AGETOR OpenROAD Application Integration. These changes may affect version upgrades, so if experiencing problems after a version upgrade, please consult this document and the major changes between the old and the new version. =============================================================== 2007-09-17 AGETOR OpenROAD Application Integration 3.0.0 (complete) =============================================================== + Repackaged for AGETOR 3.0 =============================================================== 2006-06-26 AGETOR OpenROAD Application Integration 2.0.6 (complete) =============================================================== + IMPORTANT: Run the following command from an AGETOR command prompt after using the Install Tool to complete a NEW installation: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.4.ent If you are updating an EXISTING 2.0.2, 2.0.3, 2.0.4, or 2.0.5 installation, you must run this command: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.4.ent update If you are updating an EXISTING 2.0.1 installation, you must run this command: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.4.ent update1 After executing this command you must run the agetor script for the changes to take effect in the current prompt. New prompts will be up to date. + Bugfix: IDL methods with many parameters resulted in generation of incorrect Java files. =============================================================== 2006-06-12 AGETOR OpenROAD Application Integration 2.0.5 (complete) =============================================================== + IMPORTANT: Run the following command from an AGETOR command prompt after using the Install Tool to complete a NEW installation: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.4.ent If you are updating an EXISTING 2.0.2, 2.0.3, or 2.0.4 installation, you must run this command: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.4.ent update If you are updating an EXISTING 2.0.1 installation, you must run this command: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.4.ent update1 After executing this command you must run the agetor script for the changes to take effect in the current prompt. New prompts will be up to date. + Bugfix: Solved a problem with idl2or where the generated classes did not declare the packages of classes that were defined in included IDL files. =============================================================== 2006-05-26 AGETOR OpenROAD Application Integration 2.0.4 (complete) =============================================================== + IMPORTANT: Run the following command from an AGETOR command prompt after using the Install Tool to complete a NEW installation: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.4.ent If you are updating an EXISTING 2.0.2 or 2.0.3 installation, you must run this command: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.4.ent update If you are updating an EXISTING 2.0.1 installation, you must run this command: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.4.ent update1 After executing this command you must run the agetor script for the changes to take effect in the current prompt. New prompts will be up to date. + Bugfix: Solved a problem with idl2or where the generated classes did not declare the packages of classes that were defined in included IDL files. =============================================================== 2005-06-23 AGETOR OpenROAD Application Integration 2.0.3 (complete) =============================================================== + IMPORTANT: Run the following command from an AGETOR command prompt after using the Install Tool to complete a new installation: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.2.ent If you are updating an existing 2.0.1 installation, you must run this command instead: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.2.ent update After executing this command you must run the agetor script for the changes to take effect in the current prompt. New prompts will be up to date. + Bugfix: When running a Bridge generated from an IDL file with included IDL's the Bridge would hang. =============================================================== 2005-04-11 AGETOR OpenROAD Application Integration 2.0.2 (complete) =============================================================== + IMPORTANT: Run the following command from an AGETOR command prompt after using the Install Tool to complete a new installation: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.2.ent If you are updating an existing installation, you must run this command instead: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.2.ent update After executing this command you must run the agetor script for the changes to take effect in the current prompt. New prompts will be up to date. + Fixed a problem with idl2or where the generated classes did not declare the packages of classes that were defined in included IDL files. + Fixed a problem with running multiple OpenROAD bridges in a single ServiceRunner by adding com.ca.openroad to the list of packages that are excluded from being reloaded. This prevents these classes from being loaded more than once. =============================================================== 2005-02-02 AGETOR OpenROAD Application Integration 2.0.1 (complete) =============================================================== + IMPORTANT: Run the following command from an AGETOR command prompt after using the Install Tool to complete a new installation: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.1.xml If you are updating an existing installation, you must run this command instead: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.1.xml update After executing this command you must run the agetor script for the changes to take effect in the current prompt. New prompts will be up to date. + Now adds the UST_NAMESERVER environment variable to AGETOR_JVMARGS during installation. + Fixed a problem with method invocation in the OpenROAD proxy. + Fixed a problem structs in the Java Proxy. =============================================================== 2005-02-01 AGETOR OpenROAD Application Integration 2.0.0 (complete) =============================================================== + IMPORTANT: With regard to development and client-side run-time, this product is only available on the Windows platform. + IMPORTANT: Run the following command from an AGETOR command prompt after using the Install Tool to complete the installation: ant -DII_SYSTEM=%II_SYSTEM% -buildfile install\production-scripts\OpenROAD_AI_2.0.0.xml After executing this command you must run the agetor script for the changes to take effect in the current prompt. New prompts will be up to date. + First release.