1 Common Issues
Review Oracle Integration common issues.
List of Deprecated Native Format Annotations in Oracle Integration 3
If you plan to upload custom schemas (from Oracle SOA Suite) to Oracle Integration, the following annotations are deprecated and may be removed in future releases of Oracle Integration. This section only covers the names of the directives that are deprecated. For a detailed description of the directives, see the latest Oracle SOA Suite documentation.
Schema-Level Directives
<xsd:schema ... xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd" nxsd:version="NXSD" ...>
nxsd:byteOrder e.g nxsd:byteOrder="bigEndian" or nxsd:byteOrder="littleEndian"
nxsd:dataLines e.g. nxsd:dataLines="10"
nxsd:detectLoops e.g. nxsd:detectLoops="false"
nxsd:eofEqualsEOL e.g nxsd:eofEqualsEOL="false"
nxsd:outboundHeader e.g. nxsd:outboundHeader="this is the header"
nxsd:prettyPrint e.g nxsd:prettyPrint="true"
nxsd:readerBufferSize e.g. nxsd:readerBufferSize="2048"
nxsd:standalone e.g. nxsd:standalone="true"
nxsd:stream with bytes e.g. nxsd:stream="bytes" (OIC3 only supports nxsd:stream="chars")
nxsd:useArrayIdentifiers e.g. nxsd:useArrayIdentifiers="true"
nxsd:fieldValidation e.g. nxsd:fieldValidation="true"
nxsd:validation e.g. nxsd:validation="true"
nxsd:validateNxsd e.g. nxsd:validateNxsd="true"
nxsd:xlationMode e.g. nxsd:xlationMode="lax"
Field-Level Directives
The following directives are provided either as simpleTypes
,
complexTypes
, or element
definitions in the
schema. These directives are deprecated and may be removed in later versions of Oracle Integration.
Array style constructs:
nxsd:style="array"
nxsd:arrayLength="<<length>>" e.g. nxsd:arrayLength="10"
nxsd:cellSeparatedBy="<<literal>>" e.g. nxsd:cellSeparatedBy="\n"
nxsd:arrayTerminatedBy="<<literal>>" nxsd:arrayTerminatedBy="#"
nxsd:arrayIdentifierLength="<<length>>" e.g. nxsd:arrayIdentifierLength="2"
nxsd:lookAhead="<<length>>" e.g. nxsd:lookAhead="100"
nxsd:lookTill="<<literal>>" e.g. nxsd:lookTill="order"
nxsd:scan="<<length>>" e.g nxsd:scan="3"
nxsd:lookFor="<<literal>>" e.g. nxsd:lookFor="TRUE"
nxsd:lookForPattern="<<regex pattern>>" e.g. nxsd:lookForPattern=".purchase."
nxsd:scanLength="<<length>>" e.g nxsd:scanLength="3"
nxsd:reportLookAheadError="<<true|false>>" e.g. nxsd:reportLookAheadError="true"
nxsd:skip="<<number of characters>>" e.g. nxsd:skip="10"
nxsd:skipLines="<<number of lines to skip>>" e.g. nxsd:skipLines="10"
nxsd:skipUntil="<<skip until characters>>" e.g. nxsd:skipUntil="\n"
nxsd:style="list"
nxsd:itemsSeparatedBy="<<literal>>" e.g nxsd:itemsSeparatedBy=","
nxsd:listTerminatedBy="<<literal>>" e.g. nxsd:listTerminatedBy="\n"
nxsd:style="surrounded"
nxsd:surroundedBy="<<literal>>" e.g. nxsd:surroundedBy="^"
nxsd:leftsurroundedBy="<<literal>>" e.g. nxsd:leftsurroundedBy="
{" nxsd:rightsurroundedBy="<<literal>>" e.g. nxsd:rightsurroundedBy="}
"
nxsd:write="<<literal>>" e.g. nxsd:write="Mr."
nxsd:writeMode="before|after" e.g. nxsd:writeMode="before"
nxsd:useTimeZone="UTC"
nxsd:dateFormat="MM-dd-yyyy"
nxsd:choiceCondition="fixedLength" nxsd:length="2"
nxsd:conditionValue="<<literal>>" e.g. nxsd:conditionValue="PO"
<nxsd:variables>
<nxsd:variable name="customerZip"/>
</nxsd:variables>
<nxsd:variable name="someName" value="someValue" />
Recipes Documentation Does Not Reflect Oracle Integration 3 User Interface
The documentation for many recipes has been updated to provide steps using the Oracle Integration 3 user interface. However, the documentation for some recipes still currently reflects the Oracle Integration Generation 2 user interface.
For a full list of accelerators and recipes currently available for Oracle Integration, see Recipes.