ICO0087E javax.resource.ResourceException:
ICO0087E: methodname error.
Protocol violation. commit mode 1 is not allowed for interactions on a
dedicated persistent socket.

Explanation

The value of 1 that is specified for the commitMode property is invalid. Because the connection factory is configured for a dedicated persistent socket, commit mode 1 is not allowed.

User response

For a dedicated persistent socket connection factory, only commit mode 0 interactions are valid. To determine if you are using a dedicated persistent socket, check for a value of true for the CM0Dedicated property of the connection factory that is used by the interaction.