Remove message mappers
To remove a message mapper, manually remove it from the group of message mappers. To remove a message mapper:
- Open the WebSphere Commerce configuration file.
- Locate the MessageMapperGroup element.
- Locate MessageMapper element that you want to remove. It will look similar to the following:
<MessageMapper messageMapperId="#" classname="class implementing MessageMapper interface" enable="true" name="Name of Message Mapper"> <configuration /> </MessageMapper>- Change the value of the enable attribute to "false". This will disable the message mapper and make it unavailable for use.
- Restart WebSphere Commerce.
(C) Copyright IBM Corporation 1996, 2006. All Rights Reserved.