These release notes cover release information for version 1.1.0 of the IBM(R) WebSphere(R) Business Integration Adapter for Enterprise JavaBeans. They contain the following sections:
Note: Important information about this product may be available in Technical Support Flashes issued after these release notes were published. These can be found on the WebSphere Business Integration support Web site, http://www.ibm.com/websphere/integration/wbiserver/support. Select the component area of interest and search the flashes section.
This section lists the new features and improvements made in this release.
The Enterprise JavaBeans (EJB) ODA now displays a list of supported methods
for the verb application-specific information as a method name with signatures,
which allows users to distinguish between two polymorphic methods during
verb application-specific information selection. For example, methods are
displayed as myMethod_1(arg1, arg2) and myMethod_2(arg1) in the list of
supported methods, instead of myMethod_1 and myMethod_2.
Refer to the Adapter for Enterprise JavaBeans User Guide for detailed information about the adapter and the new features.
Between release 1.0.0 and 1.1.0, the following CRs, based on customer-reported cases, were fixed.
Tracking number |
Description |
34566 | The EJB ODA could not process methods that take two Java(R) objects of the same type as input arguments and would respond with an invalid attribute exception. The EJB ODA can now take two Java objects of the same type as arguments. For example, ODA can now process the following method, which takes two Java objects of the same type as Address: String myfunction(Address add1, Address add2). Fixed in Patch 1.0.1. |
Hardware and software requirements are included in the product documentation. See Installation, migration, upgrade, and configuration information for links to those guides.
For general installation information, refer to the Installation Guide for WebSphere Business Integration Adapters. For hardware and software requirements, installation, migration, upgrade, and configuration information specific to this product, refer to the Adapter for Enterprise JavaBeans User Guide.
Make sure that you run this version of the adapter with WebSphere Business Integration Adapters run-time version 1.7.0 or later.
The WebSphere Business Integration Adapters API JAR files and the associated scripts (CWConnEnv.bat and CWODAEnv.bat for Windows(R); CWConnEnv.sh and CWODAEnv.sh for UNIX platforms) are installed by the WebSphere Business Integration Adapters API. Before installing the adapter, make sure that the WebSphere Business Integration Adapters run time is installed. If the version is not 1.7.0 or later, you must download the latest API. This section provides instructions for verifying the current version, downloading the latest version, and enabling the adapter to run on various versions of InterChange Server and Adapter Development Kit (ADK).
To check the version of the run time, locate the manifest file (ProductDir\lib\WBIA.jar) and open it in a suitable Java JAR editor. Look for the following lines:
Implementation-Title: "CWConnectorAPI"
Implementation-Version: 1.7.0
The line Implementation-version indicates the installed version. If the version is not 1.7.0 or later, you must download the latest run time.
To download the latest version of the run time:
After you download and install the run time, you should see the following files:
lib\WBIA.jar
lib\WBIA\3.0.0\WBIA.jar
lib\WBIA\4.0.0\WBIA.jar
lib\WBIA\4.1.1\WBIA.jar
lib\WBIA\4.2.0\WBIA.jar
bin\CWConnEnv.bat (Windows)
bin/CWConnEnv.sh (UNIX)
bin\CWODAEnv.bat (Windows)
bin/CWODAEnv.sh (UNIX)
connectors\messages\CwConnectorAgentMessages.txt
To enable an adapter to work with various versions of ADK or InterChange Server, follow the appropriate procedure below:
Windows: In CWConnEnv.bat, set the CWVERSION variable to 4.2:
set CWVERSION="4.2"UNIX: In CWConnEnv.sh, set the CWVERSION variable to 4.2:
set CWVERSION="4.2"
Windows: In bin\CWODAEnv.bat, set the CWVERSION variable to 4.2:
set CWVERSION="4.2"UNIX: In bin/CWODAEnv.sh, set the CWVERSION variable to 4.2:
set CWVERSION="4.2"
InterChange Server patch 4.2.1.1 is required for running the adapter with InterChange Server version 4.2.0 and 4.2.1. No patch is required while running the adapter with InterChange Server version 4.2.2.
The following problems have been found in this release:
Tracking number |
Description |
N/A | Because of requirements placed on EJB clients (such as the adapter) when
communicating with some application servers, the EJB adapter start script
may need to be modified to load certain application server specific libraries
and/or run the adapter in the same Java virtual machine (JVM) although
not in the same process space, as the application server. The failure to
do so will likely result in communication problems with the application
server hosting the target EJB. For example, when using the adapter with WebSphere Application Server 5.0 or WebLogic Application Server 8.1, the adapter must be run on the same JVM that is shipped with the application server. In addition, scripts shipped with each of these individual application servers must be run to ensure that the adapter JVM has all necessary libraries for communication with the application server. See the beginning of the adapter start script for example modifications to support each of these application servers. |
N/A | When using WebLogic 8.x and WebSphere InterChange Server, the adapter should be configured to use an agent-broker transport other than IIOP, due to a conflict between IBM Object Request Broker (ORB) and WebLogic-required IBM ORB. No workaround is known at this time. |
34497 |
The EJB ODA takes an EJB JAR file and converts it into business objects; the ODA only supports Java objects that belong to this JAR file. To support the EJB JAR file that contains an object reference to other jars, create a JAR file and include all the related classes from other JAR files in it, and retain the original deployment descriptor file. |
Product documentation is not included as part of the product package, either by CD or by electronic product distribution. The documentation for this product can be found in the following InfoCenters:
http://www.ibm.com/websphere/integration/wicserver/infocenter
http://www.ibm.com/websphere/integration/wbicollaborations/infocenter (for collaborations)
http://www.ibm.com/websphere/integration/wbiadapters/infocenter
To obtain the product documentation, visit the Web site and download the current documentation set for the release that you are using. Follow the instructions provided on the InfoCenter page to complete the installation.