Known Issues for TIBCO Adapter for CORBA and support for ActiveMatrix 2.0

Known Issues for TIBCO Adapter for CORBA and support for ActiveMatrix 2.0

book

Article ID: KB0090650

calendar_today

Updated On:

Products Versions
TIBCO Adapter for CORBA -
Not Applicable -

Description

Description:
TIBCO Adapter for CORBA 5.4.0 is supported with ActiveMatrix 2.0. The following known issues have been identified.  Please refer to the Active Matrix 2.0  Release Notes for additional known issues that may apply to File adapter. Please refer to LBN1-8P6TJT for general information about adapters support for ActiveMatrix 2.0.

Known Issues:
For certain Corba Adapter RequestResponseInvocation Services, incorrect PortType definition is created in the generated WSDL.

Symptoms:
------------
For certain Corba Adapter RequestResponseInvocation Services, incorrect PortType definition is created in the generated WSDL. Upon validation of the WSDL following errors are seen for the particular PortType definition.

cvc-complex-type.2.4.a: Invalid content was found starting with element 'fault'. One of '{"http://schemas.xmlsoap.org/wsdl/":input}' is expected.   adcorba-rpcc/rpcc/CorbaAdapterConfiguration_resources   CorbaAdapterConfiguration.wsdl      line 69      1196190208050     47

Example:
&ltoperation name="___set__test">
      &ltoutput message="tns:___set__test__request" />
      &ltfault message="tns:SystemException__exception"
            name="SystemException" />
</operation>

The generated PortType definition is missing declaration for “input” element.

Impact:
-------
Loss of Functionality

Cause:
--------
Adapter AESchema for "_set_test" operation indicates that it is a oneway operation however it specifies a returnType thereby violating schema specification for "oneway" operations. Adapter palette will require fixing to generate oneway operation schemas that are correct as per AESchema specification. Attached is also a screenshot.

Workaround:
--------------
None

Resolution:
------------
CR 1-8LECLF has been logged for this issue, which is currently under investigation
Symptoms:

Cause:

Issue/Introduction

Known Issues for TIBCO Adapter for CORBA and support for ActiveMatrix 2.0

Attachments

Known Issues for TIBCO Adapter for CORBA and support for ActiveMatrix 2.0 get_app