Have you take a thread dump to see what the 'hung' thread is doing? Is it possible that the 'hung' thread is actually loading much more data than you are expecting, and as such, taking a long time to execute?
Thanks, Rick On Thu, Oct 17, 2013 at 10:54 AM, Akash Gunjal <akgun...@in.ibm.com> wrote: > > Hello, > > The problem scenario is as described below. > > OpenJpa is used to manage entities in websphere liberty. There are two > entities managed by different entity managers. When the first entity is in > transaction, it tries to access a property from the second entity by > invoking a select query. The second entity manager is invoked through a > service injected using blueprint at the server start-up. But when the > second entity is being fetched, the application hangs and never comes back. > There is no exception thrown but the application never recovers from the > hang state. > > Regards, > Akash > > -- *Rick Curtis*