This section provides basic information on deploying the Apache CXF JCA Connector and your application to WebSphere 6.1. For more detailed information, please refer to your WebSphere documentation.
The following prerequisites apply to WebSphere 6.1:
Copy the
wsdl4j-*.jarfrom yourdirectory to yourInstallDir/libdirectory. If the endorsed directory does not exist, create it.WAS_HOME/AppServer/java/jre/lib/endorsedRestart WebSphere.
Make sure your environment is set correctly. See Setting your Environment for details.
You must deploy the Apache CXF JCA Connector to WebSphere before you deploy your application. In addition, please make sure that the Apache CXF JCA Connector has not already been deployed to your application server.
To deploy the Apache CXF JCA Connector in WebSphere 6.1 complete the following steps:
Logon to WebSphere Integrated Solution Console. The default address is:
http://hostname:9060/ibm/console/login.doNavigate to ||.
On the Resource adapters page, click .
On the Install RAR File page, select the radio button if the browser that you are running is on the same machine as the WebSphere server. Otherwise, select the radio button.
Specify or browse to where you have built the
cxf.rarfile and click .On the next page, click to install the Resource Adapter.
On the next page, click the CXF JCA Connector link to edit the Resource Adapter.
On the Configuration page, click the J2C activation specification link.
On the next page, click to create a new Activation Specification.
On the next page, enter
MyActivationSpecin the Name textbox and click .The JNDI name is optional. If it is omitted, a JNDI name is created for you as
eis/<ActivationSpecName>, where<ActivationSpecName>isMyActivationSpec.Click to commit the configuration.
You can specify activation configuration values in the new activation specification you just created.
For inbound connections, the activation specification is associated with your MDB later. The MDB's deployment descriptor can define activation configuration values to override the values specified in the associated activation specification. See Inbound Activation Configuration for more detail.
To deploy your application to WebSphere 6.1, complete the following steps:
Logon to WebSphere Integrated Solution Console. The default address is
http://.<hostname>:9060/ibm/console/login.doNavigate to |.
On the Preparing for the application installation page, select the Local path radio button if the browser that you are running is on the same machine as the WebSphere server. Otherwise, select the Server path radio button.
Specify or browse to the path where you have your application JAR file stored and click .
On the Step 1: Select installation options page, click .
On the Step 2: Map modules to servers page, click .
On the Step 3: Bind listeners for message-driven beans page, in the far right column, click the radio button.
Specify the Target Resource JNDI Name as below and click .
eis/MyActivationSpecOn the Step 4: Summary page, click .
Click the Save link to commit the configuration.
Navigate to |.
Select the box next to your application JAR file and click to start the MDB.
For more detail, please consult your WebSphere documentation.








