Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1686 Views
  • 1 replies
  • 0 kudos

Resolved! Content search in Alfresco

Hi, I have a requirement to perform content search of INDD files in Alfresco. When I say content search, what I mean is, I have an INDD file which has images with some text superimposed on it. Any user should be able to search for the INDD file using...

ss26 by Champ in-the-making
  • 20920 Views
  • 8 replies
  • 7 kudos

Resolved! lucene query fail.

hi all,i am using alfresco 5.0 dthis 2017 folder is already shown in share ui.here is my lucene queryATH:"/app:company_home/st:sites/cm:abc/cm:documentLibrary/cmolutions/cm:audit"this above query works fine,but when i append cm:2017 then its show me ...

kpatel by Confirmed Champ
  • 5713 Views
  • 2 replies
  • 0 kudos

Resolved! Error while performing transformation

Hi CommunityI have created custom transformer which transforms file with "application/ply" mimetype to "application/sla". The context file which I have created is<beans><bean id="transformer.worker.ply2stl"          class="org.alfresco.repo.content.t...

manav by Confirmed Champ
  • 10989 Views
  • 4 replies
  • 1 kudos

Custom group assignment

Hi,How do we assign workflow to custom group .I have created group TestGroup under that I have added users like Ravi,Nanda,Tushar and Admin.So when I assigned to group workflow gets assigned in Alphbetical order.1st it assigned to Admin and it gets a...

mrk_rams by Champ on-the-rise
  • 3303 Views
  • 1 replies
  • 0 kudos

Hide edit document menu item.

I don't want my users to edit documents in google docs but I can't just remove google docs integration because it breaks some documents that already have been edited this way. So I want to hide the menu item from edit document menu, I have found this...

baikal by Champ in-the-making
  • 5087 Views
  • 2 replies
  • 0 kudos

Cannot save model

Hello All,I’ve designed a simple leave request but cannot save the model.Application is prompting me with unexpected error.  Please refer to attachment.Kindly help on same.Thanks

kunaalz09 by Champ in-the-making
  • 9171 Views
  • 2 replies
  • 0 kudos

Resolved! Start a workflow if it has not been started?

My application expects a related group of events. I would like to construct a workflow that waits for all the events from the group to arrive (or times out), and then proceeds.  Each group and each event have a UID associated with it.  The events arr...

blezek by Champ on-the-rise
  • 8126 Views
  • 4 replies
  • 0 kudos

AsyncExecutor multiple instances causing deadlock

Hi, We are currently experiencing out of memory(OOM) situation in our application. Thread dump shows blocked threads on activiti's AsyncJobExecutor with 2 instances of the same being created concurrently to acquire the jobs, blocking on each other ca...

francop by Champ in-the-making
  • 7439 Views
  • 2 replies
  • 0 kudos

Pending invites not visible for site admins

Hi,I have a site with a number of pending invites. These invites are almost 3 years old. I, as an Alfresco admin, can see these invites, the site admin doesn't see them.Could this be because of Alfresco upgrades since the invites were sent? Maybe it'...

Show custom task properties on MyTask page Share

I need to show properties of my custom workflow  task type on "My Task" Page. Though properties are visible on accept/rejection page of any user in workflow but not visible on "My-task" page.My task page shows only default properties (Due Date, descr...

Resolved! Retriving data from MySql Database in activiti-app

I followed the user guide to try to retrieve data from MySql database but I got an error of retrieve data while running the application, could anyone give a simpler example to try to get data from table in a mysql database,  Thank you.

bhchemss by Star Contributor
  • 7684 Views
  • 3 replies
  • 0 kudos

Resolved! How to create subtask/ checklist task?

How to create subtask/ checklist task immediately after creating task(parent)? I tried with taskListener but it is not helping as the task creation is not completed and record has not inserted into the database. Please help...

Resolved! Unable to login because of Solr problem

After starting the server I get the following error on the console:INFO: Starting ProtocolHandler ["ajp-apr-8009"]I 11, 2017 9:46:02 AM org.apache.catalina.startup.Catalina startINFO: Server startup in 324400 ms2017-01-11 09:46:03,044 ERROR [solr.tra...

lantonov by Champ on-the-rise
  • 22906 Views
  • 9 replies
  • 0 kudos

Resolved! Hello, I need to create a date range query on the definition of a smart folder JSON. Which is the correct syntax to define date range queries?

I'm trying with this syntax or something similar, without success:            "nodes" : [{                    "id":"11",                    "name" : "2017",                    "description" : "Documentos ejercicio Actual",                    "search"...

Not able to preview files with mime type application/ply

I have registered thumbnail in the following way<bean id="thumbnailDefinitionSTLpreview" class="org.alfresco.repo.thumbnail.ThumbnailDefinition">        <property name="name" value="stl" />        <property name="mimetype" value="application/sla" /> ...

manav by Confirmed Champ
  • 6071 Views
  • 2 replies
  • 0 kudos

How to integrate the ExifTool into alfresco?

Hi ,I am trying to generate a preview of INDD file using ExifTool and java code.When INDD file upload ,need to be show the preview in PDF format.(Generating using Exiftool and java code.)How to implement this feature when fileupload into alfresco.Tha...

madduri by Champ on-the-rise
  • 3890 Views
  • 1 replies
  • 0 kudos

Resolved! Problem with character encoding when uploading an app

Activiti 1.5.XWhen i upload a app definition with process, forms, and stencils. If ani element.. for example a field name of a form contains extrange characters like accents, they upload inccorecly, for examlpe "Número" -> ""Número".Otherwise if i u...

oathmind by Champ on-the-rise
  • 10385 Views
  • 2 replies
  • 1 kudos

Resolved! Does Activiti support Teradata database?

I'm using Activiti 5.22 and I tried to change the default h2 database to Teradata by modifying the db.properties in the folder webapps\activiti-explorer\WEB-INF\classes as:db=teradatajdbc.driver=com.teradata.jdbc.TeraDriverjdbc.url=jdbc:teradata://10...

Get list of all task name

Hello everyone, I need to display in my HMI a list of all task names for all processes. Basically I would have to do the following query: "select distinct (name_) from act_ru_task;". But I would use the API activiti. Do you know if it is possible to ...

lnavet by Champ in-the-making
  • 4233 Views
  • 1 replies
  • 0 kudos