-
Bug
-
Resolution: Done
-
Major
-
7.1.1.Final
When deploying an EAR with two persistence units on single core machines, the server hangs.
When increasing the number of cores to two, the same server just works.
I traced the bug to the method in org.jboss.as.naming.WritableServiceBasedNamingStore.unbind
The container attempts to register "hibernate/SessionFactory" twice.
The first time it works, the second time it hangs on the wait statement.
I suspect a race condition in the ServiceControllerImpl.
- is blocked by
-
AS7-4934 Provide thread pool for blocking tasks to EE subsystems
- Resolved