<?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: execution d'exemple alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114634#M80772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bonjour,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;merci pour votre reponse Rguinot, mais comme je suis debutant avec eclipse et java, je sais pas comment faire exactement pour maitre mon projet en dependance avec "Alfresco Embeded", dsl pour mes question qui me parai un peu debile&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops: , mais je croix c 'est comme ca qu'on apprend&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cordialement&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2011 16:11:48 GMT</pubDate>
    <dc:creator>bigginer_alfesc</dc:creator>
    <dc:date>2011-05-24T16:11:48Z</dc:date>
    <item>
      <title>execution d'exemple alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114630#M80768</link>
      <description>bonjour j'essaie d'exécuter l'exemple d'alfresco que j'ai trouve dans le tutoriel, j'essaie d'exécuter la classe FirstJCRClient mais il me donne cette errue la:java.lang.NoClassDefFoundError: javax/transaction/SystemExceptionCaused by: java.lang.ClassNotFoundException: javax.transaction.SystemExcept</description>
      <pubDate>Wed, 13 May 2009 07:57:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114630#M80768</guid>
      <dc:creator>yassine_036</dc:creator>
      <dc:date>2009-05-13T07:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: execution d'exemple alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114631#M80769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;maintenant il ne me donne cette erreur là, je lui ai joint des ajr mais il me donne cette erreur qu'il n'arrive pas à trouver le context-application.xml voila le bout de code ainsi que l'erreur qu'il m'affiche j'espere que vous allez me repondre merci&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ApplicationContext context = &amp;nbsp;&amp;nbsp;&amp;nbsp;new ClassPathXmlApplicationContext("classpath:alfresco/application-context.xml");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Repository repository = (Repository)context.getBean("JCR.Repository");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Session session = repository.login(new SimpleCredentials("admin", "admin".toCharArray()));&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;et voici l'erreur qu'il m'affiche&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [alfresco/application-context.xml]; nested exception is java.io.FileNotFoundException: class path resource [alfresco/application-context.xml] cannot be opened because it does not exist&lt;BR /&gt;Caused by: java.io.FileNotFoundException: class path resource [alfresco/application-context.xml] cannot be opened because it does not exist&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:135)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:307)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:290)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:131)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:147)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:173)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:112)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:79)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:101)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:394)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:324)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.support.ClassPathXmlApplicationContext.&amp;lt;init&amp;gt;(ClassPathXmlApplicationContext.java:122)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.support.ClassPathXmlApplicationContext.&amp;lt;init&amp;gt;(ClassPathXmlApplicationContext.java:66)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.sample.FirstJCRClient.main(FirstJCRClient.java:66)&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; merci cordialement&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 14:45:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114631#M80769</guid>
      <dc:creator>yassine_036</dc:creator>
      <dc:date>2009-05-13T14:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: execution d'exemple alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114632#M80770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bonjour,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;je sais pas si vous avez trouvez la solution a votre prb, j'ai la meme erreur en faite&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cordialement&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 09:22:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114632#M80770</guid>
      <dc:creator>bigginer_alfesc</dc:creator>
      <dc:date>2011-05-24T09:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: execution d'exemple alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114633#M80771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Verifier le classpath eclipse. Votre projet doit avoir le projet "Alfresco Embedded" en dépendance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 10:07:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114633#M80771</guid>
      <dc:creator>rguinot</dc:creator>
      <dc:date>2011-05-24T10:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: execution d'exemple alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114634#M80772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bonjour,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;merci pour votre reponse Rguinot, mais comme je suis debutant avec eclipse et java, je sais pas comment faire exactement pour maitre mon projet en dependance avec "Alfresco Embeded", dsl pour mes question qui me parai un peu debile&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops: , mais je croix c 'est comme ca qu'on apprend&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cordialement&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 16:11:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114634#M80772</guid>
      <dc:creator>bigginer_alfesc</dc:creator>
      <dc:date>2011-05-24T16:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: execution d'exemple alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114635#M80773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;mais normalement, avant de poser la toiture, on pose les fondations et on construit les murs ! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bref, peut-être qu'il faut passer par un petit tuto Eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sinon, pour aider, clic droit sur le projet / build path / configure build path&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quelques liens intéressants sur le wiki :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_SDK" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_SDK&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_on_Eclipse" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_on_Eclipse&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bonne chance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;à l'avenir, pouvez-vous créer votre propre topic, et non pas déterrer un sujet de 2009 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Merci &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 09:23:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-d-exemple-alfresco/m-p/114635#M80773</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2011-05-25T09:23:39Z</dc:date>
    </item>
  </channel>
</rss>

