<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HTTPConfigSource?? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13679#M5759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it should be sufficient to turn it on, do you not see any extra output in alfresco.log?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, everything you say is possible with XMLConfigService, i was just ensuring there wasn't an easier way to achieve what you wanted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both ways you have mentioned before, the download servlet and the more direct URL should work if you are calling them from within another bean. Let's get the debug output and see whats happening.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2006 21:36:36 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2006-04-04T21:36:36Z</dc:date>
    <item>
      <title>HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13672#M5752</link>
      <description>Hi!I am trying to read a XML file that is stored in Company_Home by its http url however I have this error :caused by&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.alfresco.config.ConfigException: Failed to parse config streamcaused by&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.dom4j.DocumentException: Error on line 31 of document : Open quote is expected for attribute "width" a</description>
      <pubDate>Mon, 03 Apr 2006 15:18:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13672#M5752</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-03T15:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13673#M5753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Even while doing this that does not work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;List&amp;lt;String&amp;gt; configFile = new ArrayList&amp;lt;String&amp;gt;(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;configFile.add("&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/4cc5bdbc-c323-11da-9641-7f540d74d65b/EF_Config_Pages.xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/4cc5bdbc-c323-11da-9641-7f540d74d65b/EF_Config_Pages.xml&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XMLConfigService svc = new XMLConfigService(new HTTPConfigSource(configFile));&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 16:50:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13673#M5753</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-03T16:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13674#M5754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Should I use this url instead:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/EF_Config_Pages.xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/EF_Config_Pages.xml&lt;/A&gt;&lt;SPAN&gt;" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because while doing that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;List&amp;lt;String&amp;gt; configFile = new ArrayList&amp;lt;String&amp;gt;(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;String xmlToParse = "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/EF_Config_Pages.xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/EF_Config_Pages.xml&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;configFile.add(xmlToParse);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XMLConfigService svc = new XMLConfigService(new HTTPConfigSource(configFile));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;svc.init();&amp;nbsp;&amp;nbsp; –&amp;gt;this is not null !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Config config = svc.getConfig("DefaultLanguage");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt; this is not null !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;children = config.getConfigElement("children");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;this is null and I do not understand why?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My XML contains this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;alfresco-config&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!–&amp;nbsp; Default language&amp;nbsp; –&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;config evaluator="string-compare" condition="DefaultLanguage"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;children&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;theDefaultLanguage&amp;gt;en&amp;lt;/theDefaultLanguage&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/children&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[…]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 21:00:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13674#M5754</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-03T21:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13675#M5755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When using the download servlet, were you using an authenticated session? It may be that the request was actually sending the HTML for the login page?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your last attempt, it certainly looks OK. From what I can see the line &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;children = config.getConfigElement("children");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;should give you back something i.e. not null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The config service has a fair bit of debugging so you could try turning that on. In projects/core/source/java/log4j.properties add the following lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;log4j.logger.org.alfresco.config=debug&lt;BR /&gt;log4j.logger.org.alfresco.web.config=debug&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you possibly run your simple test you have above and post the debug output?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 21:22:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13675#M5755</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-04-03T21:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13676#M5756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my programmation I am doing the following in a class defined in faces-beans and that gets the authentication service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;String configPageXMLPath = "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/EF_Config_Pages.xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/EF_Config_Pages.xml&lt;/A&gt;&lt;SPAN&gt;"; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this.pers_defaultLanguage = xmlService.getDefaultLanguage(configPageXMLPath).toString();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where xmlService is a simple class that calls the code above. I do not define this class in the application-context.xml and I do not call the authenticationService… Should I?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the debug:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;javax.faces.el.EvaluationException: Exception while invoking expression #{EFE_NewUserWizard.startWizard}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at javax.faces.component.UICommand.broadcast(UICommand.java:86)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.app.servlet.AlfrescoFacesServlet.service(AlfrescoFacesServlet.java:49)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:73)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.lang.Thread.run(Thread.java:595)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.lang.NullPointerException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.config.EF_XMLParse.getDefaultLanguage(EF_XMLParse.java:92)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.bean.wizard.EF_NewUserWizard.init(EF_NewUserWizard.java:297)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.bean.wizard.AbstractWizardBean.startWizard(AbstractWizardBean.java:114)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.lang.reflect.Method.invoke(Method.java:585)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;… 32 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:06:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13676#M5756</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-04T06:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13677#M5757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need you to turn on debugging for the config service and post the debug output to determine why you get the NullPointerException.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, all you are doing is trying to get some config setting so is there any reason why you can not put the custom config in the web-client-config-custom.xml file? Or does it HAVE to be read via a URL?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using Tomcat place the web-client-config-custom.xml file in tomcat/shared/classes/alfresco/extenstion and it will get read in automatically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can then do the following in your code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ConfigService configSvc = Application.getConfigService(FacesContext.getCurrentInstance());&lt;BR /&gt;Config config = svc.getConfig("DefaultLanguage");&lt;BR /&gt;ConfigElement children = config.getConfigElement("children"); &lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This wiki page has some more details on web-client-config-custom.xml: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Client_Configuration_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Client_Configuration_Guide&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 07:35:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13677#M5757</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-04-04T07:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13678#M5758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the code you gave me in log4j.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.config=debug &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.web.config=debug &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it not sufficiant to turn it on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For this config file I could effectively put it in the custom config, however I need to get some XML files stored in the space of admin and to parse them. If I am using contentService to get it I will obtain a OutputStream but I will not be able to parse it. So I was trying to get them by an url. I have to store these files in a space and version them because they will change. So I did not find other solution to get them. And I will also need to write in this XML files, is it possible with your XMLConfigService?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 08:08:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13678#M5758</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-04T08:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13679#M5759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it should be sufficient to turn it on, do you not see any extra output in alfresco.log?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, everything you say is possible with XMLConfigService, i was just ensuring there wasn't an easier way to achieve what you wanted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both ways you have mentioned before, the download servlet and the more direct URL should work if you are calling them from within another bean. Let's get the debug output and see whats happening.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 21:36:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13679#M5759</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-04-04T21:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13680#M5760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which methods can be used in XMLConfig to write into an XML?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was looking at server.log before not alfresco.log. I removed my alfresco.log from WebClient, Repository and Core but then while doing my operations no log is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in server.log I have this (but I guess it is not what you are looking for?):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;java.lang.NullPointerException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.web.bean.wizard.EF_NewUserWizard.getConnectedUserName(EF_NewUserWizard.java:249)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.web.bean.wizard.EF_NewUserWizard.init(EF_NewUserWizard.java:290)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.web.bean.wizard.AbstractWizardBean.startWizard(AbstractWizardBean.java:114)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.reflect.Method.invoke(Method.java:585)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.faces.component.UICommand.broadcast(UICommand.java:86)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.web.app.servlet.AlfrescoFacesServlet.service(AlfrescoFacesServlet.java:49)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:73)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Thread.run(Thread.java:595)&amp;nbsp; &lt;/EM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 06:19:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13680#M5760</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-05T06:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13681#M5761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, it's alfresco.log I'm looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you change &amp;lt;projects&amp;gt;/core/source/java/log4j.properties and rebuild the WAR then redeploy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Tomcat and run your test again, you should find alfresco.log in the Tomcat bin directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.log files in the repository, web client etc. directories are created when you run unit tests.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 21:07:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13681#M5761</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-04-05T21:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13682#M5762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But I am using JBoss. And in my JBoss directory I have no alfresco.log generated. I can only find this server.log that I showed you. Do you think that your alfresco.log is not my server.log (for JBoss)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 06:31:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13682#M5762</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-06T06:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13683#M5763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ahh OK, in that case then yes server.log is the correct file. Being JBoss the log4J setup is slightly different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open &amp;lt;jboss&amp;gt;/server/default/conf/log4j.xml and add the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;category name="org.alfresco.config"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;priority value="DEBUG"/&amp;gt;&lt;BR /&gt;&amp;lt;/category&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;category name="org.alfresco.web.config"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;priority value="DEBUG"/&amp;gt;&lt;BR /&gt;&amp;lt;/category&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 19:58:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13683#M5763</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-04-06T19:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13684#M5764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oki thanks. I guess the part you are interested in is this one:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,468 INFO&amp;nbsp; [org.alfresco.web.config.EF_XMLParse] XML to parse: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EF_Config_Pages.xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EF_Config_Pages.xml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,468 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,468 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,468 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,468 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EF_Config_Pages.xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EF_Config_Pages.xml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,609 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,609 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,609 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@166d31c (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,609 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Languages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,609 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,609 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@eb2756 (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,609 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@3e0b62 (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,609 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] Combined org.alfresco.web.config.LanguagesConfigElement@1b49b45 (name=languages) with org.alfresco.web.config.LanguagesConfigElement@ca5a40 (name=languages) to create org.alfresco.web.config.LanguagesConfigElement@1beffcd (name=languages)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 08:08:10,671 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That does not help me much&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And I do not understand why it is looking for a table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.dom4j.DocumentException: Error on line 31 of document : Open quote is expected for attribute "width" associated with an element type "table". Nested exception: Open quote is expected for attribute "width" associated with an element type "table".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 06:15:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13684#M5764</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-07T06:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13685#M5765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It helps me&amp;nbsp; :wink: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, I think what is happening is what I mentioned previously in the thread. When you are using the download servlet link the user attempting the request is not authenticted or does not have the permissions to see the XML config file in the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What this means is that the login page has been redirected to on the server and the HTML for the login page is being returned instead of your XML, hence the mention of table and width.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can either grant permissions to the user to see the file or you could make the file accessable to guest and then add &lt;/SPAN&gt;&lt;STRONG&gt;?guest=true&lt;/STRONG&gt;&lt;SPAN&gt; to the end of the URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have this bit working re-post the same output when your ConfigElement returns as null and we can try and see a reason for that problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 12:49:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13685#M5765</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-04-07T12:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13686#M5766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I get the same error so I guess it is not sufficient to add "?guest=true" to the url to make it accessible to guest right? I tried this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;xmlToParse = "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EF_Config_Pages.xml?guest=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EF_Config_Pages.xml?guest=true&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List&amp;lt;String&amp;gt; configFile = new ArrayList&amp;lt;String&amp;gt;(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; configFile.add(xmlToParse);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XMLConfigService svc = new XMLConfigService(new HTTPConfigSource(configFile));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;svc.init();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(svc==null)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;logger.info("svc null ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;logger.info("svc not null ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Config config = svc.getConfig("DefaultLanguage");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (config==null)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;logger.info("config null ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;logger.info("config not null ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;children = config.getConfigElement("children");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (children==null)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;logger.info("children null ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;logger.info("children not null ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;elt = children.getChild("theDefaultLanguage");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;locale = new Locale(elt.getValue());&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I got that in the log file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;INFO&amp;nbsp; [org.alfresco.web.config.EthicFlow_XMLParse] XML to parse: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml?guest=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml?guest=true&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,687 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,687 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,687 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,687 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml?guest=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml?guest=true&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,796 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,796 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,796 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@128b9bc (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,796 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Languages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,796 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,796 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@1e26bd2 (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,796 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@6f14d6 (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,796 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] Combined org.alfresco.web.config.LanguagesConfigElement@197171f (name=languages) with org.alfresco.web.config.LanguagesConfigElement@e7bbeb (name=languages) to create org.alfresco.web.config.LanguagesConfigElement@11401c2 (name=languages)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:34:53,812 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it should not be a problem of access ( I am testing from admin console and this file is in company_home) no?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 13:36:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13686#M5766</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-07T13:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13687#M5767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I am using this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;xmlToParse = "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/EF_Config_Pages.xml?guest=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/EF_Config_Pages.xml?guest=true&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I obtain that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,218 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,218 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,218 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/EF_Config_Pages.xml?guest=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/EF_Config_Pages.xml?guest=true&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,250 DEBUG [org.alfresco.config.source.HTTPConfigSource] Failed to obtain input stream to URL: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/EF_Config_Pages.xml?guest=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/EF_Config_Pages.xml?guest=true&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;java.io.FileNotFoundException: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/EF_Config_Pages.xml?guest=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/EF_Config_Pages.xml?guest=true&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at sun.net.&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.alfresco.com/www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1147)" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1147)&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,250 DEBUG [org.alfresco.config.xml.XMLConfigService] Completed initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,250 INFO&amp;nbsp; [org.alfresco.web.config.EthicFlow_XMLParse] svc not null &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,250 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for DefaultLanguage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,250 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,250 INFO&amp;nbsp; [org.alfresco.web.config.EF_XMLParse] config not null &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-07 15:50:47,250 INFO&amp;nbsp; [org.alfresco.web.config.EF_XMLParse] children null&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 13:52:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13687#M5767</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-07T13:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13688#M5768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right if you are using admin/admin then there shouldn't be any authentication problem, but it depends where your code is run from, it may be that the thread trying to access the resource has not been authenticated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where exactly are you running your code from and at what point, once the server has started or during startup? Something confusing me with the debug output you have is that in the middle of trying to parse your file it appears that one of the standard config files is being read, so I just need to get an idea what your scenario is. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also what happens if you view &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml&lt;/A&gt;&lt;SPAN&gt; directly in a browser, do you see the content of your XML config file? Does it ask you to login?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the ?guest=true part of the URL, this will only be useful if the actual resource is accessible by guest, so you will have to explcitly set permissions on the config file for guest to acces it. Then using ?guest=true will stop the login page appearing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, is the debug output you posted the full contents of the server.log file or is there more?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 07:38:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13688#M5768</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-04-10T07:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13689#M5769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gavin!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help. Actually yes I can view this page &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml&lt;/A&gt;&lt;SPAN&gt; without login directly in a browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This parsing I am doing is called once I launch a processus from by browse page. I have an action to click on in browse.jsp that intialize my page by looking to the properties of the user and all is stored in xml files stored in admin space. So I am first logging, then I open browse.jsp and only after that I am launching an action that parse this file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My whole server.log is this one:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:26:59,453 INFO&amp;nbsp; [org.apache.catalina.startup.Embedded] Catalina naming disabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:00,703 INFO&amp;nbsp; [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:00,703 INFO&amp;nbsp; [org.apache.catalina.startup.Catalina] Initialization processed in 1203 ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:00,703 INFO&amp;nbsp; [org.apache.catalina.core.StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:00,734 INFO&amp;nbsp; [org.apache.catalina.core.StandardHost] XML validation disabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:00,796 INFO&amp;nbsp; [org.apache.catalina.startup.Catalina] Server startup in 93 ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:01,203 INFO&amp;nbsp; [org.apache.catalina.loader.WebappLoader] Dual registration of jndi stream handler: factory already defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:03,828 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:04,484 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/tmp44541jsf-facelets.jar!/META-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:04,484 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/tmp44553tomahawk.jar!/META-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:05,093 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:05,187 ERROR [org.apache.myfaces.util.LocaleUtils] Locale name null or empty, ignoring&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:05,859 INFO&amp;nbsp; [org.apache.myfaces.webapp.StartupServletContextListener] ServletContext 'C:\alfresco\jboss\server\default\.\deploy\jboss-portal.sar\portal-core.war\' initialized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:06,125 INFO&amp;nbsp; [org.apache.catalina.startup.ContextConfig] Missing application web.xml, using defaults only StandardEngine[jboss.web].StandardHost[localhost].StandardContext[/portal-samples]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:18,468 INFO&amp;nbsp; [org.jboss.portal.cms.impl.jcr.JCRCMS] Starting JCR CMS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:18,546 INFO&amp;nbsp; [org.jboss.portal.cms.util.RepositoryUtil] Repository 'repotest' Name Not Found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:21,125 WARN&amp;nbsp; [net.sf.ehcache.config.Configurator] No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/tmp44535ehcache.jar!/ehcache-failsafe.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:21,171 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.security.store.SecurityPolicy]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:21,390 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.security.store.HbmSecurityConstraint]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:21,500 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:21,515 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,562 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.role.RoleImpl]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,625 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferenceImpl]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,656 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.UserImpl]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,734 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferencesImpl]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,765 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferencesGroupImpl]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,796 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.UserImpl.dynamic]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,812 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.role.RoleImpl.users]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,812 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferencesImpl.content]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,812 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferenceImpl.strings]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,828 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.PreferencesGroupImpl.prefMap]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,843 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.user.UserImpl.roles]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,906 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.InstanceImpl]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:23,953 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.PreferenceImpl]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:24,000 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.InstanceImpl.preferencesMap]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:24,000 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.instance.PreferenceImpl.strings]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:24,062 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalObjectImpl]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:24,234 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.ObjectNode]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:24,281 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalImpl.windowStates]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:24,281 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalObjectImpl.declaredProperties]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:24,296 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.ObjectNode.children]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:24,296 WARN&amp;nbsp; [org.hibernate.cache.EhCacheProvider] Could not find configuration [org.jboss.portal.core.impl.model.portal.PortalImpl.modes]; using defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:28,484 INFO&amp;nbsp; [org.jboss.portal.theme.deployment.jboss.LayoutDeployment] create new layout(s), found in :&amp;nbsp; portal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:28,515 INFO&amp;nbsp; [org.jboss.portal.theme.deployment.jboss.LayoutDeployment] done creating new layout(s), found in :&amp;nbsp; portal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:28,515 INFO&amp;nbsp; [org.jboss.portal.theme.deployment.jboss.ThemeDeployment] create new theme(s), found in :&amp;nbsp; portal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:28,546 INFO&amp;nbsp; [org.jboss.portal.theme.deployment.jboss.ThemeDeployment] done creating new theme(s), found in :&amp;nbsp; portal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:28,734 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:29,359 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/tmp44541jsf-facelets.jar!/META-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:29,359 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/tmp44553tomahawk.jar!/META-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:29,406 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:29,453 ERROR [org.apache.myfaces.util.LocaleUtils] Locale name null or empty, ignoring&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:29,453 INFO&amp;nbsp; [org.apache.myfaces.renderkit.RenderKitFactoryImpl] RenderKit with renderKitId 'HTML_BASIC' was replaced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:29,453 INFO&amp;nbsp; [org.apache.myfaces.portlet.MyFacesGenericPortlet] PortletContext 'C:\alfresco\jboss\server\default\.\deploy\jboss-portal.sar\portal-core.war\' initialized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:29,484 INFO&amp;nbsp; [org.jboss.portal.theme.deployment.jboss.LayoutDeployment] create new layout(s), found in :&amp;nbsp; /portal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:29,484 INFO&amp;nbsp; [org.jboss.portal.theme.deployment.jboss.LayoutDeployment] done creating new layout(s), found in :&amp;nbsp; /portal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:56,921 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,000 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/tmp44541jsf-facelets.jar!/META-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,000 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/tmp44553tomahawk.jar!/META-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,031 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/&lt;/SPAN&gt;&lt;A href="http://tmp44624alfresco-exp.war/WEB-INF/lib/jenia4faces_1.2.jar!/META-INF/faces-config.xml" rel="nofollow noopener noreferrer"&gt;tmp44624alfresco-exp.war/WEB-INF/lib/jenia4faces_1.2.jar!/META-INF/faces-config.xml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,078 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/&lt;/SPAN&gt;&lt;A href="http://tmp44624alfresco-exp.war/WEB-INF/lib/tomahawk.jar!/META-INF/faces-config.xml" rel="nofollow noopener noreferrer"&gt;tmp44624alfresco-exp.war/WEB-INF/lib/tomahawk.jar!/META-INF/faces-config.xml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,109 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-app.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,140 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-beans.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,359 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-navigation.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,640 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/EthicFlow_Route_Rules.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,640 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-common.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:57,656 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-repo.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:58,468 INFO&amp;nbsp; [org.apache.myfaces.webapp.StartupServletContextListener] ServletContext 'C:\alfresco\jboss\server\default\.\tmp\deploy\tmp44624alfresco-exp.war\' initialized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:27:58,500 INFO&amp;nbsp; [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/alfresco]] Loading Spring root WebApplicationContext&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,421 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,421 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,421 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,421 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/mimetype/mimetype-map.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,437 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/mimetype/mimetype-map-openoffice.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,437 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,437 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'mimetypes'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,437 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1099c38 as there wasn't an element reader registered for element 'mimetypes'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@a3646c (name=mimetypes) to org.alfresco.config.ConfigSectionImpl@115fa10 (evaluator=string-compare condition=Mimetype Map replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@115fa10 (evaluator=string-compare condition=Mimetype Map replace=false) to the 'mimetype-map' area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'mimetypes'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1d451d2 as there wasn't an element reader registered for element 'mimetypes'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@47b708 (name=mimetypes) to org.alfresco.config.ConfigSectionImpl@41986b (evaluator=string-compare condition=Mimetype Map replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@41986b (evaluator=string-compare condition=Mimetype Map replace=false) to the 'mimetype-map' area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,453 DEBUG [org.alfresco.config.xml.XMLConfigService] Completed initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,468 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Mimetype Map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,468 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,468 DEBUG [org.alfresco.config.BaseConfigService] Restricting search within following areas: [mimetype-map]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,468 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@115fa10 (evaluator=string-compare condition=Mimetype Map replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,468 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@41986b (evaluator=string-compare condition=Mimetype Map replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:07,468 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] Combined org.alfresco.config.element.GenericConfigElement@47b708 (name=mimetypes) with org.alfresco.config.element.GenericConfigElement@a3646c (name=mimetypes) to create org.alfresco.config.element.GenericConfigElement@9a4ba3 (name=mimetypes)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,468 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/file-servers.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'host'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1e2e8cc as there wasn't an element reader registered for element 'host'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@21c3b0 (name=host) to org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'comment'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@c907ff as there wasn't an element reader registered for element 'comment'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@2bf6c0 (name=comment) to org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'broadcast'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@54be84 as there wasn't an element reader registered for element 'broadcast'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1a8019f (name=broadcast) to org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'tcpipSMB'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@10277cd as there wasn't an element reader registered for element 'tcpipSMB'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@10772d2 (name=tcpipSMB) to org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'netBIOSSMB'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@369bb as there wasn't an element reader registered for element 'netBIOSSMB'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@12a642 (name=netBIOSSMB) to org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'hostAnnounce'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@615f19 as there wasn't an element reader registered for element 'hostAnnounce'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@aa780b (name=hostAnnounce) to org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'Win32NetBIOS'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1af4abb as there wasn't an element reader registered for element 'Win32NetBIOS'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1533ff4 (name=Win32NetBIOS) to org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'Win32Announce'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@8bd6e8 as there wasn't an element reader registered for element 'Win32Announce'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@ca5a40 (name=Win32Announce) to org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,656 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'sessionDebug'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@eb2756 as there wasn't an element reader registered for element 'sessionDebug'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@6382a6 (name=sessionDebug) to org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false) to the 'file-servers' area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1167d36 (evaluator=string-compare condition=FTP Server replace=false) to the 'file-servers' area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'filesystem'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1766af0 as there wasn't an element reader registered for element 'filesystem'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@166d31c (name=filesystem) to org.alfresco.config.ConfigSectionImpl@1ae1081 (evaluator=string-compare condition=Filesystems replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1ae1081 (evaluator=string-compare condition=Filesystems replace=false) to the 'file-servers' area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'authenticator'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@bdc6a3 as there wasn't an element reader registered for element 'authenticator'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@13c3750 (name=authenticator) to org.alfresco.config.ConfigSectionImpl@536d00 (evaluator=string-compare condition=Filesystem Security replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,671 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@536d00 (evaluator=string-compare condition=Filesystem Security replace=false) to the 'file-servers' area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,687 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,687 DEBUG [org.alfresco.config.xml.XMLConfigService] Completed initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,703 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,703 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,703 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,703 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,703 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-properties.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,703 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-navigation.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,703 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/extension/web-client-config-custom.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,718 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,734 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'node-type': org.alfresco.web.config.NodeTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,734 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'aspect-name': org.alfresco.web.config.AspectEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,734 DEBUG [org.alfresco.config.xml.XMLConfigService] Added element reader 'client': org.alfresco.web.config.ClientElementReader&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,734 DEBUG [org.alfresco.config.xml.XMLConfigService] Added element reader 'property-sheet': org.alfresco.web.config.PropertySheetElementReader&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,734 DEBUG [org.alfresco.config.xml.XMLConfigService] Added element reader 'navigation': org.alfresco.web.config.NavigationElementReader&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,734 DEBUG [org.alfresco.config.xml.XMLConfigService] Added element reader 'languages': org.alfresco.web.config.LanguagesElementReader&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,734 DEBUG [org.alfresco.config.xml.XMLConfigService] Added element reader 'advanced-search': org.alfresco.web.config.AdvancedSearchElementReader&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,734 DEBUG [org.alfresco.config.xml.XMLConfigService] Added element reader 'views': org.alfresco.web.config.ViewsElementReader&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'admin'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1405ea9 as there wasn't an element reader registered for element 'admin'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@106c17b (name=admin) to org.alfresco.config.ConfigSectionImpl@88884e (evaluator=null condition=null replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ClientElementReader@1acde15 for element named 'client'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.ClientConfigElement@1e06d7e (name=client) to org.alfresco.config.ConfigSectionImpl@88884e (evaluator=null condition=null replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.BaseConfigService] Added config elements from org.alfresco.config.ConfigSectionImpl@88884e (evaluator=null condition=null replace=false) to the global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.LanguagesElementReader@1347a84 for element named 'languages'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.LanguagesConfigElement@72a921 (name=languages) to org.alfresco.config.ConfigSectionImpl@1bdd27a (evaluator=string-compare condition=Languages replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1bdd27a (evaluator=string-compare condition=Languages replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,750 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ViewsElementReader@14580e6 for element named 'views'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.ViewsConfigElement@f6178d (name=views) to org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'node-event-listeners'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@bc56a2 as there wasn't an element reader registered for element 'node-event-listeners'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@dbd53e (name=node-event-listeners) to org.alfresco.config.ConfigSectionImpl@8d02eb (evaluator=string-compare condition=Node Event Listeners replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@8d02eb (evaluator=string-compare condition=Node Event Listeners replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.AdvancedSearchElementReader@1ba9aca for element named 'advanced-search'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.AdvancedSearchConfigElement@1fbdf57 (name=advanced-search) to org.alfresco.config.ConfigSectionImpl@103ccd9 (evaluator=string-compare condition=Advanced Search replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@103ccd9 (evaluator=string-compare condition=Advanced Search replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'content-types'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@7dcf98 as there wasn't an element reader registered for element 'content-types'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1c82121 (name=content-types) to org.alfresco.config.ConfigSectionImpl@1f72465 (evaluator=string-compare condition=Custom Content Types replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1f72465 (evaluator=string-compare condition=Custom Content Types replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'folder-types'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@7683b1 as there wasn't an element reader registered for element 'folder-types'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@c01846 (name=folder-types) to org.alfresco.config.ConfigSectionImpl@179da9f (evaluator=string-compare condition=Custom Folder Types replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@179da9f (evaluator=string-compare condition=Custom Folder Types replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'types'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1002a9d as there wasn't an element reader registered for element 'types'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1edd1f0 (name=types) to org.alfresco.config.ConfigSectionImpl@71edc8 (evaluator=string-compare condition=Action Wizards replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'aspects'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1b217f6 as there wasn't an element reader registered for element 'aspects'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1432acf (name=aspects) to org.alfresco.config.ConfigSectionImpl@71edc8 (evaluator=string-compare condition=Action Wizards replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'transformers'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@afa4b0 as there wasn't an element reader registered for element 'transformers'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1654104 (name=transformers) to org.alfresco.config.ConfigSectionImpl@71edc8 (evaluator=string-compare condition=Action Wizards replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'image-transformers'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@8f7aa2 as there wasn't an element reader registered for element 'image-transformers'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1bc45de (name=image-transformers) to org.alfresco.config.ConfigSectionImpl@71edc8 (evaluator=string-compare condition=Action Wizards replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@71edc8 (evaluator=string-compare condition=Action Wizards replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'icons'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@18f2e35 as there wasn't an element reader registered for element 'icons'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@122a7b5 (name=icons) to org.alfresco.config.ConfigSectionImpl@3087bd (evaluator=string-compare condition=cm:folder icons replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@3087bd (evaluator=string-compare condition=cm:folder icons replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'icons'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1fb580 as there wasn't an element reader registered for element 'icons'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1c4ecb7 (name=icons) to org.alfresco.config.ConfigSectionImpl@1911ec8 (evaluator=string-compare condition=fm:forums icons replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1911ec8 (evaluator=string-compare condition=fm:forums icons replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'icons'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@7c0754 as there wasn't an element reader registered for element 'icons'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@c54b3b (name=icons) to org.alfresco.config.ConfigSectionImpl@ce38f1 (evaluator=string-compare condition=fm:forum icons replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@ce38f1 (evaluator=string-compare condition=fm:forum icons replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'icons'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@fc61e9 as there wasn't an element reader registered for element 'icons'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1802746 (name=icons) to org.alfresco.config.ConfigSectionImpl@92949f (evaluator=string-compare condition=fm:topic icons replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@92949f (evaluator=string-compare condition=fm:topic icons replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,765 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@19fd66a (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@b5df86 (evaluator=node-type condition=content replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@b5df86 (evaluator=node-type condition=content replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@65dbe8 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@1487217 (evaluator=node-type condition=folder replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1487217 (evaluator=node-type condition=folder replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@13a46b6 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@f88377 (evaluator=node-type condition=fm:forums replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@f88377 (evaluator=node-type condition=fm:forums replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@17f13c5 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@1eb186a (evaluator=node-type condition=fm:forum replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1eb186a (evaluator=node-type condition=fm:forum replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,781 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@18fea98 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@172d95a (evaluator=node-type condition=fm:topic replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@172d95a (evaluator=node-type condition=fm:topic replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@11ba57a (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@d227f (evaluator=node-type condition=dictionaryModel replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@d227f (evaluator=node-type condition=dictionaryModel replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@53cb28 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@13ecbfc (evaluator=aspect-name condition=complianceable replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@13ecbfc (evaluator=aspect-name condition=complianceable replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@1c21014 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@1adc122 (evaluator=aspect-name condition=dublincore replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1adc122 (evaluator=aspect-name condition=dublincore replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@62d875 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@1712712 (evaluator=aspect-name condition=effectivity replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1712712 (evaluator=aspect-name condition=effectivity replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@1bc1fe5 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@1d1f967 (evaluator=aspect-name condition=summarizable replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1d1f967 (evaluator=aspect-name condition=summarizable replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@4d107e (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@175d3d7 (evaluator=aspect-name condition=versionable replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@175d3d7 (evaluator=aspect-name condition=versionable replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@a6cf28 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@16a6512 (evaluator=aspect-name condition=translatable replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@16a6512 (evaluator=aspect-name condition=translatable replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@11b4c2 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@724328 (evaluator=aspect-name condition=localizable replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@724328 (evaluator=aspect-name condition=localizable replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@197171f (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@6f14d6 (evaluator=aspect-name condition=author replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@6f14d6 (evaluator=aspect-name condition=author replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@c11af5 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@1d0fe80 (evaluator=aspect-name condition=auditable replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1d0fe80 (evaluator=aspect-name condition=auditable replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@15b571e for element named 'property-sheet'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@1f4a741 (name=property-sheet) to org.alfresco.config.ConfigSectionImpl@110de08 (evaluator=aspect-name condition=app:inlineeditable replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@110de08 (evaluator=aspect-name condition=app:inlineeditable replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,812 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.NavigationElementReader@60eb0c for element named 'navigation'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.NavigationConfigElement@16911f6 (name=navigation) to org.alfresco.config.ConfigSectionImpl@11a638a (evaluator=node-type condition=fm:forums replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@11a638a (evaluator=node-type condition=fm:forums replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.NavigationElementReader@60eb0c for element named 'navigation'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.NavigationConfigElement@17d3308 (name=navigation) to org.alfresco.config.ConfigSectionImpl@a1918e (evaluator=node-type condition=fm:forum replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@a1918e (evaluator=node-type condition=fm:forum replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.NavigationElementReader@60eb0c for element named 'navigation'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.NavigationConfigElement@15b2f17 (name=navigation) to org.alfresco.config.ConfigSectionImpl@170bbcf (evaluator=node-type condition=fm:topic replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@170bbcf (evaluator=node-type condition=fm:topic replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.LanguagesElementReader@1347a84 for element named 'languages'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.web.config.LanguagesConfigElement@3a2536 (name=languages) to org.alfresco.config.ConfigSectionImpl@1611c24 (evaluator=string-compare condition=Languages replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1611c24 (evaluator=string-compare condition=Languages replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:08,828 DEBUG [org.alfresco.config.xml.XMLConfigService] Completed initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:11,703 INFO&amp;nbsp; [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:11,703 INFO&amp;nbsp; [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'QuartzScheduler' initialized from an externally provided properties instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:11,703 INFO&amp;nbsp; [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.4.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:11,703 INFO&amp;nbsp; [org.quartz.core.QuartzScheduler] Scheduler QuartzScheduler_$_NON_CLUSTERED started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:11,750 INFO&amp;nbsp; [STDOUT] 10 avr. 2006 15:28:11 net.sf.joott.uno.UnoConnection connect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:12,812 INFO&amp;nbsp; [STDOUT] 10 avr. 2006 15:28:12 net.sf.joott.uno.UnoConnection connect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:12,859 INFO&amp;nbsp; [STDOUT] 10 avr. 2006 15:28:12 net.sf.joott.uno.UnoConnection connect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:13,906 INFO&amp;nbsp; [STDOUT] 10 avr. 2006 15:28:13 net.sf.joott.uno.UnoConnection connect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,578 INFO&amp;nbsp; [org.alfresco.repo.admin.patch.PatchExecuter] V?rification des correctifs ? appliquer …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,656 INFO&amp;nbsp; [org.alfresco.repo.admin.patch.PatchExecuter] Aucun correctif requis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,656 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for CIFS Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,656 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,656 DEBUG [org.alfresco.config.BaseConfigService] Restricting search within following areas: [file-servers]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,656 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@b69467 (evaluator=string-compare condition=CIFS Server replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,703 ERROR [org.alfresco.smb.protocol] Error accessing Win32 NetBIOS, check DLL is on the path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,703 INFO&amp;nbsp; [org.alfresco.ftp.server] Starting server FTP …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,718 INFO&amp;nbsp; [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_06-b05; maximum heap size 506,313MB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:15,718 INFO&amp;nbsp; [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 1.2.0 schema 6 - Installed version 1.2.0 schema 6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:17,890 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:17,953 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/tmp44541jsf-facelets.jar!/META-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,000 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/tmp44553tomahawk.jar!/META-INF/faces-config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,046 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/&lt;/SPAN&gt;&lt;A href="http://tmp44624alfresco-exp.war/WEB-INF/lib/jenia4faces_1.2.jar!/META-INF/faces-config.xml" rel="nofollow noopener noreferrer"&gt;tmp44624alfresco-exp.war/WEB-INF/lib/jenia4faces_1.2.jar!/META-INF/faces-config.xml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,078 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config jar:file:/C:/alfresco/jboss/server/default/tmp/deploy/&lt;/SPAN&gt;&lt;A href="http://tmp44624alfresco-exp.war/WEB-INF/lib/tomahawk.jar!/META-INF/faces-config.xml" rel="nofollow noopener noreferrer"&gt;tmp44624alfresco-exp.war/WEB-INF/lib/tomahawk.jar!/META-INF/faces-config.xml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,125 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-app.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,125 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-beans.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,390 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-navigation.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,515 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/EthicFlow_Route_Rules.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,531 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-common.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,546 INFO&amp;nbsp; [org.apache.myfaces.config.FacesConfigurator] Reading config /WEB-INF/faces-config-repo.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,562 INFO&amp;nbsp; [org.apache.myfaces.renderkit.RenderKitFactoryImpl] RenderKit with renderKitId 'HTML_BASIC' was replaced.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:18,562 INFO&amp;nbsp; [org.apache.myfaces.portlet.MyFacesGenericPortlet] PortletContext 'C:\alfresco\jboss\server\default\.\tmp\deploy\tmp44624alfresco-exp.war\' initialized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:19,234 INFO&amp;nbsp; [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:19,343 INFO&amp;nbsp; [org.apache.jk.common.ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:19,343 INFO&amp;nbsp; [org.apache.jk.server.JkMain] Jk running ID=0 time=0/47&amp;nbsp; config=null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:50,562 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:50,562 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:50,562 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:50,906 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:50,906 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:50,906 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:51,046 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Node Event Listeners&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:51,046 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:51,046 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@8d02eb (evaluator=string-compare condition=Node Event Listeners replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:51,062 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:51,062 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:51,062 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:51,078 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:51,078 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:28:51,078 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:27,375 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:27,375 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:27,375 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:27,375 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:27,375 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:27,375 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:28,281 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:28,281 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:28,281 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:28,312 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Languages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:28,312 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:28,312 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@1bdd27a (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:28,312 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@1611c24 (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:28,312 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] Combined org.alfresco.web.config.LanguagesConfigElement@3a2536 (name=languages) with org.alfresco.web.config.LanguagesConfigElement@72a921 (name=languages) to create org.alfresco.web.config.LanguagesConfigElement@10da3e7 (name=languages)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:31,953 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Languages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:31,953 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:31,968 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@1bdd27a (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:31,968 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@1611c24 (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:31,968 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] Combined org.alfresco.web.config.LanguagesConfigElement@3a2536 (name=languages) with org.alfresco.web.config.LanguagesConfigElement@72a921 (name=languages) to create org.alfresco.web.config.LanguagesConfigElement@b88745 (name=languages)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,625 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean init]mapnode done&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,687 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean init]props&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,687 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean init]nbnodes=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,687 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean]activeactive&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,687 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean]firstInittrue&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,687 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean]procedID1dd610cf-c48a-11da-87e8-3be91c4d2278&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,687 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]psNodeRefs not null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,703 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]procedId=1dd610cf-c48a-11da-87e8-3be91c4d2278&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,750 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]proced xml=null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,750 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,750 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,765 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,765 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: ./src/projects/web-client/source/web/WEB-INF/EthicFlow_Rules_Employee.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,765 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1946086 as there wasn't an element reader registered for element 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@4d3abf (name=labels) to org.alfresco.config.ConfigSectionImpl@4be958 (evaluator=string-compare condition=ProcedureLabel replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@4be958 (evaluator=string-compare condition=ProcedureLabel replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1c4b997 as there wasn't an element reader registered for element 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@747ce6 (name=labels) to org.alfresco.config.ConfigSectionImpl@1b41390 (evaluator=string-compare condition=cre&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 13:31:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13689#M5769</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-10T13:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13690#M5770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'children'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1706125 as there wasn't an element reader registered for element 'children'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@f9ead4 (name=children) to org.alfresco.config.ConfigSectionImpl@1b41390 (evaluator=string-compare condition=creation replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1b41390 (evaluator=string-compare condition=creation replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Completed initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for creation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@1b41390 (evaluator=string-compare condition=creation replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 INFO&amp;nbsp; [org.alfresco.web.config.EthicFlow_XMLParse] Number of children: 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]processus label=Nommer un nouvel employ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: ./src/projects/web-client/source/web/WEB-INF/EthicFlow_Rules_Employee.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1a82499 as there wasn't an element reader registered for element 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1fabdc2 (name=labels) to org.alfresco.config.ConfigSectionImpl@c04c2b (evaluator=string-compare condition=ProcedureLabel replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@c04c2b (evaluator=string-compare condition=ProcedureLabel replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@c8c892 as there wasn't an element reader registered for element 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1e8065e (name=labels) to org.alfresco.config.ConfigSectionImpl@1fa0859 (evaluator=string-compare condition=creation replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'children'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@3a2dec as there wasn't an element reader registered for element 'children'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@19d0c27 (name=children) to org.alfresco.config.ConfigSectionImpl@1fa0859 (evaluator=string-compare condition=creation replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1fa0859 (evaluator=string-compare condition=creation replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.xml.XMLConfigService] Completed initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for ProcedureLabel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@c04c2b (evaluator=string-compare condition=ProcedureLabel replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 INFO&amp;nbsp; [org.alfresco.web.config.EthicFlow_XMLParse] Number of children: 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]procedure label=G?rer votre personnel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:32,796 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]containerNodes not null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,296 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,296 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,296 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,312 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,312 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,312 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,312 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean init]mapnode done&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,328 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean init]props&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,328 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean init]nbnodes=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,328 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean]activeactive&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,328 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean]firstInittrue&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,328 INFO&amp;nbsp; [org.alfresco.web.bean.processus.EthicFlow_ProcessusBeanService] [EF_ProcessusBean]procedID1dd610cf-c48a-11da-87e8-3be91c4d2278&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,328 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]psNodeRefs not null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,328 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]procedId=1dd610cf-c48a-11da-87e8-3be91c4d2278&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]proced xml=null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: ./src/projects/web-client/source/web/WEB-INF/EthicFlow_Rules_Employee.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@bb303 as there wasn't an element reader registered for element 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@15b303 (name=labels) to org.alfresco.config.ConfigSectionImpl@9ba29e (evaluator=string-compare condition=ProcedureLabel replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@9ba29e (evaluator=string-compare condition=ProcedureLabel replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@1d1649f as there wasn't an element reader registered for element 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@2507c2 (name=labels) to org.alfresco.config.ConfigSectionImpl@1205adc (evaluator=string-compare condition=creation replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'children'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@12d40de as there wasn't an element reader registered for element 'children'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@1fdbab5 (name=children) to org.alfresco.config.ConfigSectionImpl@1205adc (evaluator=string-compare condition=creation replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@1205adc (evaluator=string-compare condition=creation replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Completed initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for creation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@1205adc (evaluator=string-compare condition=creation replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 INFO&amp;nbsp; [org.alfresco.web.config.EthicFlow_XMLParse] Number of children: 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]processus label=Nommer un nouvel employ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: ./src/projects/web-client/source/web/WEB-INF/EthicFlow_Rules_Employee.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,359 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,375 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,375 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@eccf6e as there wasn't an element reader registered for element 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,375 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@12656d3 (name=labels) to org.alfresco.config.ConfigSectionImpl@e5602 (evaluator=string-compare condition=ProcedureLabel replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,375 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@e5602 (evaluator=string-compare condition=ProcedureLabel replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,375 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,375 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@130adbf as there wasn't an element reader registered for element 'labels'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,375 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@dedd5c (name=labels) to org.alfresco.config.ConfigSectionImpl@196fffc (evaluator=string-compare condition=creation replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,375 DEBUG [org.alfresco.config.xml.XMLConfigService] Retrieved element reader null for element named 'children'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,375 DEBUG [org.alfresco.config.xml.XMLConfigService] Defaulting to org.alfresco.config.xml.elementreader.GenericElementReader@800a9e as there wasn't an element reader registered for element 'children'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 DEBUG [org.alfresco.config.xml.XMLConfigService] Added org.alfresco.config.element.GenericConfigElement@392c27 (name=children) to org.alfresco.config.ConfigSectionImpl@196fffc (evaluator=string-compare condition=creation replace=false)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 DEBUG [org.alfresco.config.BaseConfigService] Added org.alfresco.config.ConfigSectionImpl@196fffc (evaluator=string-compare condition=creation replace=false) to the sections list&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 DEBUG [org.alfresco.config.BaseConfigService] Completed parse of input stream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 DEBUG [org.alfresco.config.xml.XMLConfigService] Completed initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for ProcedureLabel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@e5602 (evaluator=string-compare condition=ProcedureLabel replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 INFO&amp;nbsp; [org.alfresco.web.config.EthicFlow_XMLParse] Number of children: 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]procedure label=G?rer votre personnel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 INFO&amp;nbsp; [org.alfresco.web.bean.EthicFlow_BrowseBean] [EF_BROWSEBEAN]containerNodes not null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,390 WARN&amp;nbsp; [org.alfresco.web.ui.common.renderer.data.RichListRenderer] No primary column found for RichList definition: processusList&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,406 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,406 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,406 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,578 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Node Event Listeners&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,578 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,578 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@8d02eb (evaluator=string-compare condition=Node Event Listeners replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,578 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,578 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:35,578 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:36,312 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:36,312 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:36,312 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,953 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,953 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,953 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,953 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,953 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,953 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,953 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,953 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,953 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,968 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Node Event Listeners&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,968 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,968 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@8d02eb (evaluator=string-compare condition=Node Event Listeners replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:37,984 INFO&amp;nbsp; [org.alfresco.web.bean.wizard.EthicFlow_JspWizard] ps node id=e280edac-c540-11da-8acc-e713b171c294&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,000 INFO&amp;nbsp; [org.alfresco.web.bean.wizard.EthicFlow_JspWizard] user=admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,000 INFO&amp;nbsp; [org.alfresco.web.bean.ethicflow.EthicFlow_JspFormInitService] processs service not null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,000 INFO&amp;nbsp; [org.alfresco.web.bean.ethicflow.EthicFlow_JspFormInitService] id not null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,000 INFO&amp;nbsp; [org.alfresco.web.bean.ethicflow.EthicFlow_JspFormInitService] firstInit=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,015 INFO&amp;nbsp; [org.alfresco.web.bean.ethicflow.EthicFlow_JspFormInitService] pi=1dd610cf-c48a-11da-87e8-3be91c4d2278&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,828 INFO&amp;nbsp; [org.alfresco.web.bean.ethicflow.EthicFlow_JspFormInitService] proced condi=creation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,828 INFO&amp;nbsp; [org.alfresco.web.bean.wizard.EthicFlow_JspWizard] JSPWIZARD name step=person-properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,828 INFO&amp;nbsp; [org.alfresco.web.bean.wizard.EthicFlow_JspWizard] JSPWIZARD PRESTEP name step=person-properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,828 INFO&amp;nbsp; [org.alfresco.web.bean.wizard.EthicFlow_JspWizard] JSPWIZARD STEP FOUND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,828 INFO&amp;nbsp; [org.alfresco.web.config.EthicFlow_XMLParse] XML to parse: ./src/projects/web-client/source/web/WEB-INF/EthicFlow_Config_Pages.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,828 DEBUG [org.alfresco.config.xml.XMLConfigService] Commencing initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,828 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'string-compare': org.alfresco.config.evaluator.StringEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,828 DEBUG [org.alfresco.config.BaseConfigService] Added evaluator 'object-type': org.alfresco.config.evaluator.ObjectTypeEvaluator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,828 DEBUG [org.alfresco.config.source.BaseConfigSource] Retrieving input stream for source: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/download/direct/workspace/SpacesStore/91bdd27a-c482-11da-bc03-6f71bd87fbbb/EthicFlow_Config_Pages.xml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,953 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,953 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,953 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@84506d (evaluator=string-compare condition=Views replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,953 DEBUG [org.alfresco.config.BaseConfigService] Retrieving configuration for Languages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,953 DEBUG [org.alfresco.config.BaseConfigService] Created initial config results using global section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,953 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@1bdd27a (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,968 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] org.alfresco.config.ConfigSectionImpl@1611c24 (evaluator=string-compare condition=Languages replace=false) matches&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,968 DEBUG [org.alfresco.config.DefaultLookupAlgorithm] Combined org.alfresco.web.config.LanguagesConfigElement@3a2536 (name=languages) with org.alfresco.web.config.LanguagesConfigElement@72a921 (name=languages) to create org.alfresco.web.config.LanguagesConfigElement@47411c (name=languages)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2006-04-10 15:29:38,968 DEBUG [org.alfresco.config.BaseConfigService] Commencing parse of input stream&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 13:33:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13690#M5770</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-10T13:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPConfigSource??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13691#M5771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is me again with my questions:-)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So apparently as we discussed, my problem comes from a permission access to my XML file. So I am trying to give permission access to this node for the connected user… something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;String usernameConnected = authenticationService.getCurrentUserName();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;permissionService.setPermission(recentDocument,usernameConnected, permissionService.getAllPermission(), true);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I get into troubles for Spring reasons. To do this I wanted to implement a class called &lt;/SPAN&gt;&lt;STRONG&gt;documentsBeanService&lt;/STRONG&gt;&lt;SPAN&gt; that will manipulate my files documents in admin space. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I implement &lt;/SPAN&gt;&lt;STRONG&gt;documentsBeanService&lt;/STRONG&gt;&lt;SPAN&gt; class on client side&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I declare this service in services-context.xml on Repository side&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="documentsBeanService" class="org.alfresco.web.bean.documents.EF_DocumentsBeanService"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="authenticationService"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="authenticationService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="permissionService"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="permissionService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="nodeService"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="nodeService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="searchService"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="searchService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="dictionaryService"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="dictionaryService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="namespacePrefixResolver"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="namespaceService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="namespaceService"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="namespaceService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="storeUrl"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;${spaces.store}&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- I have a class &lt;/SPAN&gt;&lt;STRONG&gt;ef_PersonProperties &lt;/STRONG&gt;&lt;SPAN&gt;declared in faces-config-beans.xml that calls this service (I am using this class to get the information the user enter in the jsp page):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;managed-bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The bean that backs up the PERSON PROPERTIES&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;managed-bean-name&amp;gt;ef_PersonProperties&amp;lt;/managed-bean-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;managed-bean-class&amp;gt;org.alfresco.web.bean.ef.ef_PersonProperties&amp;lt;/managed-bean-class&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;managed-bean-scope&amp;gt;session&amp;lt;/managed-bean-scope&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;managed-property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property-name&amp;gt;documentsBeanService&amp;lt;/property-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;#{documentsBeanService}&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/managed-property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/managed-bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- And I have a class that manages all my jsp pages &lt;/SPAN&gt;&lt;STRONG&gt;Wizard&lt;/STRONG&gt;&lt;SPAN&gt; that contains a variable storeClassEPP of type ef_PersonProperties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this.storeClassEPP = new ef_PersonProperties();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this.storeClassEPP.init();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- In this init() method I need to call documentsBeanService.myMethod().&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However here documentsBeanService is null. I do not understand why? What did I forget to do in order to inject documentsBeanService? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sophie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 07:20:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/httpconfigsource/m-p/13691#M5771</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-04-14T07:20:07Z</dc:date>
    </item>
  </channel>
</rss>

