en.help.task-adminobjectedit.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-jca-plugin-help
Show all versions of console-jca-plugin-help
Online help content for the console-jca-plugin bundle.
To Edit an Administered Object Resource
- In the navigation tree, expand the Resources node.
- Expand the Connectors node
- Under the Connectors node, select the Admin Object Resources node.
The Admin Object Resources page opens.
- On the Admin Object Resources page, click the name of the administered object
resource that you are editing.
The Edit Admin Object Resource page opens.
- In the Resource Type field, type the Java type for the administered object
resource.
For example, you might type javax.jms.Topic
- From the Resource Adapter drop-down list, select the resource adapter for the administered
object resource.
- In the Description field, type a description of the administered object resource.
- Select the Status Enabled checkbox to enable the administered object resource.
This option is enabled by default.
- (Optional) In the Additional Properties table, specify additional properties for the administered object resource.
Available properties depend upon the resource adapter for the connector connection pool.
- To add a property, click the Add Property button. In the blank row
that appears, type the property name in the Name field, and type
the property value in the Value field.
- To modify a property, edit that property's Value field.
- To delete a property, select the checkbox to the left of the
Name field of the property that you are deleting, then click the Delete
Properties button.
- Click Save.
Tip - To return to the default settings, click the Load Defaults button, then click
Save.
See Also