Document Properties
Kbid
30447H
Last Modified
13-Jun-2022
Added to KB
13-Jun-2022
Public Access
Everyone
Status
Online
Doc Type
Guidelines
Product
IOM 4.1
Guide - IOM 4.1 Migration of Customization

Removed Internal and Operations Mails

The according values in cluster.properties have to be removed. These are:

  • is.oms.mail.internal.from
  • is.oms.mail.internal.to
  • is.oms.mail.internal.cc
  • is.oms.mail.internal.bcc

IOM 4.1 is Based on Wildfly 26.1.0.Final

Projects have to update their dependencies:

<dependency>
  <groupId>org.wildfly.bom</groupId>
  <artifactId>wildfly-jakartaee8-with-tools</artifactId>
  <scope>import</scope>
  <type>pom</type>
  <version>26.1.0.Final</version>
</dependency>
 
<dependency>
  <groupId>org.wildfly</groupId>
  <artifactId>wildfly-spec-api</artifactId>
  <scope>provided</scope>
  <type>pom</type>
  <version>26.1.0.Final</version>
</dependency>

Expandable Enumerations

Some expandable enumerations have new attributes or are improved, and the corresponding expanded classes in projects should be modified accordingly:

ExpandedExecutionBeanKeyDefDO

Remove references to the deprecated attribute activeOMT

ExpandedChargeTypeDefDO

Persisted the enum name, as used in APIs:

/**
* @return the enum name of the charge type
*/
@Override
@Column(name = "`chargeType`")
public String getEnumName()
{
	return name();
}

ExpandedPaymentDefDO

Persisted the enum name, as used in APIs:

@Override
@Column(name = "`paymentName`", length = 100, nullable = false)
public String getFieldName()
{
	return this.name();
}

The groupRef was not being persisted:

/**
* @return the id of the payment method group
*/
@Override
@Column( name = "`paymentGroupRef`" )
public Integer getPaymentGroupRef()
{
	return ( paymentGroup == null ? null : paymentGroup.getId() );
}
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.