Oracle® Fusion Middleware Administrator's Guide for Oracle SOA Suite and Oracle Business Process Management Suite 11g Release 1 (11.1.1.6.0) Part Number E10226-11 |
|
|
PDF · Mobi · ePub |
This chapter describes how to configure inbound and outbound end point properties during runtime for Oracle JCA adapters.
This chapter includes the following topics:
Section 29.1, "Configuring the End Point Properties for an Inbound Adapter"
Section 29.2, "Configuring the End Point Properties for an Outbound Adapter"
This section describes how to configure the end point properties for an inbound adapter. It includes the following topics:
Section 29.1.1, "Editing a Predefined Property for an Inbound Adapter"
Section 29.1.2, "Adding Predefined Properties for an Inbound Adapter"
Section 29.1.3, "Creating a New Property for an Inbound Adapter"
Section 29.1.4, "Deleting a Property for an Inbound Adapter"
Section 29.1.5, "Reverting a Property Value for an Inbound Adapter"
The properties of an adapter are usually defined in Oracle JDeveloper during design time. However, it is possible edit the predefined properties at a later stage using Oracle Enterprise Manager Fusion Middleware Control.
To edit a predefined property for an inbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Edit a predefined property:
Click Properties to see a list of the currently defined binding properties.
Select the property you want to edit.
Edit the value in the Value text box, and then click Save.
You have edited a predefined property for an inbound adapter.
For more information about configuring adapters, see Section 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.
The properties of an adapter are usually defined in Oracle JDeveloper during design time. However, it is possible to add properties at a later stage using Oracle Enterprise Manager Fusion Middleware Control.
Note:
Though the Properties page list both endpoint and the binding properties, you can only add endpoint properties.To add a predefined property for an inbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Add a predefined property:
Click the Properties tab to see a list of the currently defined binding properties.
Click the Add button.
A new empty row is appended to the existing list of properties.
Click the Select Values icon in the Name field of the new row.
The Properties dialog is displayed.
Select a property that is valid for the particular adapter from the list of properties, and then click OK.
Click Save.
You have added a predefined property for an inbound adapter.
For more information about configuring adapters, see Section 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.
The properties of an adapter are usually defined in Oracle JDeveloper during design time. However, it is possible to add new properties at a later stage using Oracle Enterprise Manager Fusion Middleware Control.
To create a new property for an inbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Create a new property:
Click the Properties tab to see the list of the currently defined binding properties.
Click the Add button.
A new empty row is appended to the existing list of properties.
Specify the property name and value in the Name and the Value fields of the new row.
Click Save.
You have created a new property for an inbound adapter.
For more information about configuring adapters, see Section 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.
You can delete only properties that you added from the predefined list of properties or the ones that you newly created.
To delete a property for an inbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Delete a property:
Click the Properties tab to see a list of the currently defined binding properties.
Select the property you want to delete, and then click Delete.
A message asking you to confirm your action is displayed.
Click OK to confirm.
Click Save.
You have deleted a property for an inbound adapter.
For more information about configuring adapters, see Section 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.
You can only revert the properties that you have changed. Also note that you can perform the revert operation only on the existing property values and not on those that you added from the predefined list of properties or the ones that you created.
To revert a property value for an inbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Revert a property value for an inbound adapter:
Click the Properties tab to see a list of the currently defined binding properties.
Select the property you want to revert, and then click Revert.
A message asking you to confirm your action is displayed.
Click OK to confirm.
Click Save.
You have reverted a property value for an inbound adapter.
For more information about configuring adapters, see Section 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.
This section describes how to configure the end point properties for an outbound adapter. It includes the following topics:
Section 29.2.1, "Editing a Predefined Property for an Outbound Adapter"
Section 29.2.2, "Adding a Predefined Property for an Outbound Adapter"
Section 29.2.3, "Creating a New Property for an Outbound Adapter"
Section 29.2.4, "Deleting a Property for an Outbound Adapter"
Section 29.2.5, "Reverting a Property Value for an Outbound Adapter"
The properties of an adapter are usually defined in Oracle JDeveloper during design time. However, it is possible to edit the predefined properties at a later stage using Oracle Enterprise Manager Fusion Middleware Control.
To edit a predefined property for an outbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Edit a predefined property:
Click the Properties tab to see a list of the currently defined binding properties.
Select the property you want to edit.
Edit the value in the Value text box, and then click Save.
You have edited a predefined property for an outbound adapter.
Note:
For Oracle MQ Series Adapter in an asynchronous outbound request/reply scenario, properties are differentiated by an(Enqueue)
or (Dequeue)
label. For example, QueueName(Enqueue)
is used for putting a message and QueueName(Dequeue)
is used for dequeuing the reply.
When editing Oracle MQ Series Adapter properties in this scenario, note the following:
If you change the ReplyToQueueName(Enqueue)
property, you must also change the QueueName(Dequeue)
property to the same value.
If you change the MessageId(Dequeue)
property, you must also change the MessageId(Enqueue)
property to the same value.
If you change the CorrelationId(Dequeue)
property, you must also change the CorrelationId(Enqueue)
property to the same value.
For more information about configuring adapters, see Section 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.
The properties of an adapter are usually defined in Oracle JDeveloper during design time. However, it is possible to add predefined properties at a later stage using Oracle Enterprise Manager Fusion Middleware Control.
To add a predefined property for an outbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Add a predefined property:
Click the Properties tab to see a list of the currently defined binding properties.
Click the Add button.
A new empty row is appended to the existing list of properties.
Click the Select Value icon in the Name field of the new row.
The Properties dialog is displayed.
Select a property that is valid for the particular adapter from the list of properties, and then click OK.
Click Save.
You have added a predefined property for an outbound adapter.
For more information about configuring adapters, see Section 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.
The properties of an adapter are usually defined in Oracle JDeveloper during design time. However, it is possible to add new properties at a later stage using Oracle Enterprise Manager Fusion Middleware Control.
To create a new property for an outbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Create a new property:
Click the Properties tab to see a list of the currently defined binding properties.
Click the Add button.
A new empty row is appended to the existing list of properties.
Specify the property name and value in the Name and the Value fields of the new row.
Click Save.
You have created a new property for an outbound adapter.
For more information about configuring adapters, seeSection 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.
You can delete only properties that you added from the predefined list of properties or the ones that you newly created.
To delete a property for an outbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Delete a property for an outbound adapter:
Click the Properties tab to see a list of the currently defined binding properties.
Select the property you want to delete, and then click Delete.
A message asking you to confirm your action is displayed.
Click OK to confirm.
Click Save.
You have deleted a property for an outbound adapter.
For more information about configuring adapters, see Section 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.
You can revert changes made, if any, only for the already existing property values and not those that you added from the predefined list of properties or the ones that you newly created.
To revert a property value for an inbound adapter:
Navigate to a SOA composite application by using either of the following options:
From the SOA Infrastructure Menu... | From the SOA Folder in the Navigator... |
---|---|
|
|
Revert a property value for an outbound adapter:
Click the Properties tab to see a list of the currently defined binding properties.
Select the property you want to revert, and then click Revert.
A message asking you to confirm your action is displayed.
Click OK to confirm.
Click Save.
You have reverted a property value for an outbound adapter.
For more information about configuring adapters, see Section 34.1, "Configuring Service and Reference Binding Component Properties" and Oracle Fusion Middleware User's Guide for Technology Adapters.