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
  • 1617 Views
  • 1 replies
  • 0 kudos

How to segment data within a custom data list to different sites?

We have a large custom data list on Alfresco Share. We also have 4 different sites, and each site has unique users. We'd like each site to be able to view and edit a portion of the data from the main custom data list, and not have them be able to acc...

amy2 by Champ in-the-making
  • 7400 Views
  • 5 replies
  • 2 kudos

changing path to content store when creating content

I am using a community edition version of Alfresco. How to save attachments, depending on the type of document in different subdirectories of alf_data_dev/contentstore directory? Which bean I must to override?

bayat by Champ on-the-rise
  • 3557 Views
  • 1 replies
  • 1 kudos

Resolved! how can i get ServiceRegistry in my external web application?

How can i get ServiceRegistry in my external web application?The environment is as follows.1. Alfresco community is used only as a repository.2. The client(separated web application) sends a request to the repository.My web application is running Spr...

hs_j by Champ in-the-making
  • 6595 Views
  • 2 replies
  • 1 kudos

Resolved! not able to deploy definition workflow in alfresco share

i have created custom workflow through activiti in eclipse and exported xml file in alfresco share under extension folder and also included two files i.e. messages.properties and workflow-context.xml after that when i tried to deploy custom workflow ...

kzala7 by Confirmed Champ
  • 8852 Views
  • 3 replies
  • 1 kudos

Using Spring Beans

Hi all,I'm fairly new to Activiti so apologies if this is basic.I have a class implementing the JavaDelegate interface, but it also has an @Autowired bean inside it (it is a class annotated with @Service). I read that since I am autowiring, you can't...

msatti by Champ in-the-making
  • 4354 Views
  • 1 replies
  • 0 kudos

Resolved! SMB2 / SMB3 server support

GreetingsMicrosoft is soon disabling SMB1 in Windows (Microsoft to Disable SMBv1 in Windows Starting This Fall ).In the light of that, does the Alfresco SMB/CIFS Server support SMB2 or SMB3? I'm especially interested in the Java based implementation ...

Override Code

I want to override setAssignee method of activiti/alfersco workflow.How Can I do that?I found that TaskEntity.java class is called during set assignee.Is this proper way to change existing  setAssignee below method of TaskEntity.java? public void set...

sp2 by Elite Collaborator
  • 9182 Views
  • 7 replies
  • 0 kudos

WebConfigurer and deploying custom endpoints in Unit Test

Migrating from APS Version 1.5 to 1.9,  we have some Java classes that provide custom REST endpoints that get deployed alongside the standard REST endpoints and allow other systems to call these endpoints via HTTP to inform an process instance that s...

peteth by Champ in-the-making
  • 3286 Views
  • 0 replies
  • 0 kudos

Resolved! Associations in model created by model manager

Hello, I'm sorry if this has been asked before but I couldn't find any clear information about my problem. I've created a few custom models using the model manager, I read in a few tutorials that in order to add associations between types, I need to ...

pcastro by Champ in-the-making
  • 7195 Views
  • 3 replies
  • 0 kudos

How to catch errors that occurred while sending an email?

Hi all!I need to send emails, and I use a service task for it:    <serviceTask id="SendEmail_1" name="Sending a notification by email" activiti:type="mail">      <documentation></documentation>      <extensionElements>        <activiti:field name="to...

maxlich by Champ on-the-rise
  • 11437 Views
  • 7 replies
  • 0 kudos

Process instance variable version history

Hi All,I am new to the activiti bpm, i am trying to create a process instance with set of variables in first time.and after that i am doing an update to those variables. I see ACT_RU_VARIABLE, is maintaining its value and incrementing the version num...

nnvnaveen by Champ in-the-making
  • 2996 Views
  • 0 replies
  • 0 kudos

How to validate Alfresco database schema on startup?

Can anyone suggest, how can I enable Alfresco schema validation and verification on startup as alfresco does during upgrade process?It is easy to trigger using JMX through Jconsole but in my case alfresco failing to start properly so I won't be able ...