Palettes

This topic lists the Known Issues related to Palettes.

HTTP Palette
Key Description
AMBW-46027

TIBCO BusinessWorks Container Edition does not throw an exception for the invalid HTTP header value sent by the HTTP service.

AMBW-43566 Summary: The java.lang.IllegalStateException: Insufficient configured threads error is thrown if both Minimum QTP Threads and Maximum QTP Threads value is set to 1 in the HTTP Connector shared resource.

Workaround: If Minimum QTP Threads is 1, then set the Max QTP Threads value to anything greater than 1.

AMBW-36777 Summary: Error occurred on the Send HTTP Request activity with client SR using HTTP1 Apache HttpComponents and connector SR using HTTP2.0 with Follow HTTP1 Compliance checked.

Workaround: Use the Jetty client as the client library for implementation under HTTP client shared resource.

JAVA Palette
Key Description
BWCE-1740 Summary: TIBCO BusinessWorks Container Edition Application throws java.net.UnknownHostException when deployed in Docker Swarm

Workaround: None.

AMBW-13526 Summary: In Java To XML activity, the Output tab is not populated correctly, if Java class contains nested object references in different classes.

Workaround: None.

JDBC Palette
Key Description
BWCE-79 Summary: Exceptions are seen when you import a project that contains a JDBC shared resource.

Workaround: Restart TIBCO Business Studio for BusinessWorks and open the project in a new workspace. If the issue persists, recreate and reconfigure the JDBC shared resource.

AMBW-36229 Summary: Unnecessary error logs are displayed in the log file.

Workaround: None

AMBW-23464 Summary: The Oracle DataDirect driver does not support cursor datatype.

Workaround: Use native drivers instead of DataDirect drivers.

AMBW-23260 Summary: MySQL Community Edition is not supported for Data Direct drivers

Workaround: Use native drivers instead of DataDirect drivers.

AMBW-23193 Summary: When using DataDirect drivers with a JDBC Shared Resource, that is linked to a JDBC process, the SQL Builder Wizard does not work correctly.

Workaround: Use native drivers.

AMBW-20130 Summary: The login timeout value is not effective when connecting to a Windows OS database. The JDBC Query activity fails with the error,JDBCConnectionNotFoundException at run time without honoring the Login Timeout value specified in the JDBC Connection Shared Resource.

Workaround: None

AMBW-14624 Summary: The Set Explicit Nil check box for Objects and Collections in JDBC Call Procedure activity is disabled.

Workaround: None

AMBW-14547 Summary: When you migrate an TIBCO ActiveMatrix Business works™ 5.x project containing in-built functions in the JDBC Query activity, an invalid column name error is thrown in the JDBC Query activity.

Workaround: Use an Alias instead of the in-built functions in the ActiveMatrix Business works 5.x project.

AMBW-11667 Summary: Using any in-built function in JDBC Query activity without "Alias" fails to execute the application and throws an Invalid Column name error at run time.

Workaround: Use "Alias" to work with any in-built function in JDBC Query activity.

AMBW-11624 Summary: TIBCO Business Studio for BusinessWorks hangs when opening SQL Builder if the database details on the JDBC shared resource are changed from PostgreSQL to MySQL after a query has been created using SQL builder.

Workaround: None

AMBW-8855 Summary: The localized error messages of JDBC connection are not displayed correctly in TIBCO Business Studio for BusinessWorks.

Workaround: None

JMS Palette
Key Description
AMBW-38735 Summary:TIBCO BusinessWorks Container Edition does not support parsing the Date-Time elements in the JMS application properties schema.

Workaround: TIBCO recommends not to use such elements in the JMS application properties schema.

Mail Palette
Key Description
AMBW-47225 Summary: The OAuth 2.0 Token mail server gets connected back after session expiry but does not receive/fetch any new email.

Workaround: Stop and rerun the application.

AMBW-47189 Summary: Intermediate Issue in Receive Mail Activity, the Basic protocol Test Connection button is not working.

Workaround: None

REST and JSON Palette
Key Description
AMBW-28795 Summary: The Parse JSON activity fails to pick up the prefixes defined in the namespace registry and provides the output with the default namespace prefixes.

Workaround: None

XML Palette
Key Description
AMBW-31813 Summary: Use of pipe(union) ('|') character in XSLT throws the following error at runtime:

com.tibco.bw.palette.xml.runtime.fault.XMLTransformException: Exception [org.genxdm.xpath.v20.err.ConcreteErrException] occurred during XSLT transformation. Exception detail [org.genxdm.xpath.v20.err.ConcreteErrException: [XPTY0004] Either the expression has a static type that is not appropriate for the context in which it occurs, or the dynamic type of the value does not match the required type.]

Workaround: Open the XSLT file and manually convert the pipe (union) ('|') operator to "or" operator and run the project

AMBW-14292 Summary: The Parse XML activity displays blank ErrorCode and ErrorMessage for activity output data validation error.

Workaround: None.