<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Commentaires pour Blog de Landry KOUAM</title>
	<atom:link href="https://blog.developpez.com/landry05/comments/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/landry05</link>
	<description></description>
	<lastBuildDate>Sun, 09 Aug 2015 21:05:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par clement.T</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-31</link>
		<dc:creator><![CDATA[clement.T]]></dc:creator>
		<pubDate>Sun, 09 Aug 2015 21:05:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-31</guid>
		<description><![CDATA[Bonjour,

J&#039;essaye actuellement d&#039;injecter des documents sous Alfresco avec Talend, je me suis donc renseigner et j&#039;ai mis en place cette méthode : https://github.com/OpenWide-SI/alfresco-etl-connector

J&#039;utilise Alfresco One 4.2.4 et Talend Open (5.1.1)

Cependant tout mes teste retourne la même erreur :

  Exception in component tAlfrescoOutput_1
fr.openwide.talendalfresco.rest.client.RestClientException: Bad HTTP Status : 500
	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:121)
	at quitus.import_quitus_alfresco_0_1.IMPORT_QUITUS_ALFRESCO.tFileInputExcel_1Process(IMPORT_QUITUS_ALFRESCO.java:2508)
	at quitus.import_quitus_alfresco_0_1.IMPORT_QUITUS_ALFRESCO.runJobInTOS(IMPORT_QUITUS_ALFRESCO.java:3968)
	at quitus.import_quitus_alfresco_0_1.IMPORT_QUITUS_ALFRESCO.main(IMPORT_QUITUS_ALFRESCO.java:3826)

Je n&#039;arrive pas à savoir d’où provient l&#039;erreur, si elle est du aux versions non compatible, une erreur dans le job ou autre. (je débute avec Talend)

Merci de vos réponse,

Clément]]></description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>J&rsquo;essaye actuellement d&rsquo;injecter des documents sous Alfresco avec Talend, je me suis donc renseigner et j&rsquo;ai mis en place cette méthode : <a href="https://github.com/OpenWide-SI/alfresco-etl-connector" rel="nofollow">https://github.com/OpenWide-SI/alfresco-etl-connector</a></p>
<p>J&rsquo;utilise Alfresco One 4.2.4 et Talend Open (5.1.1)</p>
<p>Cependant tout mes teste retourne la même erreur :</p>
<p>  Exception in component tAlfrescoOutput_1<br />
fr.openwide.talendalfresco.rest.client.RestClientException: Bad HTTP Status : 500<br />
	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:121)<br />
	at quitus.import_quitus_alfresco_0_1.IMPORT_QUITUS_ALFRESCO.tFileInputExcel_1Process(IMPORT_QUITUS_ALFRESCO.java:2508)<br />
	at quitus.import_quitus_alfresco_0_1.IMPORT_QUITUS_ALFRESCO.runJobInTOS(IMPORT_QUITUS_ALFRESCO.java:3968)<br />
	at quitus.import_quitus_alfresco_0_1.IMPORT_QUITUS_ALFRESCO.main(IMPORT_QUITUS_ALFRESCO.java:3826)</p>
<p>Je n&rsquo;arrive pas à savoir d’où provient l&rsquo;erreur, si elle est du aux versions non compatible, une erreur dans le job ou autre. (je débute avec Talend)</p>
<p>Merci de vos réponse,</p>
<p>Clément</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par n2rged</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-29</link>
		<dc:creator><![CDATA[n2rged]]></dc:creator>
		<pubDate>Thu, 16 Sep 2010 17:01:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-29</guid>
		<description><![CDATA[Bonjour, &lt;br /&gt;
&lt;br /&gt;
Finalement, je pense que mon soucis vient du fait que je n&#039;arrive pas à définir, dans alfresco, l&#039;espace cible de mes données. En effet, la balise \ est, selon le job d&#039;import indéfini. J&#039;ai essayé avec plusieurs nom d&#039;espace de ma base, avec des slash dans tous les sens, mais cela n&#039;a pas marché.&lt;br /&gt;
&lt;br /&gt;
Je souhaite savoir comment définir la balise \company_home par exemple.&lt;br /&gt;
&lt;br /&gt;
Voilà ce que me retourne le job&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Démarrage du job Orchestrator a 17:55 16/09/2010.&lt;br /&gt;
&lt;br /&gt;
[statistics] connecting to socket on port 3510&lt;br /&gt;
[statistics] connected&lt;br /&gt;
Exception in component tAlfrescoOutput_1&lt;br /&gt;
fr.openwide.talendalfresco.rest.client.RestClientException: Technical error while importing to path \company_home&lt;br /&gt;
	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:136)&lt;br /&gt;
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.tFileInputXML_1Process(LoadXMLHierarchyIntoAlfresco.java:1103)&lt;br /&gt;
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.runJobInTOS(LoadXMLHierarchyIntoAlfresco.java:1406)&lt;br /&gt;
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.runJob(LoadXMLHierarchyIntoAlfresco.java:1247)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.tFileInputXML_1Process(Orchestrator.java:1510)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.runJobInTOS(Orchestrator.java:1800)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.main(Orchestrator.java:1674)&lt;br /&gt;
Caused by: fr.openwide.talendalfresco.rest.client.RestClientException: org.alfresco.repo.search.SearcherExceptionFailed to parse query: @cm:name:&quot;\company_home&quot; AND PRIMARYPARENT:&quot;workspace://SpacesStore/4059c76c-2774-4c25-9535-1319edb9f3d5&quot;&lt;br /&gt;
[statistics] disconnected&lt;br /&gt;
   org.alfresco.repo.search.impl.lucene.ADMLuceneSearcherImpl.query(ADMLuceneSearcherImpl.java:438)&lt;br /&gt;
   org.alfresco.repo.search.impl.lucene.ADMLuceneSearcherImpl.query(ADMLuceneSearcherImpl.java:241)&lt;br /&gt;
   org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)&lt;br /&gt;
   org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.NamePathServiceImpl.getChildByPathName(NamePathServiceImpl.java:98)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.NamePathServiceImpl.getChildByPathName(NamePathServiceImpl.java:126)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getOrCreateTargetContainer(ContentImporterComponent.java:155)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getNodeRef(ContentImporterComponent.java:112)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponentBase.importView(ContentImporterComponentBase.java:233)&lt;br /&gt;
   fr.openwide.talendalfresco.rest.server.command.ImportCommand.executeImpl(ImportCommand.java:131)&lt;br /&gt;
   fr.openwide.talendalfresco.rest.server.processor.RestCommandBase.executeRest(RestCommandBase.java:203)&lt;br /&gt;
   fr.openwide.talendalfresco.rest.server.processor.RestCommandProcessor.process(RestCommandProcessor.java:94)&lt;br /&gt;
   org.alfresco.web.app.servlet.CommandServlet.service(CommandServlet.java:149)&lt;br /&gt;
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;br /&gt;
   org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.java:68)&lt;br /&gt;
   sun.reflect.GeneratedMethodAccessor455.invoke(Unknown Source)&lt;br /&gt;
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br /&gt;
   java.lang.reflect.Method.invoke(Method.java:597)&lt;br /&gt;
   org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:116)&lt;br /&gt;
   org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;br /&gt;
   org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)&lt;br /&gt;
   $Proxy204.doFilter(Unknown Source)&lt;br /&gt;
   org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;br /&gt;
   org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)&lt;br /&gt;
   org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)&lt;br /&gt;
   org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;br /&gt;
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)&lt;br /&gt;
   org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&lt;br /&gt;
   org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)&lt;br /&gt;
   org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)&lt;br /&gt;
   org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)&lt;br /&gt;
   org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)&lt;br /&gt;
   java.lang.Thread.run(Thread.java:619)&lt;br /&gt;
&lt;br /&gt;
Caused by :org.apache.lucene.queryParser.ParseExceptionCannot parse &#039;@cm:name:&quot;\company_home&quot; AND PRIMARYPARENT:&quot;workspace://SpacesStore/4059c76c-2774-4c25-9535-1319edb9f3d5&quot;&#039;: Lexical error at line 1, column 109.  Encountered:  after : &quot;&quot;&lt;br /&gt;
   org.apache.lucene.queryParser.QueryParser.parse(QueryParser.java:178)&lt;br /&gt;
   org.alfresco.repo.search.impl.lucene.LuceneQueryParser.parse(LuceneQueryParser.java:160)&lt;br /&gt;
   org.alfresco.repo.search.impl.lucene.ADMLuceneSearcherImpl.query(ADMLuceneSearcherImpl.java:287)&lt;br /&gt;
   org.alfresco.repo.search.impl.lucene.ADMLuceneSearcherImpl.query(ADMLuceneSearcherImpl.java:241)&lt;br /&gt;
   org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)&lt;br /&gt;
   org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.NamePathServiceImpl.getChildByPathName(NamePathServiceImpl.java:98)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.NamePathServiceImpl.getChildByPathName(NamePathServiceImpl.java:126)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getOrCreateTargetContainer(ContentImporterComponent.java:155)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getNodeRef(ContentImporterComponent.java:112)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponentBase.importView(ContentImporterComponentBase.java:233)&lt;br /&gt;
   fr.openwide.talendalfresco.rest.server.command.ImportCommand.executeImpl(ImportCommand.java:131)&lt;br /&gt;
   fr.openwide.talendalfresco.rest.server.processor.RestCommandBase.executeRest(RestCommandBase.java:203)&lt;br /&gt;
   fr.openwide.talendalfresco.rest.server.processor.RestCommandProcessor.process(RestCommandProcessor.java:94)&lt;br /&gt;
   org.alfresco.web.app.servlet.CommandServlet.service(CommandServlet.java:149)&lt;br /&gt;
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;br /&gt;
   org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.java:68)&lt;br /&gt;
   sun.reflect.GeneratedMethodAccessor455.invoke(Unknown Source)&lt;br /&gt;
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br /&gt;
   java.lang.reflect.Method.invoke(Method.java:597)&lt;br /&gt;
   org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:116)&lt;br /&gt;
   org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;br /&gt;
   org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)&lt;br /&gt;
   $Proxy204.doFilter(Unknown Source)&lt;br /&gt;
   org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;br /&gt;
   org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)&lt;br /&gt;
   org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)&lt;br /&gt;
   org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;br /&gt;
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)&lt;br /&gt;
   org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&lt;br /&gt;
   org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)&lt;br /&gt;
   org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)&lt;br /&gt;
   org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)&lt;br /&gt;
   org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)&lt;br /&gt;
   java.lang.Thread.run(Thread.java:619)&lt;br /&gt;
&lt;br /&gt;
	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:137)&lt;br /&gt;
	... 6 more&lt;br /&gt;
Exception in component tRunJob_3&lt;br /&gt;
java.lang.RuntimeException: Child job running failed&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.tFileInputXML_1Process(Orchestrator.java:1537)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.runJobInTOS(Orchestrator.java:1800)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.main(Orchestrator.java:1674)&lt;br /&gt;
Job Orchestrator terminé à 17:55 16/09/2010. [Code sortie=1]]]></description>
		<content:encoded><![CDATA[<p>Bonjour, </p>
<p>Finalement, je pense que mon soucis vient du fait que je n&rsquo;arrive pas à définir, dans alfresco, l&rsquo;espace cible de mes données. En effet, la balise \ est, selon le job d&rsquo;import indéfini. J&rsquo;ai essayé avec plusieurs nom d&rsquo;espace de ma base, avec des slash dans tous les sens, mais cela n&rsquo;a pas marché.</p>
<p>Je souhaite savoir comment définir la balise \company_home par exemple.</p>
<p>Voilà ce que me retourne le job</p>
<p>Démarrage du job Orchestrator a 17:55 16/09/2010.</p>
<p>[statistics] connecting to socket on port 3510<br />
[statistics] connected<br />
Exception in component tAlfrescoOutput_1<br />
fr.openwide.talendalfresco.rest.client.RestClientException: Technical error while importing to path \company_home<br />
	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:136)<br />
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.tFileInputXML_1Process(LoadXMLHierarchyIntoAlfresco.java:1103)<br />
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.runJobInTOS(LoadXMLHierarchyIntoAlfresco.java:1406)<br />
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.runJob(LoadXMLHierarchyIntoAlfresco.java:1247)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.tFileInputXML_1Process(Orchestrator.java:1510)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.runJobInTOS(Orchestrator.java:1800)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.main(Orchestrator.java:1674)<br />
Caused by: fr.openwide.talendalfresco.rest.client.RestClientException: org.alfresco.repo.search.SearcherExceptionFailed to parse query: @cm:name:&nbsp;&raquo;\company_home&nbsp;&raquo; AND PRIMARYPARENT:&nbsp;&raquo;workspace://SpacesStore/4059c76c-2774-4c25-9535-1319edb9f3d5&Prime;<br />
[statistics] disconnected<br />
   org.alfresco.repo.search.impl.lucene.ADMLuceneSearcherImpl.query(ADMLuceneSearcherImpl.java:438)<br />
   org.alfresco.repo.search.impl.lucene.ADMLuceneSearcherImpl.query(ADMLuceneSearcherImpl.java:241)<br />
   org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)<br />
   org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)<br />
   fr.openwide.talendalfresco.alfresco.NamePathServiceImpl.getChildByPathName(NamePathServiceImpl.java:98)<br />
   fr.openwide.talendalfresco.alfresco.NamePathServiceImpl.getChildByPathName(NamePathServiceImpl.java:126)<br />
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getOrCreateTargetContainer(ContentImporterComponent.java:155)<br />
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getNodeRef(ContentImporterComponent.java:112)<br />
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponentBase.importView(ContentImporterComponentBase.java:233)<br />
   fr.openwide.talendalfresco.rest.server.command.ImportCommand.executeImpl(ImportCommand.java:131)<br />
   fr.openwide.talendalfresco.rest.server.processor.RestCommandBase.executeRest(RestCommandBase.java:203)<br />
   fr.openwide.talendalfresco.rest.server.processor.RestCommandProcessor.process(RestCommandProcessor.java:94)<br />
   org.alfresco.web.app.servlet.CommandServlet.service(CommandServlet.java:149)<br />
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br />
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
   org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.java:68)<br />
   sun.reflect.GeneratedMethodAccessor455.invoke(Unknown Source)<br />
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
   java.lang.reflect.Method.invoke(Method.java:597)<br />
   org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:116)<br />
   org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)<br />
   org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)<br />
   $Proxy204.doFilter(Unknown Source)<br />
   org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)<br />
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
   org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br />
   org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br />
   org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br />
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
   org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
   org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)<br />
   org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)<br />
   org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)<br />
   org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)<br />
   java.lang.Thread.run(Thread.java:619)</p>
<p>Caused by :org.apache.lucene.queryParser.ParseExceptionCannot parse &lsquo;@cm:name:&nbsp;&raquo;\company_home&nbsp;&raquo; AND PRIMARYPARENT:&nbsp;&raquo;workspace://SpacesStore/4059c76c-2774-4c25-9535-1319edb9f3d5&Prime;&lsquo;: Lexical error at line 1, column 109.  Encountered:  after : &laquo;&nbsp;&nbsp;&raquo;<br />
   org.apache.lucene.queryParser.QueryParser.parse(QueryParser.java:178)<br />
   org.alfresco.repo.search.impl.lucene.LuceneQueryParser.parse(LuceneQueryParser.java:160)<br />
   org.alfresco.repo.search.impl.lucene.ADMLuceneSearcherImpl.query(ADMLuceneSearcherImpl.java:287)<br />
   org.alfresco.repo.search.impl.lucene.ADMLuceneSearcherImpl.query(ADMLuceneSearcherImpl.java:241)<br />
   org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:67)<br />
   org.alfresco.repo.search.AbstractSearcherComponent.query(AbstractSearcherComponent.java:53)<br />
   fr.openwide.talendalfresco.alfresco.NamePathServiceImpl.getChildByPathName(NamePathServiceImpl.java:98)<br />
   fr.openwide.talendalfresco.alfresco.NamePathServiceImpl.getChildByPathName(NamePathServiceImpl.java:126)<br />
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getOrCreateTargetContainer(ContentImporterComponent.java:155)<br />
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getNodeRef(ContentImporterComponent.java:112)<br />
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponentBase.importView(ContentImporterComponentBase.java:233)<br />
   fr.openwide.talendalfresco.rest.server.command.ImportCommand.executeImpl(ImportCommand.java:131)<br />
   fr.openwide.talendalfresco.rest.server.processor.RestCommandBase.executeRest(RestCommandBase.java:203)<br />
   fr.openwide.talendalfresco.rest.server.processor.RestCommandProcessor.process(RestCommandProcessor.java:94)<br />
   org.alfresco.web.app.servlet.CommandServlet.service(CommandServlet.java:149)<br />
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br />
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
   org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.java:68)<br />
   sun.reflect.GeneratedMethodAccessor455.invoke(Unknown Source)<br />
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
   java.lang.reflect.Method.invoke(Method.java:597)<br />
   org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:116)<br />
   org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)<br />
   org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)<br />
   $Proxy204.doFilter(Unknown Source)<br />
   org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)<br />
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
   org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br />
   org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br />
   org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br />
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
   org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
   org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)<br />
   org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)<br />
   org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)<br />
   org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)<br />
   java.lang.Thread.run(Thread.java:619)</p>
<p>	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:137)<br />
	&#8230; 6 more<br />
Exception in component tRunJob_3<br />
java.lang.RuntimeException: Child job running failed<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.tFileInputXML_1Process(Orchestrator.java:1537)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.runJobInTOS(Orchestrator.java:1800)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.main(Orchestrator.java:1674)<br />
Job Orchestrator terminé à 17:55 16/09/2010. [Code sortie=1]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par n2rged</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-28</link>
		<dc:creator><![CDATA[n2rged]]></dc:creator>
		<pubDate>Thu, 16 Sep 2010 15:15:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-28</guid>
		<description><![CDATA[Bonjour,&lt;br /&gt;
J&#039;ai parcouru plusieurs fois le ttutoriel, je pense que j&#039;ai du manqué quelquechose car j&#039;ai l&#039;erreur suivant&lt;br /&gt;
Démarrage du job Orchestrator a 15:49 16/09/2010.&lt;br /&gt;
&lt;br /&gt;
J&#039;ai passé pas mal de temps, sans succés.&lt;br /&gt;
&lt;br /&gt;
Je vous remercie d&#039;avance pour votre aide&lt;br /&gt;
&lt;br /&gt;
ci dessous le message d&#039;erreur&lt;br /&gt;
&lt;br /&gt;
Exception in component tAlfrescoOutput_1&lt;br /&gt;
fr.openwide.talendalfresco.rest.client.RestClientException: Technical error while importing to path \&lt;br /&gt;
	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:136)&lt;br /&gt;
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.tFileInputXML_1Process(LoadXMLHierarchyIntoAlfresco.java:1103)&lt;br /&gt;
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.runJobInTOS(LoadXMLHierarchyIntoAlfresco.java:1406)&lt;br /&gt;
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.runJob(LoadXMLHierarchyIntoAlfresco.java:1247)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.tFileInputXML_1Process(Orchestrator.java:1565)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.runJobInTOS(Orchestrator.java:1867)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.main(Orchestrator.java:1734)&lt;br /&gt;
Caused by: fr.openwide.talendalfresco.rest.client.RestClientException: org.alfresco.service.cmr.view.ImporterExceptionName path \ does not exist and its creation failed, aborting import.&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getNodeRef(ContentImporterComponent.java:114)&lt;br /&gt;
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponentBase.importView(ContentImporterComponentBase.java:233)&lt;br /&gt;
   fr.openwide.talendalfresco.rest.server.command.ImportCommand.executeImpl(ImportCommand.java:131)&lt;br /&gt;
   fr.openwide.talendalfresco.rest.server.processor.RestCommandBase.executeRest(RestCommandBase.java:203)&lt;br /&gt;
   fr.openwide.talendalfresco.rest.server.processor.RestCommandProcessor.process(RestCommandProcessor.java:94)&lt;br /&gt;
   org.alfresco.web.app.servlet.CommandServlet.service(CommandServlet.java:149)&lt;br /&gt;
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;br /&gt;
   org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.java:68)&lt;br /&gt;
   sun.reflect.GeneratedMethodAccessor455.invoke(Unknown Source)&lt;br /&gt;
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br /&gt;
   java.lang.reflect.Method.invoke(Method.java:597)&lt;br /&gt;
   org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:116)&lt;br /&gt;
   org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;br /&gt;
   org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)&lt;br /&gt;
   $Proxy204.doFilter(Unknown Source)&lt;br /&gt;
   org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&lt;br /&gt;
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;br /&gt;
   org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)&lt;br /&gt;
   org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)&lt;br /&gt;
   org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;br /&gt;
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)&lt;br /&gt;
   org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&lt;br /&gt;
   org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)&lt;br /&gt;
   org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)&lt;br /&gt;
   org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)&lt;br /&gt;
   org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)&lt;br /&gt;
   java.lang.Thread.run(Thread.java:619)&lt;br /&gt;
&lt;br /&gt;
	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:137)&lt;br /&gt;
	... 6 more&lt;br /&gt;
Exception in component tRunJob_3&lt;br /&gt;
java.lang.RuntimeException: Child job running failed&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.tFileInputXML_1Process(Orchestrator.java:1592)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.runJobInTOS(Orchestrator.java:1867)&lt;br /&gt;
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.main(Orchestrator.java:1734)&lt;br /&gt;
[statistics] disconnected&lt;br /&gt;
[trace] disconnected&lt;br /&gt;
Job Orchestrator terminé à 16:12 16/09/2010. [Code sortie=1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>Bonjour,<br />
J&rsquo;ai parcouru plusieurs fois le ttutoriel, je pense que j&rsquo;ai du manqué quelquechose car j&rsquo;ai l&rsquo;erreur suivant<br />
Démarrage du job Orchestrator a 15:49 16/09/2010.</p>
<p>J&rsquo;ai passé pas mal de temps, sans succés.</p>
<p>Je vous remercie d&rsquo;avance pour votre aide</p>
<p>ci dessous le message d&rsquo;erreur</p>
<p>Exception in component tAlfrescoOutput_1<br />
fr.openwide.talendalfresco.rest.client.RestClientException: Technical error while importing to path \<br />
	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:136)<br />
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.tFileInputXML_1Process(LoadXMLHierarchyIntoAlfresco.java:1103)<br />
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.runJobInTOS(LoadXMLHierarchyIntoAlfresco.java:1406)<br />
	at alfrescotalendintegration.loadxmlhierarchyintoalfresco_0_1.LoadXMLHierarchyIntoAlfresco.runJob(LoadXMLHierarchyIntoAlfresco.java:1247)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.tFileInputXML_1Process(Orchestrator.java:1565)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.runJobInTOS(Orchestrator.java:1867)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.main(Orchestrator.java:1734)<br />
Caused by: fr.openwide.talendalfresco.rest.client.RestClientException: org.alfresco.service.cmr.view.ImporterExceptionName path \ does not exist and its creation failed, aborting import.<br />
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponent.getNodeRef(ContentImporterComponent.java:114)<br />
   fr.openwide.talendalfresco.alfresco.importer.ContentImporterComponentBase.importView(ContentImporterComponentBase.java:233)<br />
   fr.openwide.talendalfresco.rest.server.command.ImportCommand.executeImpl(ImportCommand.java:131)<br />
   fr.openwide.talendalfresco.rest.server.processor.RestCommandBase.executeRest(RestCommandBase.java:203)<br />
   fr.openwide.talendalfresco.rest.server.processor.RestCommandProcessor.process(RestCommandProcessor.java:94)<br />
   org.alfresco.web.app.servlet.CommandServlet.service(CommandServlet.java:149)<br />
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br />
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
   org.alfresco.repo.web.filter.beans.NullFilter.doFilter(NullFilter.java:68)<br />
   sun.reflect.GeneratedMethodAccessor455.invoke(Unknown Source)<br />
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
   java.lang.reflect.Method.invoke(Method.java:597)<br />
   org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:116)<br />
   org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)<br />
   org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)<br />
   $Proxy204.doFilter(Unknown Source)<br />
   org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:82)<br />
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
   org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br />
   org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br />
   org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br />
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
   org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
   org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)<br />
   org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)<br />
   org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)<br />
   org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)<br />
   java.lang.Thread.run(Thread.java:619)</p>
<p>	at fr.openwide.talendalfresco.rest.client.AlfrescoRestClient.execute(AlfrescoRestClient.java:137)<br />
	&#8230; 6 more<br />
Exception in component tRunJob_3<br />
java.lang.RuntimeException: Child job running failed<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.tFileInputXML_1Process(Orchestrator.java:1592)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.runJobInTOS(Orchestrator.java:1867)<br />
	at alfrescotalendintegration.orchestrator_0_1.Orchestrator.main(Orchestrator.java:1734)<br />
[statistics] disconnected<br />
[trace] disconnected<br />
Job Orchestrator terminé à 16:12 16/09/2010. [Code sortie=1]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par quilombo85</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-27</link>
		<dc:creator><![CDATA[quilombo85]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 16:43:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-27</guid>
		<description><![CDATA[RE,&lt;br /&gt;
&lt;br /&gt;
j&#039;ai juste une question à te poser, c&#039;est en ce moment je suis la piste acpgeneratr.&lt;br /&gt;
j&#039;arrive à créer mon fichier.acp mais le problème réside que alfresco n&#039;arrive pas à extraire son contenu quand je fais un upload dans alfresco voilà.&lt;br /&gt;
&lt;br /&gt;
merci]]></description>
		<content:encoded><![CDATA[<p>RE,</p>
<p>j&rsquo;ai juste une question à te poser, c&rsquo;est en ce moment je suis la piste acpgeneratr.<br />
j&rsquo;arrive à créer mon fichier.acp mais le problème réside que alfresco n&rsquo;arrive pas à extraire son contenu quand je fais un upload dans alfresco voilà.</p>
<p>merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par quilombo85</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-26</link>
		<dc:creator><![CDATA[quilombo85]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:56:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-26</guid>
		<description><![CDATA[je prends alfresco-web-service-client-2.9.0dev.tar.gz , je le décompresse je trouve :&lt;br /&gt;
&lt;br /&gt;
alfresco-web-service-client-2.9.0dev.taralfresco-web-service-client.jar&lt;br /&gt;
alfresco-web-service-client-2.9.0dev.taralfresco-web-service-client-2.9.0devalfrescowebserviceclient.properties&lt;br /&gt;
&lt;br /&gt;
ça me parait bizarre, je galere juste sur la version.&lt;br /&gt;
&lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>je prends alfresco-web-service-client-2.9.0dev.tar.gz , je le décompresse je trouve :</p>
<p>alfresco-web-service-client-2.9.0dev.taralfresco-web-service-client.jar<br />
alfresco-web-service-client-2.9.0dev.taralfresco-web-service-client-2.9.0devalfrescowebserviceclient.properties</p>
<p>ça me parait bizarre, je galere juste sur la version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par landry05</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-25</link>
		<dc:creator><![CDATA[landry05]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:24:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-25</guid>
		<description><![CDATA[Prend la version 2.9 labs. &lt;br /&gt;
&lt;br /&gt;
Pour info, labs c&#039;est le nom donnée à la version communautaire pour faire la différence avec &quot;communauté&quot; qui signifie un groupe de personne.&lt;br /&gt;
&lt;br /&gt;
http://forums.alfresco.com/fr/viewtopic.php?f=5&amp;t=2125&lt;br /&gt;
&lt;br /&gt;
Avec la 2.9 labs, tu devrais être à l&#039;aise avec le composant talend d&#039;alfresco&lt;br /&gt;
&lt;br /&gt;
Courage&lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>Prend la version 2.9 labs. </p>
<p>Pour info, labs c&rsquo;est le nom donnée à la version communautaire pour faire la différence avec &laquo;&nbsp;communauté&nbsp;&raquo; qui signifie un groupe de personne.</p>
<p><a href="http://forums.alfresco.com/fr/viewtopic.php?f=5&#038;t=2125" rel="nofollow">http://forums.alfresco.com/fr/viewtopic.php?f=5&#038;t=2125</a></p>
<p>Avec la 2.9 labs, tu devrais être à l&rsquo;aise avec le composant talend d&rsquo;alfresco</p>
<p>Courage</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par quilombo85</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-24</link>
		<dc:creator><![CDATA[quilombo85]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:14:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-24</guid>
		<description><![CDATA[RE,&lt;br /&gt;
&lt;br /&gt;
justement, j&#039;ai du mal à choisir la bonne version ??&lt;br /&gt;
j&#039;aimerai bien avoir le nom exacte, je trouve :&lt;br /&gt;
&lt;br /&gt;
Alfresco 2.9 B&lt;br /&gt;
Alfresco 2.9 Labs &lt;br /&gt;
&lt;br /&gt;
si c&#039;est bien ça ? lequel choisir, veuillez m&#039;indiquer le nom exacte svp sur le lien .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Merci]]></description>
		<content:encoded><![CDATA[<p>RE,</p>
<p>justement, j&rsquo;ai du mal à choisir la bonne version ??<br />
j&rsquo;aimerai bien avoir le nom exacte, je trouve :</p>
<p>Alfresco 2.9 B<br />
Alfresco 2.9 Labs </p>
<p>si c&rsquo;est bien ça ? lequel choisir, veuillez m&rsquo;indiquer le nom exacte svp sur le lien .</p>
<p>
Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par landry05</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-23</link>
		<dc:creator><![CDATA[landry05]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:01:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-23</guid>
		<description><![CDATA[je ne peux malheureusement pas vous le garantir, mais à priori non. Vous avez des difficultés à télécharger la version 2.9 depuis le lien que je vous ai envoyé? Je serais intéressé de savoir si le tuto marche sur la 2.1. si vous faites le test, merci de m&#039;informer du résultat.&lt;br /&gt;
&lt;br /&gt;
Courage]]></description>
		<content:encoded><![CDATA[<p>je ne peux malheureusement pas vous le garantir, mais à priori non. Vous avez des difficultés à télécharger la version 2.9 depuis le lien que je vous ai envoyé? Je serais intéressé de savoir si le tuto marche sur la 2.1. si vous faites le test, merci de m&rsquo;informer du résultat.</p>
<p>Courage</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par quilombo85</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-22</link>
		<dc:creator><![CDATA[quilombo85]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 12:10:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-22</guid>
		<description><![CDATA[Hi,&lt;br /&gt;
&lt;br /&gt;
vous pensez que le tuto peut marcher avec la version 2.1 d&#039;Alfresco ??&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
merci]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>vous pensez que le tuto peut marcher avec la version 2.1 d&rsquo;Alfresco ??</p>
<p>
merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Intégration massive de documents numériques dans un reférentiel distant (Alfresco) avec un ETL (Talend) par landry05</title>
		<link>https://blog.developpez.com/landry05/p8192/solutions-entreprise/integration_massive_de_documents_numeriq#comment-21</link>
		<dc:creator><![CDATA[landry05]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 10:19:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-21</guid>
		<description><![CDATA[Hi, tu as toutes les versions ici --&gt;&gt; http://sourceforge.net/projects/alfresco/files/&lt;br /&gt;
&lt;br /&gt;
Courage&lt;br /&gt;
&lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi, tu as toutes les versions ici &#8211;>> <a href="http://sourceforge.net/projects/alfresco/files/" rel="nofollow">http://sourceforge.net/projects/alfresco/files/</a></p>
<p>Courage</p>
]]></content:encoded>
	</item>
</channel>
</rss>
