Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The folowing component needs to be installed in Blueriq Runtime:

  • CMIS pluginClient component

The following cmis CMIS components are needed in Blueriq Studio (provided by AquimaLibraries package):

...

Add these properties to the application-cmis-client.properties (you can create this file separately when you add the profile to the bootstrap properties):

...

Info

When you use the earlier referred Alfresco DMS docker environment the properties would be:

#CMIS 
blueriq.cmis.services-url=http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom 
blueriq.cmis.user=admin
blueriq.cmis.password=admin 
blueriq.cmis.repository-id=-default- 
blueriq.cmis.object-type-id=cmis:document 
blueriq.cmis.binding-type=atompub 


Add this property to the application.properties:

# Connections
blueriq.connection.memoryconnection.memory


Also enable the CMIS plugin Client component by adding the cmis-client profile to the spring.profiles.active setting in de the bootstrap.properties.  For example:

spring.profiles.active=native,development-tools,dashboard,externaldatasources,customerdata-sql-store,trace-sql-store,process-sql-store,reporting-sql-store,comments-sql-store,cmis-client

Make sure to restart the Runtime server (Reload Settings will not work).

More information on how to configure the application using Spring Profiles can be found here : Application configuration with Spring Profiles

Model

Download the R13 and R14 package and extract the files to Blueriq\Studio\Configuration\Libraries (make sure you have the latest update of Blueriq).

...