Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

This exception is considered not retriable, likely due to a modelling mista

133111Jun 7 2011
Hi,

I'm trying to set the retry mechanism in a Proxy Service that consumes a message in a JMS Queue and calls a DB procedure using a JCA adapter.
The mechanism works fine if I route the message to a non existing webservice (i.e. as the webservice doesn't exist, it retries to send the message N times depending on the retry_count property and then move the message to a error queue).
If I route the message to the Business Service that calls the JCA adapter and the procedure raises an error, it return the following message and does not proceed with the retries.

Check to ensure that the API is defined in the database and that the parameters match the signature of the API. This exception is considered not retriable, likely due to a modelling mistake. To classify it as retriable instead add property nonRetriableErrorCodes with value "-6502" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers.

I've tried to include the error code in the weblogic-ra.xml file and it haven't worked.

Does anyone know what i have to do???

Thanks!
Breno.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2011
Added on Jun 7 2011
0 comments
762 views