Document Properties
Kbid
296Y64
Last Modified
29-Aug-2021
Added to KB
20-Oct-2020
Public Access
Everyone
Status
Online
Doc Type
References
Product
IOM 3.0
Reference - IOM Properties 3.0

Introduction

The present guide is addressed to project developers to give them an overview about global IOM properties, which are settable in context of projects.

Glossary

WordingDescription
CLICommand Line Interface
IOM

The abbreviation for Intershop Order Management

JBossSynonym for WildFly (former name of the WildFly application server)
OMSThe abbreviation for Order Management System, the technical name of IOM
URLUniform Resource Locator
WildFlyThe application server that IOM runs on

References

Cluster Properties

These properties are defined in IOM standard project structure as part of the customization artifact. Cluster properties are WildFly system properties, which define the machine-independent global configuration of an IOM cluster. It is possible to define environment-specific cluster.properties.

directory structure of custom properties
etc/
├── base/
│   ├── cluster.properties
│   └── ...
└── env/
    ├── <env-name 1>/
    │   └── cluster.properties
    ├── <env-name 2>/
    │    └── cluster.properties
    └── ...


Property
Description
Exemplary Value
is.oms.mail.external.fromThe sender address for external e-mails (e.g., e-mails sent to the shop customers)noreply@youraddress.com
is.oms.mail.internal.fromThe sender address for internal e-mails (e.g., to report errors via e-mail)noreply@youraddress.com
is.oms.mail.internal.toThe recipient for internal e-mailsoperations@youraddress.com
is.oms.mail.internal.ccThe carbon copy for internal e-mails
is.oms.mail.internal.bccThe blind carbon copy for internal e-mails
is.oms.mail.businessoperations.toThe recipient for business operations e-mailsbusinessoperations@youraddress .com
is.oms.validation.pattern.phoneValidation pattern for phone numbers. If not set, the default value will be used.(^$)|(^[+]?[0-9. ()/-]{8,25}$)
is.oms.validation.pattern.email

Validation pattern for e-mail addresses. If not set, the default value will be used.

Note

The character '\' in the regular expression requires an escaping (\ => \\). Otherwise, the property would not be set correctly.

Desired expression

^[A-Za-z0-9._%+-]+@[A-Za-z0-9][A-Za-z0-9.-]*\.[A-Za-z]{2,9}$

requires the following escaped expression

^[A-Za-z0-9._%+-]+@[A-Za-z0-9][A-Za-z0-9.-]*\\.[A-Za-z]{2,9}$

is.oms.validation.pattern.password

Validation pattern for passwords. If not set, the default value will be used.

Note

The character '\' in the regular expression requires an escaping (\ => \\). Otherwise, the property would not be set correctly.


Desired expression

^(?=[^\s]*[a-zA-Z])(?=[^\s]*[\d])[^\s]{8,}$

requires the following escaped expression

^(?=[^\\s]*[a-zA-Z])(?=[^\\s]*[\\d])[^\\s]{8,}$

is.oms.validation.pattern.password.hintThe displayed note where you can explain the password rules for OMT users can be customized.
If not set, the default value will be used.
The password must include a letter, a number and must contain at least 8 characters.

Persisted Platform Wide Properties

Definition and Background

A few platform-wide configurations are set directly in the database, within the table PlatformConfigDO or PlatformConfigPropertyDO. These properties are also kept in a java cache that must be explicitly reset if one of those properties get modified.

The difference between PlatformConfigDO and PlatformConfigPropertyDO is a historic one and the properties currently kept in PlatformConfigDO might move to PlatformConfigPropertyDO in a future version.

PlatformConfigPropertyDO can be used to add project-specific customization properties.

References

Properties

PlatformConfigPropertyDO

Expected properties:

KeyDefault ValueValidateDescription
archive_OrderMessageLog_min_age90^[1-9]([0-9]+)?Number of days after which the entries in table "OrderMessageLogDO" should be exported
and the columns "request" and "response" set to 'archived' in order to reduce the table size.
Min. accepted value: 10
delete_OrderMessageLog_min_age180^[1-9]([0-9]+)?The number of days after which the entries in table "OrderMessageLogDO" will definitely be deleted in order to reduce the table size.
Must be greater than archive_OrderMessageLog_min_age.
archive_ShopCustomerMail_min_age1826^[1-9]([0-9]+)$Number of days after which the entries in table "ShopCustomerMailTransmissionDO" should be exported (Quartz job "ShopCustomerMailTransmissionArchive")
and the column "message" set to ''deleted'' in order to reduce the table size.
The default is 1826 for 5 years, however, the export will not take place if this property and ''archive_ShopCustomerMail_max_count'' are not set.
Min. accepted value: 10
archive_ShopCustomerMail_max_count10000^[1-9]([0-9]+)$Maximum Number of entries in table "ShopCustomerMailTransmissionDO" to be exported per run of the Quartz job "ShopCustomerMailTransmissionArchive".
The default is 10000, however, the export will not take place if this property and ''archive_ShopCustomerMail_min_age'' are not set.
Min. accepted value: 10
delete_ShopCustomerMail_min_age2190^[1-9]([0-9]+)$The number of days after which the entries in table "ShopCustomerMailTransmissionDO" will definitely be deleted in order to reduce the table size.
(Quartz job"ShopCustomerMailTransmissionArchive")
The default is 2190 for 6 years, however, the deletion will not take place if this property is not set.
Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.