2 Installing JCA Resource Adapter
Learn how to install JCA Resource Adapter on your Oracle Communications Billing and Revenue Management (BRM) system.
Topics in this document:
System Requirements
JCA Resource Adapter is available for the Oracle Linux operating system.
The adapter must be deployed on a J2EE-compliant application server that has implemented the JCA 1.5 Specification. The adapter runs only in a managed environment.
For more information, see BRM Compatibility Matrix.
Installing JCA Resource Adapter
JCA Resource Adapter is in the Web Services Manager downloadable package.
To install JCA Resource Adapter:
-
Install JCA Resource Adapter. For instructions, see "Installing Individual BRM Components" in BRM Installation Guide.
-
Grant read privileges to the pending extended architecture (XA) transaction database views for each BRM database user:
-
Using SQL*Plus, log in to your database as the SYSDBA user:
sqlplus sys@databaseAlias as sysdba
where databaseAlias is the database alias of your BRM database.
-
Grant read privileges to the pending XA transaction views:
SQL> GRANT SELECT ON DBA_2PC_PENDING TO user; SQL> GRANT SELECT ON DBA_PENDING_TRANSACTIONS TO user;
where user is the name of a BRM database user.
-
Exit SQL*Plus.
-
Stop and restart the BRM database to initialize the database instance with your changes.
-
Your JCA Resource Adapter installation is now complete.
Installing the WebLogic Remote Console Extension
Some features are not available by default in the WebLogic Remote Console. To enable these features, install the WebLogic Remote Console extension and create an advanced deployment plan.
Note:
Ensure that the extension version matches your WebLogic Remote Console version.
To install the WebLogic Remote Console extension and create an advanced deployment plan:
-
Create a folder named management-services-ext in the Domain_home directory.
-
Download the WebLogic Remote Console extension file that matches your version of the WebLogic Remote Console. Use the following link to download the appropriate extension:
https://github.com/oracle/weblogic-remote-console/releases -
Copy the extension file to the management-services-ext folder.
Note:
Do not deploy the extension file as an application.
-
Disconnect the WebLogic Remote Console from the Administration Server.
-
Restart the Administration Server.
-
Log in to the Oracle WebLogic Remote Console.
-
Click Monitoring Tree, then Deployments, and then Application Management.
-
Click the JCA Resource Adapter name in the tree in the left pane.
-
Click Create Plan.
-
In the Plan Path field, enter the location of the plan.
-
Click Done.
The Deployment Plan (Advanced) option appears.