-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
-
-
-
Very Likely
-
0
The bean of type CICSPooledGatewayFactory has been used to mitigate the hardcoded "tcp" bug in the code and also to implement connection pooling. The component's code is throwing a "java.io.IOException: CTG6662E This JavaGateway instance is already open" error because the CICSProducer class invokes the gw.open() under the processECI method which fails because the "gw" object is already open by the connection pool. There needs to be a check if the gw is already open to not attempt to open it again which causes this error.