cancel
Showing results for 
Search instead for 
Did you mean: 

Overriding wcmquickstart-form-config.xml

mizage
Champ in-the-making
Champ in-the-making
I am trying to override some fields (ws:sectionConfig in ws:section)  in the wcmquickstart-form-config.xml. When I modify this file, it works fine. But when I try to override ws:sectionConfig by putting the change in share-config-custom.xml, it does not pick up the change. I can add new a field and it picks them up, but when I change the ws:sectionConfig it fails. There are no errors in the log and the other modifications present in share-config-custom.xml are there. It just ignores the one change to ws:sectionConfig.

Any ideas?
14 REPLIES 14

mizage
Champ in-the-making
Champ in-the-making
Here you go:


13:28:36,419 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
13:28:36,419 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
13:28:36,419 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [C:\Development\Servers\AlfrescoEnt\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\module\org_alfresco_module_dod5015\alfresco-global.properties]
13:28:36,419 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [C:\Development\Servers\AlfrescoEnt\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\module\org_alfresco_module_wcmquickstart\alfresco-global.properties]
13:28:36,419 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [C:\Development\Servers\AlfrescoEnt\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\module\test\alfresco-global.properties]
13:28:36,419 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/C:/Development/Servers/AlfrescoEnt/tomcat/shared/classes/alfresco-global.properties]
13:28:36,481 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:28:36,528 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:28:36,590 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:28:37,247 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
13:28:37,278 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:28:37,278 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:28:37,278 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:28:37,294 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
13:28:38,419 DEBUG [org.alfresco.config.JndiObjectFactoryBean] Located object with JNDI name [java:comp/env/jdbc/dataSource]
13:28:38,419 DEBUG [org.alfresco.config.JndiObjectFactoryBean] JNDI lookup failed - returning specified default object instead
javax.naming.NamingException: Unable to get connection from java:comp/env/jdbc/dataSource [Root exception is org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null']
   at org.alfresco.config.JndiObjectFactoryBean.lookup(JndiObjectFactoryBean.java:48)
   at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:201)
   at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:187)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1460)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1398)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1305)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1067)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1305)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1067)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1305)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1067)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1305)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1067)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
   at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
   at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:842)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:416)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
   at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
   at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
   at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
   at org.apache.catalina.core.StandardService.start(StandardService.java:519)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'
   at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createConnectionFactory(BasicDataSource.java:1452)
   at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1371)
   at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
   at org.alfresco.config.JndiObjectFactoryBean.lookup(JndiObjectFactoryBean.java:44)
   … 81 more
Caused by: java.lang.NullPointerException
   at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507)
   at sun.jdbc.odbc.JdbcOdbcDriver.knownURL(JdbcOdbcDriver.java:476)
   at sun.jdbc.odbc.JdbcOdbcDriver.acceptsURL(JdbcOdbcDriver.java:307)
   at java.sql.DriverManager.getDriver(DriverManager.java:253)
   at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createConnectionFactory(BasicDataSource.java:1437)
   … 84 more
13:28:51,590 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl
13:28:51,590 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js
13:28:56,918 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.PostgreSQLDialect.
13:28:58,731 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
13:28:59,590 DEBUG [org.alfresco.config.JndiPropertyPlaceholderConfigurer] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@1786e64, name=log4j:logger=org.alfresco.config.JndiPropertyPlaceholderConfigurer
13:28:59,606 DEBUG [org.alfresco.config.FixedPropertyPlaceholderConfigurer] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@1786e64, name=log4j:logger=org.alfresco.config.FixedPropertyPlaceholderConfigurer
13:28:59,606 DEBUG [org.alfresco.config.JndiObjectFactoryBean] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@1786e64, name=log4j:logger=org.alfresco.config.JndiObjectFactoryBean
13:28:59,606 DEBUG [org.alfresco.config.JndiPropertiesFactoryBean] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@1786e64, name=log4j:logger=org.alfresco.config.JndiPropertiesFactoryBean
13:28:59,637 DEBUG [org.alfresco.config] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@1786e64, name=log4j:logger=org.alfresco.config
13:28:59,637 DEBUG [org.alfresco.config.SystemPropertiesSetterBean] preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@1786e64, name=log4j:logger=org.alfresco.config.SystemPropertiesSetterBean
13:29:00,887 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
13:29:00,903 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:00,903 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:00,903 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:00,981 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
13:29:00,981 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]
13:29:00,996 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:00,996 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:00,996 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:02,168 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
13:29:02,168 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
13:29:02,168 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default]
13:29:02,184 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:02,184 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:02,184 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:02,199 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'OOoJodconverter' subsystem, ID: [OOoJodconverter, default] complete
13:29:02,903 WARN  [org.alfresco.repo.node.index.FullIndexRecoveryComponent] The indexes are not synchronized with the database.
13:29:03,309 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\DEVELO~1\Servers\ALFRES~1\alf_data
13:29:03,543 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
13:29:04,043 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
13:29:04,059 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 2 module(s).
13:29:04,137 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Starting module 'org_alfresco_module_wcmquickstart' version 1.0.
13:29:04,168 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Starting module 'org_alfresco_module_dod5015' version 1.0.
13:29:04,215 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [fileServers, default]
13:29:04,481 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:04,481 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:04,481 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:04,778 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
13:29:04,793 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:04,793 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:04,793 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:04,871 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete
13:29:04,887 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete
13:29:04,887 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [imap, default]
13:29:05,059 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:05,059 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:05,059 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:05,106 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [imap, default] complete
13:29:05,106 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, outbound]
13:29:05,168 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:05,168 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:05,168 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:05,215 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, outbound] complete
13:29:05,215 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, inbound]
13:29:05,231 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:05,231 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:05,231 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:05,278 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, inbound] complete
13:29:05,278 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'googledocs' subsystem, ID: [googledocs, default]
13:29:05,293 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:05,293 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:05,293 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:05,559 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'googledocs' subsystem, ID: [googledocs, default] complete
13:29:05,574 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] Enabled - calculate missing user usages …
13:29:05,574 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] Found 0 users to recalculate
13:29:05,574 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] … calculated missing usages for 0 users
13:29:05,590 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [Synchronization, default]
13:29:05,606 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:05,606 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:05,606 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:05,746 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete
13:29:05,996 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_22-b04; maximum heap size 682.688MB
13:29:05,996 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Replication' subsystem, ID: [Replication, default]
13:29:06,121 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:06,121 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:06,121 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:06,121 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Replication' subsystem, ID: [Replication, default] complete
13:29:23,434 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 460 Web Scripts (+0 failed), 712 URLs
13:29:23,434 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed)
13:29:23,434 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed)
13:29:23,434 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Repository Web Script Container (in 10146.713ms)
13:29:23,449 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
13:29:23,449 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
13:29:23,605 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [wcm_deployment_receiver, default]
13:29:23,637 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
13:29:23,637 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
13:29:23,637 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
13:29:23,699 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [wcm_deployment_receiver, default] complete

bremmington
Champ on-the-rise
Champ on-the-rise
It looks like you've modified the log4j.properties in the alfresco webapp rather than the share webapp. Please would you try again? Also, please would you additionally change this line in the same log4j.properties file (the Share one):
log4j.logger.org.alfresco.web.config.forms=info
so that it becomes:
log4j.logger.org.alfresco.web.config.forms=debug

mizage
Champ in-the-making
Champ in-the-making
log4j.logger.org.alfresco.web.config.forms=debug
log4j.logger.org.springframework.extensions=debug
log4j.logger.org.springframework.extensions.config.source.UrlConfigSource=info
log4j.logger.org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister=info

Fourth line shows custom being loaded.

12:36:28,572 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/share-workflow-form-config.xml
12:36:28,572 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-extension/share-config-custom.xml
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'flags'
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@ab1e1c as there wasn't an element reader registered for element 'flags'
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@45cceb (name=flags) to org.springframework.extensions.config.ConfigSectionImpl@905d91 (evaluator=null condition=null replace=true)
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.header.HeaderElementReader@1403f7d for element named 'header'
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.header.HeaderConfigElement@511470 (name=header) to org.springframework.extensions.config.ConfigSectionImpl@905d91 (evaluator=null condition=null replace=true)
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.WebFrameworkConfigElementReader@13e38a7 for element named 'web-framework'
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.WebFrameworkConfigElement@114fda5 (name=web-framework) to org.springframework.extensions.config.ConfigSectionImpl@1186258 (evaluator=string-compare condition=WebFramework replace=false)
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'visible'
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@1e0af27 as there wasn't an element reader registered for element 'visible'
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@b60c5 (name=visible) to org.springframework.extensions.config.ConfigSectionImpl@fe5ced (evaluator=string-compare condition=RepositoryLibrary replace=true)
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.RemoteConfigElementReader@ed299a for element named 'remote'
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.RemoteConfigElement@186fc54 (name=remote) to org.springframework.extensions.config.ConfigSectionImpl@11ff5bc (evaluator=string-compare condition=Remote replace=false)
12:36:28,572 DEBUG [org.springframework.extensions.config.BaseConfigService] Replaced org.springframework.extensions.config.element.GenericConfigElement@1ba967e (name=flags) with org.springframework.extensions.config.element.GenericConfigElement@45cceb (name=flags)
12:36:28,572 DEBUG [org.springframework.extensions.config.BaseConfigService] Replaced org.alfresco.web.config.header.HeaderConfigElement@907ea2 (name=header) with org.alfresco.web.config.header.HeaderConfigElement@511470 (name=header)
12:36:28,572 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@905d91 (evaluator=null condition=null replace=true) to the global section
12:36:28,572 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1186258 (evaluator=string-compare condition=WebFramework replace=false) to the sections list
12:36:28,572 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@fe5ced (evaluator=string-compare condition=RepositoryLibrary replace=true) to the sections list
12:36:28,572 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@11ff5bc (evaluator=string-compare condition=Remote replace=false) to the sections list
12:36:28,572 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-extension/share-config-custom.xml
12:36:28,572 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation
12:36:28,885 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'WebFramework'
12:36:28,885 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section
12:36:28,885 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@14767c2 (evaluator=string-compare condition=WebFramework replace=false) matches
12:36:28,885 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@1c8bfa4 (evaluator=string-compare condition=WebFramework replace=false) matches
12:36:28,885 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] Combined org.springframework.extensions.config.WebFrameworkConfigElement@dd0a33 (name=web-framework) with org.springframework.extensions.config.WebFrameworkConfigElement@1f97846 (name=web-framework) to create org.springframework.extensions.config.WebFrameworkConfigElement@134caf (name=web-framework)
12:36:28,885 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@1186258 (evaluator=string-compare condition=WebFramework replace=false) matches
12:36:28,885 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] Combined org.springframework.extensions.config.WebFrameworkConfigElement@114fda5 (name=web-framework) with org.springframework.extensions.config.WebFrameworkConfigElement@134caf (name=web-framework) to create org.springframework.extensions.config.WebFrameworkConfigElement@10f7532 (name=web-framework)
12:36:28,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Remote'
12:36:28,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section
12:36:28,978 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@a18951 (evaluator=string-compare condition=Remote replace=false) matches
12:36:28,978 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@17da8eb (evaluator=string-compare condition=Remote replace=false) matches
12:36:28,978 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] Combined org.springframework.extensions.config.RemoteConfigElement@46744d (name=remote) with org.springframework.extensions.config.RemoteConfigElement@fe49d6 (name=remote) to create org.springframework.extensions.config.RemoteConfigElement@1620283 (name=remote)
12:36:28,978 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@11ff5bc (evaluator=string-compare condition=Remote replace=false) matches
12:36:28,978 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] Combined org.springframework.extensions.config.RemoteConfigElement@186fc54 (name=remote) with org.springframework.extensions.config.RemoteConfigElement@1620283 (name=remote) to create org.springframework.extensions.config.RemoteConfigElement@1930c18 (name=remote)
12:36:28,994 INFO  [org.springframework.extensions.surf.AutowireService] Autowire Mode - development
12:36:28,994 INFO  [org.springframework.extensions.surf.AutowireService] Autowire Runtime - alfresco
12:36:28,994 INFO  [org.springframework.extensions.surf.AutowireService] Search Path: org.springframework.extensions.webscripts.SearchPath@581b90 = ['classpath*:alfresco/web-extension/site-webscripts','classpath*:alfresco/templates','classpath*:alfresco/site-webscripts','classpath*:surf/templates','classpath*:surf/webscripts']
12:36:28,994 INFO  [org.springframework.extensions.surf.AutowireService] Search Path: org.springframework.extensions.webscripts.SearchPath@79c17b = ['classpath*:alfresco/web-extension/site-webscripts','classpath*:alfresco/site-webscripts','classpath*:surf/webscripts']
12:36:28,994 INFO  [org.springframework.extensions.surf.AutowireService] Persister: [org.springframework.extensions.surf.persister.PathStoreObjectPersister ID: webframework.slingshot.persister.remote PathPrefix: alfresco/site-data/${objectTypeIds} Store: org.springframework.extensions.webscripts.RemoteStore@18d9248, org.springframework.extensions.surf.persister.StoreObjectPersister ID: webframework.sitedata.persister.classpath.alfresco-custom PathPrefix: /${objectTypeIds} Store: classpath*:alfresco/web-extension/site-data, org.springframework.extensions.surf.persister.StoreObjectPersister ID: webframework.sitedata.persister.alfresco-classpath PathPrefix: /${objectTypeIds} Store: classpath*:alfresco/site-data, org.springframework.extensions.surf.persister.StoreObjectPersister ID: webframework.sitedata.persister.classpath PathPrefix: /${objectTypeIds} Store: classpath*:surf/site] = ['webframework.slingshot.persister.remote','webframework.sitedata.persister.classpath.alfresco-custom','webframework.sitedata.persister.alfresco-classpath','webframework.sitedata.persister.classpath',]
12:36:28,994 DEBUG [org.springframework.extensions.surf.persister.PersisterService] Setting global cache setting: false delay: 0 onto persister: webframework.objects.persister
12:36:28,994 DEBUG [org.springframework.extensions.surf.persister.PersisterService] Initalising persister: webframework.objects.persister
12:36:28,994 INFO  [org.springframework.extensions.surf.persister.ReadOnlyStoreObjectPersister] Store missing for persister: webframework.sitedata.persister.classpath.alfresco-custom
12:36:30,103 DEBUG [org.springframework.extensions.surf.persister.PersisterService] Finished initalising persister: webframework.objects.persister
12:36:30,228 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Server'
12:36:30,228 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section
12:36:30,228 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@16feec0 (evaluator=string-compare condition=Server replace=false) matches
12:36:30,338 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.config.xml.XMLConfigService
12:36:30,338 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.webscripts.SearchPath$ProcessorLifecycle
12:36:32,916 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 312 Web Scripts (+0 failed), 322 URLs
12:36:32,916 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
12:36:32,916 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
12:36:32,916 DEBUG [org.springframework.extensions.config.BaseConfigService] Resetting config service
12:36:32,916 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation
12:36:32,916 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator
12:36:32,916 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:org/springframework/extensions/webscripts/spring-webscripts-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'org/springframework/extensions/webscripts/spring-webscripts-config.xml' from: jar:file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/lib/spring-webscripts-1.0.0.CI-SNAPSHOT.jar!/org/springframework/extensions/webscripts/spring-webscripts-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:META-INF/spring-webscripts-config-custom.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Failed to obtain input stream to classpath: META-INF/spring-webscripts-config-custom.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:org/springframework/extensions/surf/spring-surf-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'org/springframework/extensions/surf/spring-surf-config.xml' from: jar:file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/lib/spring-surf-1.0.0.CI-SNAPSHOT.jar!/org/springframework/extensions/surf/spring-surf-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:org/springframework/extensions/surf/spring-surf-config-remote.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'org/springframework/extensions/surf/spring-surf-config-remote.xml' from: jar:file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/lib/spring-surf-1.0.0.CI-SNAPSHOT.jar!/org/springframework/extensions/surf/spring-surf-config-remote.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:META-INF/spring-surf-config-custom.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Failed to obtain input stream to classpath: META-INF/spring-surf-config-custom.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: webapp:WEB-INF/surf.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/form-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/form-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/classes/alfresco/form-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/share-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/share-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/classes/alfresco/share-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/share-help-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/share-help-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/classes/alfresco/share-help-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/share-form-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/share-form-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/classes/alfresco/share-form-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/share-datalist-form-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/share-datalist-form-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/classes/alfresco/share-datalist-form-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/share-workflow-form-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/share-workflow-form-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/classes/alfresco/share-workflow-form-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-extension/share-config-custom.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-extension/share-config-custom.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:org/springframework/extensions/webscripts/spring-webscripts-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.ServerElementReader@167264e for element named 'server'
12:36:32,916 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.ServerConfigElement@103d2c8 (name=server) to org.springframework.extensions.config.ConfigSectionImpl@367c3 (evaluator=string-compare condition=Server replace=false)
12:36:32,916 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.RemoteConfigElementReader@191571e for element named 'remote'
12:36:32,916 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.RemoteConfigElement@ee777a (name=remote) to org.springframework.extensions.config.ConfigSectionImpl@1e5fd87 (evaluator=string-compare condition=Remote replace=false)
12:36:32,916 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'server': org.springframework.extensions.config.ServerElementReader
12:36:32,916 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'remote': org.springframework.extensions.config.RemoteConfigElementReader
12:36:32,916 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@367c3 (evaluator=string-compare condition=Server replace=false) to the sections list
12:36:32,916 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1e5fd87 (evaluator=string-compare condition=Remote replace=false) to the sections list
12:36:32,916 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:org/springframework/extensions/webscripts/spring-webscripts-config.xml
12:36:32,916 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:org/springframework/extensions/surf/spring-surf-config.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.WebFrameworkConfigElementReader@67bc7a for element named 'web-framework'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.WebFrameworkConfigElement@8716d3 (name=web-framework) to org.springframework.extensions.config.ConfigSectionImpl@eb9cde (evaluator=string-compare condition=WebFramework replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'web-framework': org.springframework.extensions.config.WebFrameworkConfigElementReader
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@eb9cde (evaluator=string-compare condition=WebFramework replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:org/springframework/extensions/surf/spring-surf-config.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:org/springframework/extensions/surf/spring-surf-config-remote.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.RemoteConfigElementReader@87e9a9 for element named 'remote'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.RemoteConfigElement@fd5fc0 (name=remote) to org.springframework.extensions.config.ConfigSectionImpl@994311 (evaluator=string-compare condition=Remote replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'remote': org.springframework.extensions.config.RemoteConfigElementReader
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@994311 (evaluator=string-compare condition=Remote replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:org/springframework/extensions/surf/spring-surf-config-remote.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: webapp:WEB-INF/surf.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.WebFrameworkConfigElementReader@67bc7a for element named 'web-framework'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.WebFrameworkConfigElement@222d5 (name=web-framework) to org.springframework.extensions.config.ConfigSectionImpl@3d0d8d (evaluator=string-compare condition=WebFramework replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@3d0d8d (evaluator=string-compare condition=WebFramework replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: webapp:WEB-INF/surf.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/form-config.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1751189 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@d24046 (evaluator=null condition=null replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'model-type': org.alfresco.web.config.forms.ModelTypeEvaluator
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'node-type': org.alfresco.web.config.forms.NodeTypeEvaluator
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'aspect': org.alfresco.web.config.forms.AspectEvaluator
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'task-type': org.alfresco.web.config.forms.TaskTypeEvaluator
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'forms': org.alfresco.web.config.forms.FormsElementReader
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@d24046 (evaluator=null condition=null replace=false) to the global section
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/form-config.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/share-config.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'flags'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@179b415 as there wasn't an element reader registered for element 'flags'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@11e05d3 (name=flags) to org.springframework.extensions.config.ConfigSectionImpl@10613e (evaluator=null condition=null replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.header.HeaderElementReader@16041fe for element named 'header'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.header.HeaderConfigElement@1410770 (name=header) to org.springframework.extensions.config.ConfigSectionImpl@10613e (evaluator=null condition=null replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'uri-templates'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@4f4ab4 as there wasn't an element reader registered for element 'uri-templates'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1b19aaa (name=uri-templates) to org.springframework.extensions.config.ConfigSectionImpl@121202e (evaluator=string-compare condition=UriTemplate replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'pages'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@1c7b5d1 as there wasn't an element reader registered for element 'pages'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@71df84 (name=pages) to org.springframework.extensions.config.ConfigSectionImpl@97a51 (evaluator=string-compare condition=SitePages replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'users'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@3d80c9 as there wasn't an element reader registered for element 'users'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1d2408f (name=users) to org.springframework.extensions.config.ConfigSectionImpl@8c9539 (evaluator=string-compare condition=Users replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'document-details'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@1990cf6 as there wasn't an element reader registered for element 'document-details'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1220804 (name=document-details) to org.springframework.extensions.config.ConfigSectionImpl@13c779c (evaluator=string-compare condition=DocumentDetails replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'groups'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@d0b4d6 as there wasn't an element reader registered for element 'groups'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@107a21 (name=groups) to org.springframework.extensions.config.ConfigSectionImpl@1c21cf9 (evaluator=string-compare condition=Console replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'search'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@fc2ca5 as there wasn't an element reader registered for element 'search'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1d7106d (name=search) to org.springframework.extensions.config.ConfigSectionImpl@776719 (evaluator=string-compare condition=Search replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'sorting'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@111d0ea as there wasn't an element reader registered for element 'sorting'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@aad613 (name=sorting) to org.springframework.extensions.config.ConfigSectionImpl@776719 (evaluator=string-compare condition=Search replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'advanced-search'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@1cc83fe as there wasn't an element reader registered for element 'advanced-search'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1edc7c7 (name=advanced-search) to org.springframework.extensions.config.ConfigSectionImpl@1d702d0 (evaluator=string-compare condition=AdvancedSearch replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'share-urls'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@f9a7a8 as there wasn't an element reader registered for element 'share-urls'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@6e1367 (name=share-urls) to org.springframework.extensions.config.ConfigSectionImpl@bbe701 (evaluator=string-compare condition=Replication replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'tree'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@3b11cd as there wasn't an element reader registered for element 'tree'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@dd4ee (name=tree) to org.springframework.extensions.config.ConfigSectionImpl@168fc1 (evaluator=string-compare condition=DocumentLibrary replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'aspects'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@137fe50 as there wasn't an element reader registered for element 'aspects'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1196f3b (name=aspects) to org.springframework.extensions.config.ConfigSectionImpl@168fc1 (evaluator=string-compare condition=DocumentLibrary replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'types'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@d5adee as there wasn't an element reader registered for element 'types'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@8de8ca (name=types) to org.springframework.extensions.config.ConfigSectionImpl@168fc1 (evaluator=string-compare condition=DocumentLibrary replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'google-docs'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@ae281c as there wasn't an element reader registered for element 'google-docs'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1cb469d (name=google-docs) to org.springframework.extensions.config.ConfigSectionImpl@168fc1 (evaluator=string-compare condition=DocumentLibrary replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'file-upload'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@8902da as there wasn't an element reader registered for element 'file-upload'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@11a67b9 (name=file-upload) to org.springframework.extensions.config.ConfigSectionImpl@168fc1 (evaluator=string-compare condition=DocumentLibrary replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'filters'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@8fc519 as there wasn't an element reader registered for element 'filters'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@d52b2b (name=filters) to org.springframework.extensions.config.ConfigSectionImpl@168fc1 (evaluator=string-compare condition=DocumentLibrary replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'root-node'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@1054ff9 as there wasn't an element reader registered for element 'root-node'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1c59111 (name=root-node) to org.springframework.extensions.config.ConfigSectionImpl@1b7025c (evaluator=string-compare condition=RepositoryLibrary replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'tree'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@1fbf127 as there wasn't an element reader registered for element 'tree'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@19548df (name=tree) to org.springframework.extensions.config.ConfigSectionImpl@1b7025c (evaluator=string-compare condition=RepositoryLibrary replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'hidden-workflows'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@1e33ab9 as there wasn't an element reader registered for element 'hidden-workflows'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1245703 (name=hidden-workflows) to org.springframework.extensions.config.ConfigSectionImpl@cc9f29 (evaluator=string-compare condition=Workflow replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'hidden-tasks'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@1e56215 as there wasn't an element reader registered for element 'hidden-tasks'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@8a8b1e (name=hidden-tasks) to org.springframework.extensions.config.ConfigSectionImpl@cc9f29 (evaluator=string-compare condition=Workflow replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'kerberos': org.alfresco.web.site.servlet.config.KerberosConfigElementReader
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'header': org.alfresco.web.config.header.HeaderElementReader
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@10613e (evaluator=null condition=null replace=false) to the global section
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@121202e (evaluator=string-compare condition=UriTemplate replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@97a51 (evaluator=string-compare condition=SitePages replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@8c9539 (evaluator=string-compare condition=Users replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@13c779c (evaluator=string-compare condition=DocumentDetails replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1c21cf9 (evaluator=string-compare condition=Console replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@776719 (evaluator=string-compare condition=Search replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1d702d0 (evaluator=string-compare condition=AdvancedSearch replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@bbe701 (evaluator=string-compare condition=Replication replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@168fc1 (evaluator=string-compare condition=DocumentLibrary replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1b7025c (evaluator=string-compare condition=RepositoryLibrary replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@cc9f29 (evaluator=string-compare condition=Workflow replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/share-config.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/share-help-config.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'help-pages'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@1b363fa as there wasn't an element reader registered for element 'help-pages'
12:36:32,931 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@68b91c (name=help-pages) to org.springframework.extensions.config.ConfigSectionImpl@1511d13 (evaluator=string-compare condition=HelpPages replace=false)
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1511d13 (evaluator=string-compare condition=HelpPages replace=false) to the sections list
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/share-help-config.xml
12:36:32,931 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/share-form-config.xml
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@ea69fa (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1d3a3bc (evaluator=node-type condition=cm:content replace=false)
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@389bd0 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@7d9bc8 (evaluator=node-type condition=cm:folder replace=false)
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@168a50f (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@12ca797 (evaluator=model-type condition=cm:content replace=false)
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@dd7469 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@105c0eb (evaluator=model-type condition=cm:folder replace=false)
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,947 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@16cbe3c (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@3d6c70 (evaluator=node-type condition=trx:transferTarget replace=false)
12:36:32,947 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1d3a3bc (evaluator=node-type condition=cm:content replace=false) to the sections list
12:36:32,947 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@7d9bc8 (evaluator=node-type condition=cm:folder replace=false) to the sections list
12:36:32,947 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@12ca797 (evaluator=model-type condition=cm:content replace=false) to the sections list
12:36:32,947 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@105c0eb (evaluator=model-type condition=cm:folder replace=false) to the sections list
12:36:32,947 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@3d6c70 (evaluator=node-type condition=trx:transferTarget replace=false) to the sections list
12:36:32,947 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/share-form-config.xml
12:36:32,947 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/share-datalist-form-config.xml
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@322abb (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@19375c2 (evaluator=model-type condition=dl:dataList replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1ef6329 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1574c00 (evaluator=node-type condition=dl:dataList replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1e578b5 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@57ea6a (evaluator=model-type condition=dl:todoList replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@ab767d (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@f04776 (evaluator=node-type condition=dl:todoList replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1abb84d (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@d0e7e3 (evaluator=model-type condition=dl:task replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@e993ad (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@de600b (evaluator=node-type condition=dl:task replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@f36fcb (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@30a1f2 (evaluator=model-type condition=dl:simpletask replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@9c2f98 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1f8d3a8 (evaluator=node-type condition=dl:simpletask replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@3aa1bf (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1511634 (evaluator=model-type condition=dl:contact replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@657a24 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@35e00c (evaluator=node-type condition=dl:contact replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@fe404a (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@2ecc38 (evaluator=model-type condition=dl:issue replace=false)
12:36:32,963 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@124fc67 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1370b4d (evaluator=node-type condition=dl:issue replace=false)
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@8be055 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@134f1db (evaluator=model-type condition=dl:event replace=false)
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@481e39 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@b85020 (evaluator=node-type condition=dl:event replace=false)
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@10d386d (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@f3964a (evaluator=model-type condition=dl:location replace=false)
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@e50837 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@7e794b (evaluator=node-type condition=dl:location replace=false)
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1244fff (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1000db5 (evaluator=model-type condition=dl:meetingAgenda replace=false)
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@110e7a4 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@d80128 (evaluator=node-type condition=dl:meetingAgenda replace=false)
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@14df (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@15a6fc3 (evaluator=model-type condition=dl:eventAgenda replace=false)
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,978 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@dd01a5 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@19714cd (evaluator=node-type condition=dl:eventAgenda replace=false)
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@19375c2 (evaluator=model-type condition=dl:dataList replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1574c00 (evaluator=node-type condition=dl:dataList replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@57ea6a (evaluator=model-type condition=dl:todoList replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@f04776 (evaluator=node-type condition=dl:todoList replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@d0e7e3 (evaluator=model-type condition=dl:task replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@de600b (evaluator=node-type condition=dl:task replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@30a1f2 (evaluator=model-type condition=dl:simpletask replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1f8d3a8 (evaluator=node-type condition=dl:simpletask replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1511634 (evaluator=model-type condition=dl:contact replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@35e00c (evaluator=node-type condition=dl:contact replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@2ecc38 (evaluator=model-type condition=dl:issue replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1370b4d (evaluator=node-type condition=dl:issue replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@134f1db (evaluator=model-type condition=dl:event replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@b85020 (evaluator=node-type condition=dl:event replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@f3964a (evaluator=model-type condition=dl:location replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@7e794b (evaluator=node-type condition=dl:location replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1000db5 (evaluator=model-type condition=dl:meetingAgenda replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@d80128 (evaluator=node-type condition=dl:meetingAgenda replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@15a6fc3 (evaluator=model-type condition=dl:eventAgenda replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@19714cd (evaluator=node-type condition=dl:eventAgenda replace=false) to the sections list
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/share-datalist-form-config.xml
12:36:32,978 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/share-workflow-form-config.xml
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@f410f8 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1860b4b (evaluator=string-compare condition=jbpm$wf:adhoc replace=false)
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@17e79d3 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@702d3c (evaluator=string-compare condition=jbpm$wf:review replace=false)
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1a9bc4e (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@89bc4d (evaluator=string-compare condition=jbpm$wf:reviewpooled replace=false)
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@374c8e (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@833f5e (evaluator=string-compare condition=jbpm$wf:parallelreview replace=false)
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@dce075 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@11446b2 (evaluator=string-compare condition=jbpm$wf:parallelgroupreview replace=false)
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@c4d227 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1c11567 (evaluator=string-compare condition=jbpm$wfl:lifecycleapproval replace=false)
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@178776a (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1e7e257 (evaluator=task-type condition=wf:submitAdhocTask replace=false)
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@121af33 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@75577e (evaluator=task-type condition=wf:submitReviewTask replace=false)
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@19c7171 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1dbb59e (evaluator=task-type condition=wf:submitGroupReviewTask replace=false)
12:36:32,994 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,010 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@d1581c (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1efa1f8 (evaluator=task-type condition=wf:submitParallelReviewTask replace=false)
12:36:33,010 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,010 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@59bb55 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@119f5bd (evaluator=task-type condition=inwf:inviteToSiteTask replace=false)
12:36:33,010 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,010 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@411509 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@cc157d (evaluator=task-type condition=imwf:moderatedInvitationSubmitTask replace=false)
12:36:33,010 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,010 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@13ef269 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@19cfc59 (evaluator=task-type condition=wf:adhocTask replace=false)
12:36:33,010 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@59ae6 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1fc8170 (evaluator=task-type condition=wf:completedAdhocTask replace=false)
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@126726c (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1224d90 (evaluator=task-type condition=wf:reviewTask replace=false)
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@cb669d (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1be032b (evaluator=task-type condition=wf:approvedTask replace=false)
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@12d2e71 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1440272 (evaluator=task-type condition=wf:rejectedTask replace=false)
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@fe331c (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@cda1ef (evaluator=task-type condition=wf:approvedParallelTask replace=false)
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@bf290b (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1f95a9 (evaluator=task-type condition=wf:rejectedParallelTask replace=false)
12:36:33,025 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@46d477 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@26f29f (evaluator=task-type condition=inwf:invitePendingTask replace=false)
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1fa6817 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@c7f24f (evaluator=task-type condition=inwf:acceptInviteTask replace=false)
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@a60bf5 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@15b0f7e (evaluator=task-type condition=inwf:rejectInviteTask replace=false)
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@ed97a6 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@7f3ccc (evaluator=task-type condition=imwf:moderatedInvitationReviewTask replace=false)
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1860b4b (evaluator=string-compare condition=jbpm$wf:adhoc replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@702d3c (evaluator=string-compare condition=jbpm$wf:review replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@89bc4d (evaluator=string-compare condition=jbpm$wf:reviewpooled replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@833f5e (evaluator=string-compare condition=jbpm$wf:parallelreview replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@11446b2 (evaluator=string-compare condition=jbpm$wf:parallelgroupreview replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1c11567 (evaluator=string-compare condition=jbpm$wfl:lifecycleapproval replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1e7e257 (evaluator=task-type condition=wf:submitAdhocTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@75577e (evaluator=task-type condition=wf:submitReviewTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1dbb59e (evaluator=task-type condition=wf:submitGroupReviewTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1efa1f8 (evaluator=task-type condition=wf:submitParallelReviewTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@119f5bd (evaluator=task-type condition=inwf:inviteToSiteTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@cc157d (evaluator=task-type condition=imwf:moderatedInvitationSubmitTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@19cfc59 (evaluator=task-type condition=wf:adhocTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1fc8170 (evaluator=task-type condition=wf:completedAdhocTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1224d90 (evaluator=task-type condition=wf:reviewTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1be032b (evaluator=task-type condition=wf:approvedTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1440272 (evaluator=task-type condition=wf:rejectedTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@cda1ef (evaluator=task-type condition=wf:approvedParallelTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1f95a9 (evaluator=task-type condition=wf:rejectedParallelTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@26f29f (evaluator=task-type condition=inwf:invitePendingTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@c7f24f (evaluator=task-type condition=inwf:acceptInviteTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@15b0f7e (evaluator=task-type condition=inwf:rejectInviteTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@7f3ccc (evaluator=task-type condition=imwf:moderatedInvitationReviewTask replace=false) to the sections list
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/share-workflow-form-config.xml
12:36:33,041 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-extension/share-config-custom.xml
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'flags'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@17084b8 as there wasn't an element reader registered for element 'flags'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@19666a (name=flags) to org.springframework.extensions.config.ConfigSectionImpl@192c99c (evaluator=null condition=null replace=true)
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.header.HeaderElementReader@16041fe for element named 'header'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.header.HeaderConfigElement@16f844a (name=header) to org.springframework.extensions.config.ConfigSectionImpl@192c99c (evaluator=null condition=null replace=true)
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.WebFrameworkConfigElementReader@67bc7a for element named 'web-framework'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.WebFrameworkConfigElement@565388 (name=web-framework) to org.springframework.extensions.config.ConfigSectionImpl@18623a3 (evaluator=string-compare condition=WebFramework replace=false)
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'visible'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@18de0a9 as there wasn't an element reader registered for element 'visible'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@198a320 (name=visible) to org.springframework.extensions.config.ConfigSectionImpl@1fdb5c7 (evaluator=string-compare condition=RepositoryLibrary replace=true)
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.RemoteConfigElementReader@87e9a9 for element named 'remote'
12:36:33,041 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.RemoteConfigElement@1a9281f (name=remote) to org.springframework.extensions.config.ConfigSectionImpl@891447 (evaluator=string-compare condition=Remote replace=false)
12:36:33,056 DEBUG [org.springframework.extensions.config.BaseConfigService] Replaced org.springframework.extensions.config.element.GenericConfigElement@11e05d3 (name=flags) with org.springframework.extensions.config.element.GenericConfigElement@19666a (name=flags)
12:36:33,056 DEBUG [org.springframework.extensions.config.BaseConfigService] Replaced org.alfresco.web.config.header.HeaderConfigElement@1410770 (name=header) with org.alfresco.web.config.header.HeaderConfigElement@16f844a (name=header)
12:36:33,056 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@192c99c (evaluator=null condition=null replace=true) to the global section
12:36:33,056 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@18623a3 (evaluator=string-compare condition=WebFramework replace=false) to the sections list
12:36:33,056 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1fdb5c7 (evaluator=string-compare condition=RepositoryLibrary replace=true) to the sections list
12:36:33,056 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@891447 (evaluator=string-compare condition=Remote replace=false) to the sections list
12:36:33,056 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-extension/share-config-custom.xml
12:36:33,056 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/dod-5015-form-config.xml
12:36:33,056 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/dod-5015-form-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/classes/alfresco/dod-5015-form-config.xml
12:36:33,056 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/dod-5015-form-config.xml
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@ec4221 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@e9b11c (evaluator=null condition=null replace=false)
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1a21282 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@16d43cd (evaluator=model-type condition=dod:recordSeries replace=false)
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@93ae8f (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1a931a8 (evaluator=model-type condition=dod:recordCategory replace=false)
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1c91eb3 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@fe986f (evaluator=model-type condition=rma:recordFolder replace=false)
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1869e13 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@f40ddf (evaluator=model-type condition=rma:nonElectronicDocument replace=false)
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@101cc3e (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1082505 (evaluator=node-type condition=rma:dispositionSchedule replace=false)
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1c514a7 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1cf2179 (evaluator=node-type condition=dod:recordSeries replace=false)
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@99cd30 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@16e0eb9 (evaluator=node-type condition=dod:recordCategory replace=false)
12:36:33,056 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,072 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@1c692b (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@13cb966 (evaluator=node-type condition=rma:recordFolder replace=false)
12:36:33,072 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@b8a5bb (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@88ba35 (evaluator=node-type condition=cm:content replace=false)
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@609547 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@e88227 (evaluator=node-type condition=rma:nonElectronicDocument replace=false)
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@66a7f5 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@19ce6db (evaluator=node-type condition=cm:folder replace=false)
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Combined org.alfresco.web.config.forms.FormsConfigElement@1751189 (name=forms) with org.alfresco.web.config.forms.FormsConfigElement@ec4221 (name=forms) to create org.alfresco.web.config.forms.FormsConfigElement@1f83dec (name=forms)
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@e9b11c (evaluator=null condition=null replace=false) to the global section
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@16d43cd (evaluator=model-type condition=dod:recordSeries replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1a931a8 (evaluator=model-type condition=dod:recordCategory replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@fe986f (evaluator=model-type condition=rma:recordFolder replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@f40ddf (evaluator=model-type condition=rma:nonElectronicDocument replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1082505 (evaluator=node-type condition=rma:dispositionSchedule replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1cf2179 (evaluator=node-type condition=dod:recordSeries replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@16e0eb9 (evaluator=node-type condition=dod:recordCategory replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@13cb966 (evaluator=node-type condition=rma:recordFolder replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@88ba35 (evaluator=node-type condition=cm:content replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@e88227 (evaluator=node-type condition=rma:nonElectronicDocument replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@19ce6db (evaluator=node-type condition=cm:folder replace=false) to the sections list
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/dod-5015-form-config.xml
12:36:33,088 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/extension/my-wcmquickstart-form-config.xml
12:36:33,088 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/extension/my-wcmquickstart-form-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/shared/classes/alfresco/extension/my-wcmquickstart-form-config.xml
12:36:33,088 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/extension/my-wcmquickstart-form-config.xml
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@fa6afc (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@85e6b1 (evaluator=node-type condition=ws:section replace=true)
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@6480d7 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@46bf27 (evaluator=node-type condition=ws:indexPage replace=false)
12:36:33,088 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,103 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@291568 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@13c7a9f (evaluator=node-type condition=ws:article replace=false)
12:36:33,103 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,103 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@154362f (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@1b157ba (evaluator=model-type condition=ws:article replace=false)
12:36:33,103 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@85e6b1 (evaluator=node-type condition=ws:section replace=true) to the sections list
12:36:33,103 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@46bf27 (evaluator=node-type condition=ws:indexPage replace=false) to the sections list
12:36:33,103 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@13c7a9f (evaluator=node-type condition=ws:article replace=false) to the sections list
12:36:33,103 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1b157ba (evaluator=model-type condition=ws:article replace=false) to the sections list
12:36:33,103 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/extension/my-wcmquickstart-form-config.xml
12:36:33,103 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/wcmquickstart-form-config.xml
12:36:33,103 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/wcmquickstart-form-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/classes/alfresco/wcmquickstart-form-config.xml
12:36:33,103 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/wcmquickstart-share-config.xml
12:36:33,103 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/wcmquickstart-share-config.xml' from: file:/C:/Development/Servers/AlfrescoEnt/tomcat/webapps/share/WEB-INF/classes/alfresco/wcmquickstart-share-config.xml
12:36:33,103 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/wcmquickstart-form-config.xml
12:36:33,119 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,119 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@b413de (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@846ccc (evaluator=node-type condition=ws:section replace=false)
12:36:33,119 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,119 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@cade58 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@cb7647 (evaluator=node-type condition=ws:webroot replace=false)
12:36:33,119 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.forms.FormsElementReader@44dd8c for element named 'forms'
12:36:33,119 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.forms.FormsConfigElement@10b3368 (name=forms) to org.springframework.extensions.config.ConfigSectionImpl@5bfca9 (evaluator=node-type condition=ws:website replace=false)

bremmington
Champ on-the-rise
Champ on-the-rise
Thanks. That shows that your custom forms are still being loaded before the out-of-the-box ones. I've trawled through the config service code, and I have another suggestion to make. I hesitate to make it, but here goes…

I think that the config service is loading the configuration files up in alphabetical order, where the sort key is the name of the Spring bean. If I'm right then if you rename your bean so that rather than "myCustomShareConfig" it's named something like "zMyCustomShareConfig" then that will work around the problem.

Give it a go, and let me know if it works. In the meantime I'll add a "proper" hook point to the WQS config to prevent this kind of problem in the future. I've raised this in Jira as ALF-10966.

mizage
Champ in-the-making
Champ in-the-making
Cheers! That worked.  :mrgreen: