PAS 26.2 (06.07.2026)
Migration Note
With this release we changed how the xUML Runtime handles errors when closing files that have been opened for writing. This means that additional exceptions can occur, in particular, but not limited to, in following adapters:
-
FileSystemAdapter - actions: write, close
-
FlatFileAdapter - when using file output
-
URL/SOAP/REST - when streaming output to a file
In cases when a file is closed automatically, like at the end of a session, the failure gets logged at “Error” level.
Please note that we have updated our license information.
New Features
Administration and Portal
-
Added possibility to export and import the configuration of an xUML service
When importing a service previously exported from the PAS Administration or Integration, users can now select to import the exported service configuration alongside the repository.The exported settings will be applied to the imported service.
See Working With the Deployment Wizard in the Scheer PAS documentation for more information on that.
Assets
-
FileStorage library supports new features of the platform
Uploaded files can be flagged for automatic removal to simplify handling temporary files and prevent cluttering your file system with outdated files.
ThegetFile()operation now returns additional file metadata such as etag, expiration date, content type, size, and more.
Designer Examples
-
New example that shows how to handle large data structures
Some backend access involves large data structures, for example, SAP IDocs or OData entities include many fields you may not need in your service.
This new best practice example shows the approach to simplify the data structure and to proceed in your process with the simplified structure.
Improvements and Fixes
-
API Management
-
Made JNDI pooling options configurable
-
-
Designer
-
Return parameters can be named like other parameters
-
Improved standard form CSS regarding heading levels
-
Fixed a bug where the process instance list could not be configured
-
Fixed a bug where columns could not be removed from the grouping element in forms
-
Fixed a bug in the Java xLib DevKit where the build failed
-
-
Integration (Bridge)
-
Runtime 2026.5.1
-
Updated Apache httpd to version 2.4.68
-
Updated Java to version 21.0.11
-
Updated Tomcat to version 9.0.118
-
-
Builder
-
Runtime 2026.5.1
-
-
xUML Runtime
-
Added handling of the result of a close() action for adapters that handle files (see also announcement above)
-