alfresco

Dynamic Dashlet in Alfresco Share

狂风中的少年 提交于 2019-12-25 03:38:11
问题 As a user experience requirement, I need to create a dynamic dashlet. According to what I need, a dynamic dashlet would be a special dashlet that can load inside "almost every content". I say almost every content because of course this kind of dashlet would have its own limits of course. At the same time, it would be nice that the dynamic dashlet has the ability of being maximized, what in fact would show the real content (for example, an Alfresco page). Perhaps my question is ambiguous, but

Creating Solr shards in Alfresco 6.1 CE

时光怂恿深爱的人放手 提交于 2019-12-25 01:14:46
问题 After migrating to Alfresco CE 6.1 (201901 GA) and Alfresco Search Services we have massive search performance problems. So I tried to configure sharding in solr by following Creating Solr shards manually. I was able to create the shards and indexing seams to work but when I configure Alfresco to use sharding in alfresco-global.properties solr6.store.mappings.value.solrMappingAlfresco.nodeString=solr.mycompany.com:8983/solr/#/alfresco solr6.store.mappings.value.solrMappingAlfresco.numShards=4

Complex expressions don't execute in Alfresco activiti web version

烈酒焚心 提交于 2019-12-25 00:28:56
问题 An expression with conditions does not work when testing a bpm process created in bpm-explorer alfresco activiti. ${document.attributes['EPR/DMS/DMBTR'] < 10000000 && document.attributes['EPR/DMS/DMBTR'] >= 5000000 && document.attributes['EPR/DMS/CONCERN_FLG'] == true} || ${document.attributes['EPR/DMS/DMBTR'] >= 10000000} such options do not work either ${(document.attributes['EPR/DMS/DMBTR'] < 10000000 && document.attributes['EPR/DMS/DMBTR'] >= 5000000 && document.attributes['EPR/DMS

How to get list of aspects in the systems

浪尽此生 提交于 2019-12-24 23:09:03
问题 Does one can recommend me how to get list of aspects in alfresco using java web-service API. Thank you. 回答1: It is not possible to get the list of aspects using web service client, you can however get the list of class definitions of aspects if you know their names. Check DictionaryServiceSoapPort interface, there is a method named getClasses that can return an array of ClassDefinition s for the given types and aspects. I don't know if it helps but instead of retrieving the list of aspects

curl query to check out a document using CMIS

陌路散爱 提交于 2019-12-24 19:05:59
问题 I am trying to checkout a document using the REST-based CMIS protocol, but I get an error from the server (Alfresco). Am I misusing curl? Or am I missing something in my request? curl --user admin:admin -F "atomentry=@atomentry.xml" http://localhost:8080/alfresco/service/cmis/checkedout With atomentry.xml being: <?xml version="1.0" encoding="utf-8"?> <entry xmlns="http://www.w3.org/2005/Atom" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/" xmlns:cmis="http://docs.oasis-open

Alfresco from sdk 2.2.0 to sdk3.0.1

萝らか妹 提交于 2019-12-24 09:33:28
问题 Is it possible to convert an alfresco AIO project, built with sdk 2.2.0, to a new alfresco AIO project with sdk 3.0.1 The architecture is different: - sdk 2.2.0 => 6 Maven modules - sdk 3.0.1 => 3 Maven modules I know that the xxx-repo-amp /src/main/amp/config/... files (2.2.0) move to xxx-platform-jar/src/main/resources/alfresco/... folders But, for example where move the xxx-repo-amp /src/main/amp/WEB/ files ? Thank you for your help ! 回答1: Yes, you can upgrade your project structure from

How to list information about all Alfresco's files (Postgres SQL)?

余生颓废 提交于 2019-12-24 09:13:09
问题 A file node representation in Alfresco persistent layer: content is stored in ALFRESCO_HOME\alf_data\contentstore\ folder metadata are stored in relational database (default: PostgreSQL) information for text searching (Lucene) are stored in Solr's document database Which Postgres tables are used to keep metadata of new uploaded file? How to list information about all Alfresco's files (Postgres SQL)? 回答1: The tables that keep files metadata: Listing information about all Alfresco's files -

How to backup alf_data directory in Alfresco

醉酒当歌 提交于 2019-12-24 06:43:47
问题 I want to Upgrade Alfresco from 3.4 to 4.0 What should I do to Backup contentstore directory and contentstore.deleted directory . 回答1: From the Alfresco upgrade documentation and backing up documentation you need to : Shut down your alfresco Save the database and copy the contenstore repository somewhere as a single unit because the database and contentstore are related. You can make as well a backup of the Solr index, but this is optional since they can be recreated from the database and

How to add custom action on workflow form in alfresco to rename document name

我只是一个虾纸丫 提交于 2019-12-24 03:17:32
问题 I want to add document name rename action on workflow form in alfresco share. Is there any way to do this. Please provide the required steps and sample code snipet if possible. Please reply is somebady did this before. Thanks in advance. 回答1: The first thing which you need to do is to define the form configuration for the workflow task form for which you have taken the screenshot.You can define it inside the share-config-custom.xml. Form configuration should be something like below. <config

Alfresco community 4.0 doesn't recognize DITA files mimetype

99封情书 提交于 2019-12-24 02:39:09
问题 So I've installed the Community 4.0.a and extended the mimetype list using mimetype-map.xml as I did before in 3.4 <alfresco-config area="mimetype-map"> <config evaluator="string-compare" condition="Mimetype Map"> <mimetypes> <mimetype mimetype="application/dita+xml" text="true" display="DITA"> <extension default="true" display="DITA Topic">dita</extension> <extension default="true" display="DITA Map">ditamap</extension> <extension default="true" display="DITA Conditional Processing Profile"