General

This topic lists the closed issues related to General issues.

Release 2.10.0

Key Description
BWCE-8032

The TIBCO BusinessWorks Container Edition app generates an empty port in the manifest-bwce.json for ER having shared resource reference from module property.

BWCE-8006

A NullPointer exception occurs in TIBCO Business Studio for BusinessWorks when a process is renamed.

BWCE-7980

The BW Upgrade Manager does not display a pop up for further authentication in TIBCO Business Studio for BusinessWorks.

BWCE-7928

The message under the Error log is blank for the com.tibco.bw.mapper.resource.db plug-in.

BWCE-7739

After tokenizing the properties and exporting it then the properties in property file is picking up values from the module properties.

BWCE-7497

When the "com.tibco.bw.core.runtime.ActivityTimedOutException" exception is added to 'Record To Exception' table in circuit breaker, it does not work.

BWCE-7245 A Kyverno policy issue occurs with reducedStartupTime scripts for TIBCO BusinessWorks Container Edition applications.
BWCE-5760

Base docker images can now be created using the Docker Scratch image.

BWCE-5352

Iterate cannot be used in a group over a list when the elements are derived from abstract types to map inputs, because it does not have the variable type configured in the currentElement.

AMBW-51329

JDBC_Query activities generate an Input Configuration error after migrating from ActiveMatrix BusinessWorks version 6.6 to 6.9.

AMBW-51015 REST API Schema throws an "Illegal start-complex invocation" error. 

The fix is available in the following two parts:

  1. You now have a validation check under Window > Preferences > BusinessWorks > Validation > WSDL Import Namespace Collision for locating missing schema locations. The default value for this setting is pre-set to Ignore, which means no error related to WSDL namespace collision is thrown. You must set this to Error or Warning, for which, in the Problems tab, the error related to WSDL namespace collision is seen. It can be quick-fixed on most occasions.

  2. You must set the following property to resolve the runtime error "Illegal start-complex invocation":

    com.tibco.bw.rest.refbinding.nsimportinwsdlabsent=true

AMBW-51014 For SOAP web service, getting activity input data validation error in Invoke activity for an input value restriction <xs:pattern value="\P{Z}(.*\P{Z})?"/>
AMBW-50809

When importing a third-party WSDL, the sub-elements of a schema are missing in the output schema of activities.

AMBW-50605 When upgrading from ActiveMatrix BusinessWorks version 6.5.1 to 6.9.1 HF-001, there is a performance impact.
AMBW-50571 Transitions are not evaluating correctly with custom XPath 2.0 and VM argument property.

Use property -Dbw.xml.comparable.legacy.booleanSingletonCheck=false along with -Dbw.engine.use.transition.xpath.expression.lang.1.0=true to get the expected result. 

AMBW-50215

When importing a customer project, a process configuration error occurs that is not being cleared even after applying a Quick Fix.

AMBW-50189

BWDesign stops responding randomly when importing any project.

AMBW-49928 To address security vulnerabilities, JavaScript libraries have been upgraded to higher versions. 
AMBW-49707 The XPath expression in the Mapper activity gives unexpected results after upgrading ActiveMatrix BusinessWorks from version 6.4.2 to 6.7.0. 
AMBW-47709 The coercion of "anyType" in the Iteration loop generates an "Attribute DataType cannot be null" error.

If you see "No Variable Type Configured" for CurrentElement on the Data Source tab for the Log activity input tab, remove the VariableList details from the General tab of the iterate group, save the project, and reselect the Variable List $ParseXml/. You can then see the elements under CurrentElement.

AMBW-46074

The Schema Validation dialog in the Process launcher fails to generate any error/pop-up if invalid content is provided as input XML.

AMBW-33936 Earlier, the parse-dateTime function generated an output depending on the current state of Daylight Savings Time (DST) of the machine it was running. For example, if DST is ON when the function is processing, it converts all the dateTime input as per DST ON.

In the new implementation of this function, the DST dependency has been removed. Now, it hardly matters if the DST of the machine is ON or OFF. You can get the same result depending purely on the dateTime input given to the function. 

Release 2.9.2

Key Description
BWCE-7548

If an SSL Client configuration resource is renamed, the old reference is still present in the JMS Connection and the program stops working.

BWCE-7520

A NullPointerException occurs wile building a project after adding the dependency of the jar in the pom.xml file.

BWCE-7488 The Shared Module version is not visible in the EAR when the EAR is built via the maven plug-in.
BWCE-7487

When the dependency of a project is missing in the local repository (.m2), the workspace is unable to launch.

BWCE-7221

NMTOKENS in the mapper input does not work when used with an extra layer in the Schema.

AMBW-50650

Issues are observed when the Global checkbox is selected for the Iteration Element field on the Iterate Group.

AMBW-50588

The Schema Validation dialog in the Process launcher fails to generate any error/pop-up if invalid content is provided as input XML.

AMBW-50587

BWDesign stops responding randomly when importing any project.

AMBW-50585

When importing a customer project, there is a process configuration error that is not being cleared even after applying Quick Fix.

AMBW-50546 When upgrading from ActiveMatrix BusinessWorks version 6.5.1 to 6.9.1 HF-001, there is a performance impact.

Release 2.9.1

Key Description
BWCE-6861

If a BusinessWorks application has a corrupted or encrypted profile an error occurs if the application is imported in TIBCO Business Studio for BusinessWorks.

BWCE-6843

All the 4xx error codes other than 404 are successful when it is used in Circuit Breaker.

BWCE-6820

When the Circuit breaker is turned ON and the load is pushed to the service, a 404 error occurs and the URI is getting duplicated by itself intermittently.

BWCE-6652

A parsing XSD error occurs with optional sequence element when you try to map an element from a sequence and the same group also has an optional element.

BWCE-6410

The activator from a Shared Module (as a Pom Dependency) is getting removed when the Shared Module Dependency is removed.

BWCE-6360

TIBCO BusinessWorks™ Container Edition application sets wrong environment variable if 'name' is used as a Module property.

Warning: Avoid using 'bwVarName' as environment variable.
BWCE-6356

The Complex elements/attributes which are optional on a Call Process activity are not shown as optional in Process Launcher tab.

BWCE-6339

If a shared module has module properties which are referenced in an Application Module, and this Shared module is deleted, no validation errors are thrown for the reference of module properties which is broken.

BWCE-5691

When the AZURE_VAULT environment variable is set to false, the Azure Vault connection is not disabled.

AMBW-49696

Inconsistency while performing arithmetic operations on decimal inputs where warnings are being displayed incorrectly as errors.

AMBW-49692 Logback libraries are now upgraded to version 1.2.x.
AMBW-49534

Getting incorrect results for arithmetic operations.

To get the correct results, set the bw.xml.convert.cast-numeric-value property to "true" in the VM arguments.

AMBW-49526

Unable to create when otherwise a transition between two SQL direct activities after migrating code from BW version 6.6.1 to 6.9.1.

AMBW-49457

An Activity output data validation error occurs for SOAP web service. Set the bw.application.soap.message.laxvalidation and bw.binding.soap.server.lexical.decimal properties to true when activity output validation is turned on to run the project.

AMBW-48483

BW Plugins Manager does not show details of the relevant plugins supported on the latest BW version.

Release 2.9.0

Key Description
BWCE-6295

In TIBCO Business Studio for BusinessWorks, the Special Folder option does not appear when a new folder is created in an application.

BWCE-6190 BusinessWorks Project takes longer time than usual to import in TIBCO BusinessWorks Container Edition 2.8.3.
BWCE-5858

The original mapped fault schema in the Throw activity is lost after it is changed to a different schema.

BWCE-5791

When you try to rename or move jks files on Key Store Configuration OR rename or move Key Store Configuration resources on SSL Client Configuration, then all the references to these are updated automatically.

BWCE-5795

When you try to create two resources of different types with the same name, an EMF Validation error occurs stating the shared resource name is not unique in the project's context.

BWCE-5671 When the module version is updated in the pom.xml, the Provide-Capability field in Shared Modules manifest file does not get updated.
BWCE-5540

The BWDesignUtility displays extra errors which do not appear in TIBCO Business Studio for BusinessWorks.

BWCE-5356

The xsi:type schema in the XML file does not conform with schema definitions for the ParseXML activity. To add the namespace open the Preference->BusinessWorks->Validation page, enable the Add schema's Namespace imports to dependency for new activities option in TIBCO Business Studio for BusinessWorks, then add a new activity that uses or reference the element from the schema that uses or imports the particular namespace.

BWCE-4856

The wrong exception name BW Hystrix is displayed instead of Resilience 4j exception name after running an application in the console log when the circuit breaker is open.

AMBW-49326 The "XSLT Out of Sync" error does not get fixed even after carrying out a Quick Fix.
AMBW-49101 The XSLT has a mismatch in the process file where one of the elements is missing in the Partbinding located in inputBinding. In certain situations, the Mapper’s XSLT may miss the last param name needed for the XSLT document.

After updating or resetting the process, you can see the param name="BackendStub" in the Partbinding. The param name="BackendStub" does not appear in the Partbinding of the text file of the process MappingOnReplyTask.bwp until the process gets reset or updated.

AMBW-48917 Preceding zeros are being trimmed in the String field of Mapper.
AMBW-48700 Unable to load TIBCO Cloud Integration API Modeler APIs for all supported regions except the US West region.
AMBW-48504

The string function "matches" gives a different output after upgrading from ActiveMatrix BusinessWorks version 6.5.1 to 6.8.1.

Add the following properties in the Debug Configurations Window > Arguments > VM arguments tab of TIBCO Business Studio for BusinessWorks to get the results that match the previous BW version:

  • -Dbw.xml.regex.disable-syntax-checking=true

  • -Dbw.xml.regex.disable-explicit-anchors=true

Note: For running the project via TIBCO Enterprise Administrator, add the following properties in the bwappnode.tra file:
  • bw.xml.regex.disable-syntax-checking=true

  • bw.xml.regex.disable-explicit-anchors=true

AMBW-48110 The previously saved changes from the "Export-Package" section in the manifest.mf file are removed when modification is done in the projects.
AMBW-48031 BusinessWorks Client fails to hit TIBCO Flogo Enterprise service when both are copied from one organization to another.
AMBW-45622 The Wait Activity does not reset its timeout in a loop.

Release 2.8.3

Key Description
BWCE-5505

An application is not complete if an activity in a process has multiple transactions of type "Success with no matching condition". Now an error validation message is shown in TIBCO Business Studio for BusinessWorks.

BWCE-5365

While building an EAR file from a BusinessWorks project which has the dependency of Jar file with No-MANIFEST.MF; a non-informative error message occurs.

BWCE-5351

In the Throw activity the original mapped fault schema values are lost after the schema is changed to a different schema.

BWCE-4938

While running the Unit Tests for TIBCO BusinessWorks Container Edition 2.7.2 with Maven plug-in 2.9.2, inconsistencies are observed in the bwcoverage reports.

AMBW-48404

TIBCO Cloud Integration API Modeler APIs are not visible in TIBCO Business Studio for BusinessWorks for regions other than the US West region.

AMBW-45183

Non-readable POM file error is thrown when importing the CXF project from the Maven repository.

Release 2.8.2

Key Description
BWCE-5423 While creating a new custom xpath function, the activator class does not get generated even if the Generate Activator Class check box is selected.
BWCE-5385

When the pom.xml file is generated for an application, it refers to an older version of "com.tibco.bw.palette.shared" jar.

BWCE-5385

When the pom.xml file is generated for an application, it refers to an older version of "com.tibco.bw.palette.shared" jar.

BWCE-5352

Iterate cannot be used in a group over a list when the elements are derived from abstract types to map inputs, because it does not have the variable type configured in the currentElement.

BWCE-5348

While migrating to TIBCO BusinessWorks Container Edition 2.7.1, an issue occurs with the coercion of a schema ( fastbank-base.xsd ) in parse XML and mapper activities. The elements are not visible in the output schema of the parse XML activity and then in subsequent activities in TIBCO BusinessWorks Container Edition 2.7.1.

BWCE-5297

While using the Maven plug-in, when there are redundant dependencies configured in the pom.xml file of an application, the workspace keeps displaying the message Validating External Shared Modules from Maven Dependencies indefinitely.

BWCE-4988

The Azure managed identity lookup fails at the time of getting access tokens and the POST method does not work with the Azure identity API.

AMBW-48156 The dateTime() function throws "[FORG0001] Invalid value for cast/constructor" error for the input value “xsd:dateTime("2022-12-20T17:14:50.Z")”.
Set the property -Dbw.xml.datetime.allowMissingFracSeconds=true to overcome the error while parsing the date and time for the input value. By default, this property is false.
AMBW-48034

The previously saved changes from the "Export-Package" section in the manifest.mf file are removed when modification is done in the projects.

AMBW-47854 Application with an iterate group running in Debug mode throws an Out of memory error.
AMBW-47723

A Null pointer error is thrown when promoting module properties with no/empty default value.

AMBW-47541

TIBCO Business Studio for BusinessWorks throws a StackOverflow error when it builds the workspace after importing a specific project.

AMBW-47019

When updating the XSLT version from 1.0 to 2.0, errors are thrown as "Invalid conversion from string? | string? to item" relating to type-casting values from one type to another.

AMBW-36024 Tests tab and icon shown for mocked activities are missing when importing a project configured using Maven in a workspace.
AMBW-34062

An error is thrown when running an application having additional space in the element name of the schema.

Release 2.8.1

Key Description
BWCE-5011

The repeat on error group does not iterate correctly when the stop repeat condition value is changed from the default value '2' to any other value.

BWCE-4893

When a TIBCO ActiveMatrix BusinessWorks application runs in debug mode in TIBCO Business Studio for BusinessWorks and if the application is terminated from the Console view, the activity halted on Breakpoint > Set Before is resumed and executed to produce its output.

BWCE-4731 When an EAR is created using the Maven plug-in from a BusinessWorks application which uses Custom XPath function; the EAR does not include the same.
AMBW-47478

When the Custom XPath Function is created with the name in Camel case format, a compile error is thrown because of the mismatch between capitalized plug-in (cxf) name and the lower-case package name (Activator class) derived from it.

AMBW-47450

The location of the error log file created after EAR generation is changed to .bsproject in the workspace.

AMBW-47374

Unable to open TIBCO BusinessWorks Plugin Manager on TIBCO Business Studio for BusinessWorks.

AMBW-47136

The XSLT has a mismatch in the process file where one of the elements is missing in the Partbinding located in inputBinding.

AMBW-46462

On Linux OS machines, the mapping lines are broken and cursor is invisible when the user is mapping values on the Input tab.

AMBW-45951

The Maven plug-in does not resolve the transitive dependencies when you create an EAR using the mvn package command.

Release 2.8.0

Key Description
BWCE-4934

A ClassNotfoundexception is thrown during Maven testing when a shared module has a Java class and it is called using the Java Invoke activity.

BWCE-4848 The Maven plug-in does not pick dependency versions from the parent pom.xml file.
BWCE-4847 When application modules have any external dependencies such as shared modules and custom xpath functions, these dependencies do not get imported automatically into the workspace.
BWCE-4726 A validation error is thrown when an activity has invalid name and the error message is not clear.
BWCE-4676

The JMS Receiver activity with sequence key throws an error in TIBCO BusinessWorks Container Edition when the deployment target is set as Container.

BWCE-4604

When you rename a module or application property group as "Application", TIBCO Business Studio for BusinessWorks crashes. It is a reserved keyword now and a validation error message is displayed.

BWCE-4029

It was not possible to upgrade TIBCO BusinessWorks Container Edition home from 2.6.2 onwards.

AMBW-46540 When you add external JAR files in Shared Module, the Export-Package entry from the manifest.mf file is removed.
AMBW-46579

When an integer value is mapped to a decimal element, the fractional values are always present even though there is no fractional part in the mapping.

AMBW-46474

TIBCO Rendezvous® (RV) projects throw NullPointerException with version RV 8.6.0.

AMBW-45744

The Timer Trigger process blocks when the EMS connection is lost.

AMBW-44570

TIBCO BusinessWorks™ Container Edition throws an error when a long-type value is mapped in the "int" type for XPath.

AMBW-40485

The XSLT Transform activity fails to recognize and transform certain data from the input XML string.

AMBW-28277

The XSLT Transform activity skips certain data from the input XML string.

Release 2.7.3

Key Description
BWCE-4798

If a REST service is configured with Blocking Queue Size on service binding, then after accepting certain number of requests, the remaining are not rejected. To achieve the expected behavior, the number of requests to process should be equal to the addition of Max QTP value on HTTP Connector shared resource and BQS value at binding.

For example, if 50 requests are processed at any given time, and the Max QTP is 10, then we should set the Blocking Queue Size on service binding as 40.

For applications with a service using HTTP Palette activities or SOAP Binding, we have to set the following property -Dbw.engine.http.jetty.blockingQueueSize=<BQS_intger_value>, in the VM arguments.

Note: If the above property is used for REST service, then its value should be same as the Blocking Queue Size on service binding.
BWCE-4722

The Resilience4jCircuitBreakerOpenExceptionType exception is thrown by the Send HTTP Request activity to catch the exception when the circuit breaker is opened.

The HystrixCircuitBreakerOpenException exception is now removed from the list of exceptions thrown by the Send HTTP Request activity.

BWCE-4677 The Maven plug-in does not pick dependency versions from the parent pom.xml file.
BWCE-4674 When application modules have any external dependencies and the shared modules as xpath custom functions library, these dependencies do not get imported automatically into the workspace.
AMBW-46613 The Maven plug-in does not pick dependency versions from the parent pom.xml file.
AMBW-46606 Adding external jars in Shared Module to Lib folder removes Export-Package entries from the manifest.mf files.

Release 2.7.2

Key Description
BWCE-4551 When the export command is used with bwdesign utility, it fails to generate the EAR file due to an invalid keystore path in the project.
BWCE-4532 In TIBCO Business Studio for BusinessWorks, for the Thread Pool Shared resource, the Keep Alive Time unit is changed from seconds (s) to milliseconds (ms)
BWCE-4286 When the SOAP Service and Client uses SOAP over JMS with IBM MQ the property not valid and String index out of range error JMSCC0049: The property name 'mime-version' is not a valid Java(tm) identifier errors occur
AMBW-45923

For certain projects, TIBCO Business Studio for BusinessWorks displays a misleading error in the Problems tab as follows:

Inline schema is not cloned correctly.
AMBW-45862 You cannot rename a file when you use the Parse Data activity to read the file in batches.
AMBW-45819

TIBCO ActiveMatrix BusinessWorks plugin for Apache Maven does not resolve the transitive dependencies when you create an EAR using the mvn package command.

AMBW-45716 The Keystore Provider URL field when mapped as a module property continues to throw an error even when user corrects a previous invalid/incorrect value. Now a warning message is shown for this field irrespective of the mapping being module property or literal value.
AMBW-45682

Whenever there are multiple transitions to the End activity, a new variable with an optional error report type is created and that variable takes precedence over the normal error variable.

AMBW-45457

Any element in output editor or RVSubscriber which is expected to receive any kind of requested XSD data structure is not mapping received data in any element, resulting in empty output from RVSubscriber.

AMBW-45449

The Rendezvous Subscriber activity fails to process messages that are generated with the third-party Rendezvous publishers.

AMBW-45414 Unable to map the iterator element value on transition post-migration.
AMBW-45326 An error is thrown when you try to start an application when using the remote debugging feature in TIBCO Business Studio for BusinessWorks.
AMBW-45489

If you provide any character in the Fill With field of the Data Format shared resource and then use the shared resource along with the Render Data or the Parse Data activities, TIBCO BusinessWorks Container Edition adds the 'O' character in the activity output instead of the character provided by you.

AMBW-44957 The context-sensitive help for TIBCO Business Studio for BusinessWorks is not currently available in TIBCO BusinessWorks Container Edition 6.8.0.
AMBW-44034

The JDBC Query activity result set adds extra space in the output for a field that is empty in the database.

AMBW-42932 Selecting the Generate Process Diagrams check box does not generate the process diagram in the application module.
AMBW-36625 When there are validation errors in a TIBCO ActiveMatrix BusinessWorks application, they are not reported by the bwdesign utility when using the Validate option.
AMBW-28561 You can use TIBCO ActiveMatrix BusinessWorks Maven plug-in to integrate the test reports, which are generated with the CI/CD tools like Jenkins.

Release 2.7.1

Key Description
BWCE-4419

When the bwce-docker script is used from the master branch, container startup error occurs since the bwce-docker git repo still has references of Java 1.8.

BWCE-4019 On importing a project to a new workspace, an error occurs and the project sequences is changed.
BWCE-3922 Memory leak is observed in the Prometheus monitoring plug-in even though the application is not enabled.
BWCE-3709 The application container fails with unary operator expected error when reduced startup time scripts is used.
AMBW-45187 TIBCO Business Studio for BusinessWorks displays the following error in the Iterate group type element Group configuration error. Inline schema is not cloned correctly.
AMBW-45186 In TIBCO Business Studio for BusinessWorks, on the Problems tab, errors for all processes are not displayed.
AMBW-41919

TIBCO Business Studio for BusinessWorks throws a Null Pointer error when creating the custom xpath function.

Release 2.7.0

Key Description
BWCE-3920

A Namespace error occurs while creating an iterate group, setting the variable list and saving it.

BWCE-3450 On debug, TIBCO Business Studio for BusinessWorks crashes and leaves the debug java engine running while loading logs or clearing logs in TIBCO Business Studio for BusinessWorks console.
BWCE-3397 BWDesign Utility crashes in SUSE 12.5
BWCE-2556 When an application containing Netsuite plug-in activities is deployed in TIBCO BusinessWorks Container Edition Container, a SSLHandShakeException is thrown.
AMBW-44487

While performing the Push to Cloud action from TIBCO Business Studio for BusinessWorks, the EAR generation operation does not time out for large projects.

AMBW-44475

TIBCO BusinessWorks Container Edition throws an error  when mapping the JDBC Query activity's output to the Iterate group.

AMBW-44305

If you select the Generate Implementation Specification check box, the REST service binding binds properly with the newly generated Swagger specification and the same specification appears in the Manifest.json while exporting the application EAR.   

AMBW-43710

On running an application, the Activity output data validation error is displayed when the JDBC Query activity is used with the Iterate group.

AMBW-43195

The system:validate command throws an error and returns incorrect status code for some projects.

AMBW-43138

TIBCO Business Studio for BusinessWorks becomes unresponsive intermittently when you import a shared module through maven plug-in.

AMBW-43109

TIBCO Business Studio for BusinessWorks throws the Value for context variable is null error at runtime for some projects. Now a Quick Fix option is available which shows the Invalid context variable configuration error on the Problems tab when you import a project in TIBCO Business Studio for BusinessWorks for the Get Context activity.

After applying the quick fix, the error is not displayed and you get a successful response.

AMBW-43026

After renaming a process package, the Input tab of the Call Process activity is not displayed.

AMBW-42293

The XSLT is out of sync with schema component properties error continues to occur even after a quick fix is applied post-migration.

AMBW-42115

The last modified date of an API in the API Explorer tab is incorrect.

AMBW-42089

TIBCO Business Studio for BusinessWorks displays incorrect build order of modules when the projects are imported using the bwdesign utility.

AMBW-44449

Transition condition with boolean value is not evaluated correctly against String true.

Add the new -Dbw.xml.comparable.legacy.booleanStringEquality=true property as a VM argument along with the -Dbw.engine.use.transition.xpath.expression.lang.1.0=true property in TIBCO Business Studio for BusinessWorks

AMBW-44448

Empty tag is not generated for optional-nil elements.

Now, a new Treat optional-nil elements as optional elements check box is added on Window > Preferences > Mapper page. Select the check box and clean the workspace.

After cleaning the workspace, you get some XSLT out-of-sync errors on the Problems tab. Use the Quick Fix option to resolve those errors and execute the project again to generate empty tags for the optional-nil elements.

AMBW-44435 Input and Output schemas are not formed correctly when creating a Mesh client for a TIBCO ActiveMatrix BusinessWorks and TIBCO Flogo Open API Specification 3.0 Mesh Service.
AMBW-44434

After Tibtunnel recovers from its termination, TIBCO BusinessWorks Container Edition cannot connect to the on-premise resources such as Enterprise Message Service (EMS) for one round of Timer trigger.

AMBW-44350 TIBCO ActiveMatrix BusinessWorks consumes a large memory heap and throws the out of memory error when you read a file using the Java Invoke activity.
AMBW-44305

If you select the Generate Implementation Specification check box, the Swagger specification links a REST Service binding with an incorrect Swagger specification. It results in incorrect artifacts when you export an application to TIBCO Cloud Integration.    

AMBW-44090

TIBCO ActiveMatrix BusinessWorks does not display expected elements, if any, when an unexpected element is encountered while validating an XML document against a schema.

AMBW-43867

Oracle JDK 11.0.12 is now bundled with this release of TIBCO ActiveMatrix BusinesWorks.

AMBW-43209

When an XSLT transformation fails, the stack trace does not show the element that fails during the transformation and the cause of the failure on the Render JSON activity.

AMBW-43104 The Write File activity cannot generate a file when the TextContent field has the space character (" ") value.
AMBW-43100

The literal white space character ('') is not datatype-valid with respect to the datatype definition '{http://www.w3.org/2001/XMLSchema}double'. error is displayed in mapper.

To avoid typecasting error, use the following VM argument:

-Dbw.xml.general-comparison.ignore-numeric-cast=true

AMBW-43098 An application throws an error when an activity's XPath contains the insert-before() function.
AMBW-43097

The whitespace characters (' ') are trimmed in a string field of the Mapper activity.

AMBW-43044

The bwdesign utility shows the NLS unused message warning when exporting a project.

AMBW-42903

A SOAP service having the Reply activity throws the following error for an error configured on the Reply activity when the Reply activity has an input value mapped to the Description field:

$$$$$ ERROR occurred while converting between Axiom and BW preferred node type.

AMBW-42657

You cannot add the duplicate When condition along with its expression if you use the Surround with Choice option for an element, and then try to duplicate the When condition.

AMBW-42568

An application throws an error on design time and runtime when an activity's XPath contains the min() and max() function. A new Quick Fix option is provided to resolve the error.

AMBW-41646

Smart Mapper cannot create a For Each statement for a repeating element.

AMBW-34798

The $ParseXml/primitive>sum($ParseXml/NewElement) expression generates incorrect results with XPath 2.0 when the following VM arguments are set in TIBCO Business Studio for BusinessWorks: -Dbw.application.activity.validateInput=false and -Dbw.application.activity.validateOutput=false

AMBW-33760

Transition expression is not saved in MAC OS.

AMBW-33562

TIBCO Business Studio for BusinessWorks does not show the job data when debugging an application in the debugger