legsem / legstar

Automatically exported from code.google.com/p/legstar
0 stars 2 forks source link

Socket Transport fails with NullPointerException if rollback attempt before connection established #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an instance of CicsSocket
2. call the rollbackUOW method

What is the expected output? What do you see instead?

Rollback should return normally (since there is nothing to rollback). Instaed 
we get an NPE because rollbackUOW (and commitUOW) both assume the connection 
object was created.

Original issue reported on code.google.com by fady.mou...@gmail.com on 24 Oct 2011 at 12:55

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 4 Jun 2012 at 8:37

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 8 Jun 2012 at 10:17