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: History of Alfresco VersionsHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unofficial experiments by Alfresco develop...

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

Activiti 6 Oracle DB - superusers admin not working

Hi,I have installed activiti 6 community edition. It was working fine with in memory h2 db. I changed to Oracle DB and restarted the server. I am able to login with default users like kermit,gonzo,fozzie. But unable to login with admin/test superuser...

Resolved! Custom Workflow For start an workflow and send an email to user

Dear Team,I need workflow for when documents get imported/updated then workflow should start and mail has to send to user, So i have created script file for custom workflow, please refer following script for custom workflow:var workflow = actions.cre...

aishu by Champ on-the-rise
  • 7726 Views
  • 2 replies
  • 3 kudos

Migrating YAWL files (*.ywl) to BPMN 2.0 schema files

Hi All-I’m a beginner in Activiti Engine and trying to migrate from YAWL engine to Activiti, but I have about 500 (*.ywl) files, which I’m trying to convert to BPMN 2.0 and I think it’s not reasonable to convert all of them manually or through Activi...

mabusafieh by Champ in-the-making
  • 3096 Views
  • 0 replies
  • 0 kudos

Directories list depending dynamically on a property values

HelloIs there a way to create a directory structure depending dynamically on a property values?For example I have a property called "City" and different type of content files with this property. I would like to create a folder (smart or not?) "Cities...

fraveau by Champ in-the-making
  • 8388 Views
  • 4 replies
  • 1 kudos

Resolved! Admin app REST Endpoint does not work

Hello all. I get the license for trying the Alfresco Process Services.On my Lubuntu 18.04 64bit, I installed and run the dockers of the main app and the admin app.The main app is on http://localhost:8082 I tried the REST API accessing from browser ht...

marcosulla by Champ on-the-rise
  • 10015 Views
  • 3 replies
  • 0 kudos

Resolved! Where are the Alfresco Community Edition 201901 GA Files

Hello!Sorry if this information is already present somewhere, but I could not find it. Does anyone know where actually are the Alfresco Community Edition 201901 GA files located? I want install using the distribution ZIP, but I cannot find "alfresco-...

r_aurelian by Confirmed Champ
  • 19204 Views
  • 11 replies
  • 2 kudos

invite users permission

Is it possible to assign the collaborator of a site the permission to invite users?thanks

rob by Champ on-the-rise
  • 5973 Views
  • 3 replies
  • 1 kudos

Resolved! Realization of an ERD in Alfresco Model Manager

Hi,I currently have an Entity Relationship Diagram which I want to realize in my Model Manager.I created the Model and added my tables but I don't know how to implement my connections between the tables (Foreign-keys). I tried associations already bu...

kwiesinger by Champ in-the-making
  • 8791 Views
  • 4 replies
  • 0 kudos

How to get All user by group id ?

TYPE_CU  this group i have created and added one user .but i am not getting user.there is any api  to get direct user node using serviceRegistry.getAuthorityService()Set<String> person = serviceRegistry.getAuthorityService().getContainedAuthorities(n...

dharmraj by Confirmed Champ
  • 9278 Views
  • 3 replies
  • 3 kudos

Using Alfresco FullText Search as Case Insensitive

Greetings, my apologies in advance as I am more of a SQL Developer, and I am not that experienced with the Alfresco API. But I have been trying to solve this, and haven't gotten very far. We are on version 5.2.2.We have some files with words in title...

cyong by Champ in-the-making
  • 7471 Views
  • 2 replies
  • 2 kudos

how to send mail using ActionExecuterAbstractBase?

I did this configuration email.server.enabled=trueemail.server.port=25email.server.domain=alfresco.comemail.inbound.unknownUser=anonymousemail.server.allowed.senders=.*In Class Properties mailServerProperties = new Properties(); mailServerProperties ...

dharmraj by Confirmed Champ
  • 15090 Views
  • 8 replies
  • 2 kudos

Strange behavior with cmis session query

Below is a sample code we use in our app.ItemIterable<QueryResult> results = this.getSession().query(query, false);for (QueryResult qResult : results) {            //some stuff        }Here is a sample query.Select * from common:basedoc where CONTAIN...