How to find soa bpel instance in Oracle soa 11g based on the index value using Java API?

Up vote 0 down vote favorite share g+ share fb share tw.

In SOA 10G we had a option to find soa instances based on the index value set to that instance using Java API as shown below. WhereCondition criteria= new WhereCondition(SQLDefs. CX_index_1 + " =?

"); criteria. SetString(1, "indexValue"); Locator mLoc = getLocator(); IInstanceHandle foundInstances = mLoc. ListInstancesByIndex(criteria); Please help me to achieve this same functioinality in Oracle SOA 11G?.

Becuase I didn't find this "listInstancesByIndex()" method in Locator interface of soa-infra-mgmt.jar. Soa link|improve this question edited Dec 8 '11 at 6:36 asked Dec 8 '11 at 6:29Sabapathy163 0% accept rate.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions