Loading...
Improvements and new features included in Mirth® Connect version 4.4.1.
ForbiddenClassException
errors or something similar. To fix this problem, you'll need to allow those specific types by adding one or both of the following properties to your mirth.properties
file:
xstream.allowtypes
- A comma-separated list of fully-qualified classes to allow. These classes can include wildcards. Example values are com.my.package.MyClass
, com.my.package.MyClass$MyInnerClass
, and com.my.package.*
.
xstream.allowtypehierarchies
- A comma-separated list of fully-qualified type hierarchies to allow. This means that these classes and their subclasses will be allowed. An example value is com.my.package.MyParentClass
.