]
Jason Greene updated WFLY-2982:
-------------------------------
Fix Version/s: 10.0.0.Alpha3
(was: 10.0.0.Alpha2)
refactor two phase persistence unit services
(PhaseOnePersistenceUnitServiceImpl + PersistenceUnitServiceImpl) into one service
-------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-2982
URL:
https://issues.jboss.org/browse/WFLY-2982
Project: WildFly
Issue Type: Feature Request
Components: JPA / Hibernate
Affects Versions: 8.0.0.Final
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 10.0.0.Alpha3
Related feedback from
https://github.com/wildfly/wildfly/pull/4722:
{quote}
This is asymetrical, so if this service , and phase one are stopped, and then phase 1 is
started again, phase 2 will appear started. The side effects seem minor though
{quote}
{quote}
We have a long term goal to somehow verify every service can be stopped and started with
the expected effect. Right now many of our services are not restartable which makes
potential new features like partial deployment standby hard to achieve. So Im just
offering pointers whenever I see lifecycle symmetry issues.
{quote}