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