forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LPD-25508 Delay company creation via OSGI configs, until initial request
This company creation mechanism (via OSGI config), was intended to be used with DBPartition enabled. But, with the current state of DBPartition, creating a new partition requires the default company to first be fully ready and populated, since it needs to copy over certain tables from the default company to the new partition. And so, delaying the company creation until the initial request should help to ensure that the default company is fully ready and populated, before attempting to create a new company and partition.
- Loading branch information
1 parent
c533f91
commit d0732f9
Showing
1 changed file
with
57 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters