mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Build fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2489 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -144,9 +144,6 @@ public class DescriptorServiceImpl implements DescriptorService, ApplicationList
|
|||||||
{
|
{
|
||||||
if (event instanceof ContextRefreshedEvent)
|
if (event instanceof ContextRefreshedEvent)
|
||||||
{
|
{
|
||||||
// initialise server descriptor
|
|
||||||
serverDescriptor = createServerDescriptor();
|
|
||||||
|
|
||||||
// initialise the repository descriptor
|
// initialise the repository descriptor
|
||||||
// note: this requires that the repository schema has already been initialised
|
// note: this requires that the repository schema has already been initialised
|
||||||
TransactionWork<Descriptor> createDescriptorWork = new TransactionUtil.TransactionWork<Descriptor>()
|
TransactionWork<Descriptor> createDescriptorWork = new TransactionUtil.TransactionWork<Descriptor>()
|
||||||
@@ -169,6 +166,8 @@ public class DescriptorServiceImpl implements DescriptorService, ApplicationList
|
|||||||
*/
|
*/
|
||||||
public void afterPropertiesSet() throws Exception
|
public void afterPropertiesSet() throws Exception
|
||||||
{
|
{
|
||||||
|
// initialise server descriptor
|
||||||
|
serverDescriptor = createServerDescriptor();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user