Could Not Invoke Compositedn With Revision Version Empty
(Doc ID 1399030.1)
Last updated on SEPTEMBER 06, 2024
Applies to:
Oracle SOA Suite - Version 11.1.1.5.0 and laterInformation in this document applies to any platform.
Symptoms
Using a java program to create a CompositeDN object without a revision version. The documentation describes that the revision is optional (see http://docs.oracle.com/cd/E14571_01/apirefs.1111/e10659/oracle/soa/management/CompositeDN.html). But not giving a revision we are receiving an error.
- when version number is explicitly set to 1.0 or 2.0 the invocation works
- when version number is "" or null the invocation fails
For when using "": oracle.soa.api.invocation.InvocationException: Unable to locate composite matching the name [default/StandAloneDirectConnection!].
For when using null: java.lang.IllegalArgumentException: default/StandAloneDirectConnection!null
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |