Guide - IOM 4.1 Migration of Customization

Table of Contents


Product Version

4.1

Product To Version

4.1
Status

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 Customer Support website uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties.

Further information on privacy can be found in the Intershop Privacy Policy and Legal Notice.
Customer Support
Knowledge Base
Product Resources
Tickets