<?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 Download and update file Alfresco with SpringBoot in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116892#M32360</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi everybody, I'm new to Alfresco.&amp;nbsp;&lt;/SPAN&gt;I need a solution to be able to communicate alfresco with spring boot so I need a solution rest api that I can download and update file on my application spring and saved it in alfresco&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 08:11:22 GMT</pubDate>
    <dc:creator>Bouden</dc:creator>
    <dc:date>2020-02-10T08:11:22Z</dc:date>
    <item>
      <title>Download and update file Alfresco with SpringBoot</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116892#M32360</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everybody, I'm new to Alfresco.&amp;nbsp;&lt;/SPAN&gt;I need a solution to be able to communicate alfresco with spring boot so I need a solution rest api that I can download and update file on my application spring and saved it in alfresco&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 08:11:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116892#M32360</guid>
      <dc:creator>Bouden</dc:creator>
      <dc:date>2020-02-10T08:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Download and update file Alfresco with SpringBoot</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116893#M32361</link>
      <description>&lt;P&gt;This is a sample using Spring Boot and CMIS REST API:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/aborroy/cmis-associations-alfresco" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/aborroy/cmis-associations-alfresco&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can adapt it in order to use the REST API (&lt;A href="https://api-explorer.alfresco.com/api-explorer/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api-explorer.alfresco.com/api-explorer/&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 08:52:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116893#M32361</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-02-10T08:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Download and update file Alfresco with SpringBoot</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116894#M32362</link>
      <description>&lt;P&gt;thank you for this solution but I&amp;nbsp;received this problem:&lt;/P&gt;&lt;P&gt;No active profile set, falling back to default profiles: default&lt;BR /&gt;Started App in 0.863 seconds (JVM running for 1.6)&lt;BR /&gt;--Creating documents...&lt;BR /&gt;created document A 48a7b390-4905-4e81-a2a2-a82ff8e138fe;1.0&lt;BR /&gt;created document B c17518eb-e9ce-42f8-822a-63200099a238;1.0&lt;BR /&gt;--Setting aspects...&lt;BR /&gt;Application run failed&lt;BR /&gt;java.lang.IllegalStateException: Failed to execute CommandLineRunner&lt;BR /&gt;at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:821)&lt;BR /&gt;at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:802)&lt;BR /&gt;at org.springframework.boot.SpringApplication.run(SpringApplication.java:341)&lt;BR /&gt;at org.springframework.boot.SpringApplication.run(SpringApplication.java:1277)&lt;BR /&gt;at org.springframework.boot.SpringApplication.run(SpringApplication.java:1265)&lt;BR /&gt;at org.alfresco.cmis.assoc.App.main(App.java:34)&lt;BR /&gt;Caused by: org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: Type 'P:cmisassoc:relationable' is unknown!&lt;BR /&gt;at org.apache.chemistry.opencmis.client.bindings.spi.browser.AbstractBrowserBindingService.convertStatusCode(AbstractBrowserBindingService.java:296)&lt;BR /&gt;at org.apache.chemistry.opencmis.client.bindings.spi.browser.AbstractBrowserBindingService.read(AbstractBrowserBindingService.java:410)&lt;BR /&gt;at org.apache.chemistry.opencmis.client.bindings.spi.browser.AbstractBrowserBindingService.getTypeDefinitionInternal(AbstractBrowserBindingService.java:518)&lt;BR /&gt;at org.apache.chemistry.opencmis.client.bindings.spi.browser.RepositoryServiceImpl.getTypeDefinition(RepositoryServiceImpl.java:82)&lt;BR /&gt;at org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getTypeDefinition(RepositoryServiceImpl.java:153)&lt;BR /&gt;at org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getTypeDefinition(RepositoryServiceImpl.java:131)&lt;BR /&gt;at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getTypeDefinition(SessionImpl.java:836)&lt;BR /&gt;at org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl.convertProperties(ObjectFactoryImpl.java:439)&lt;BR /&gt;at org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject.updateProperties(AbstractCmisObject.java:398)&lt;BR /&gt;at org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject.updateProperties(AbstractCmisObject.java:360)&lt;BR /&gt;at org.alfresco.cmis.assoc.service.CmisService.addAspect(CmisService.java:117)&lt;BR /&gt;at org.alfresco.cmis.assoc.App.run(App.java:47)&lt;BR /&gt;at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:818)&lt;BR /&gt;... 5 common frames omitted&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 09:25:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116894#M32362</guid>
      <dc:creator>Bouden</dc:creator>
      <dc:date>2020-02-10T09:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Download and update file Alfresco with SpringBoot</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116895#M32363</link>
      <description>&lt;P&gt;As I said, that is a sample Spring Boot application using CMIS REST API. As it's using "cmisassoc:relationable" aspect, it will fail if you haven't deployed that custom model in your Repository. You just need to replace the CMIS REST API client with your Alfresco REST API client.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 09:34:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116895#M32363</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-02-10T09:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Download and update file Alfresco with SpringBoot</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116896#M32364</link>
      <description>&lt;P&gt;hello ;&amp;nbsp;&lt;SPAN&gt;is there a front part corresponding to the backend spring boot part??&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 16:14:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116896#M32364</guid>
      <dc:creator>yaakoubanis</dc:creator>
      <dc:date>2020-02-10T16:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Download and update file Alfresco with SpringBoot</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116897#M32365</link>
      <description>&lt;P&gt;do you have an explication which i can change the CMIS REST API client with my alfresco REST API !&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 14:32:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-and-update-file-alfresco-with-springboot/m-p/116897#M32365</guid>
      <dc:creator>Bouden</dc:creator>
      <dc:date>2020-02-11T14:32:19Z</dc:date>
    </item>
  </channel>
</rss>

