03-23-07 12:28 PM
>I don't understand why you would want to do this. Are you testing to see
>if the container actually works? That is guaranteed by compliance to the
>J2EE specification, and if you find problems you can report them to IBM
>through normal support channels. It would seem to be more productive for
>you to test your own code, rather than our code ...
I don't want to test IBM container implementation. I want to test concurrent
issues of my application. It is true that container do much work to control
the concurrency, but there is still a room for errors.
I found at least three sources of errors:
1. If I do some synchronization to shared data manually, I can do something
wrong.
2. The incorrect settings of transaction context (Required, ...)
3. Wrong database isolation level (Read uncommited, ...)
[ Post a follow-up to this message ]
|