ICO0010E
javax.resource.spi.IllegalStateException:
ICO0010E:methodname error.
The method was invoked on an invalid IMSConnection instance.

Explanation

The method indicated in methodname was invoked on an invalid IMSConnection instance. If the methodname is lazyEnlist, an attempt was made to enlist a connection in the current transaction that could not be enlisted.

User response

The named method was most likely issued on an IMSConnection instance that was already closed.

Feedback