I am facing a very weird situation. I am trying to delete an entry in the table and add another row. Both the actions are performed in the same thread. Whatever ...
i have a Hbase installation in distributed mode. The database is working fine and I am able to connect to the database if my webapp(spring + datanucleus JDO) is deployed on ...
I am facing a problem in modifying an object in a loop in the same thread and the modification seems to work fine if the modification is done in different threads.
Here ...