Show TOC Start of Content Area

Procedure documentation Connecting to Enterprise Beans on SAP NetWeaver 7.2 AS Java  Locate the document in its SAP Library structure

Use

If you want to use business logic that runs on SAP NetWeaver 7.2 Application Server (AS) Java or later, you need to add an additional client JAR that ensures the proper communication between the systems. You have to add this JAR as a library reference to your application.

Procedure

To use enterprise beans that reside on SAP NetWeaver 7.2 AS Java, you have to:

...

       1.      Access the software delivery archive (SDA) tc~je~ejb~client~720.sda in the SAP NetWeaver 7.2 AS Java and deploy it on the current version of the AS Java using the Software Deployment Manager (SDM) tool. You can find this SDA in \usr\sap\<sid>\<instanceid>\j2ee\j2eeclient.

More information about using the SDM tool: Software Deployment Manager

       2.      Add a reference to the library deployed with this SDA in the application-j2ee-engine.xml of your application:

<reference reference-type="hard">

   <reference-target target-type="library"

      provider-name="sap.com">tc~je~ejb~client~720</reference-target>

</reference>

       3.      Deploy your application.

End of Content Area