Databases Reference
In-Depth Information
To enable service operations on the master SDO (for example, ListingViewSDO ) to
also process detail SDOs (for example, BidViewSDO ), we need to set the property
SERVICE_PROCESS_CHILDREN to true on the Association that links the Master
and Detail Entity objects, which is the BidAuctionFk1Assoc in the case of
the ListingSDO .
To do this, in the Application Navigator double-click on the BidAuctionFk1Assoc
Association. This will open the Association editor. Ensure that the General tab is
selected, and then click on the green plus icon to add a custom property (circled in
the following screenshot).
Create the property SERVICE_PROCESS_CHILDREN and set its value to true .
Deploying the Service Data Object
As we are planning on accessing our SDO directly from our composites, it
makes sense to deploy it on the same WebLogic server that is running our SOA
Infrastructure (for example, soa_server1 ). Before we can do this, we need to carry
out the following configuration tasks:
Create a service deployment profile
Configure the web context root of the SDO
 
Search WWH ::




Custom Search