Alfresco Open Source Enterprise Content Management Software

learn more… | top users | synonyms

0
votes
1answer
17 views

New user creation notification mails are not going in Alfresco

When Admin creates a new user account, an email should go to the created user's mail id. How can I enable this? Can I do it in "alfresco-global.properties", If yes, how?
0
votes
0answers
18 views

How to use CMIS repo.query in a temp folder

As part of an integration test, I create documents in a subfolder: class CmisTestBase(unittest.TestCase): def setUp(self): """ Create a root test folder for the test. """ ...
0
votes
0answers
10 views

BASIC realm time out

PLease do you know how can i make a time out for a basic http authentification ? Here are some informations about the http basic authentification already done by alfresco. HTTP/1.1 401 Unauthorized ...
0
votes
1answer
15 views

File created insted of Folder in Alfresco

I am trying to create a folder in Alfresco using XMSI below is the code i am using . public static void main(String[] args) throws Exception { long start = System.currentTimeMillis(); ...
0
votes
0answers
22 views

How to use context.getBean(“connector.service”) in Alfresco Share?

I need to create a filter in Alfresco share for extracting one parameter from the request URL and puts it in the remote connector session as one parameter. For that I have written following code; ...
2
votes
0answers
30 views

Add Alfresco Php SDK library into Symfony 2.2 project

I know that there are similar topics on the website. But I couldn't find a solution for my problem. I'm searching to add a Alfresco Php SDK library to my symfony project. I'm using Symfony 2.2. I ...
0
votes
1answer
12 views

How can i enable only latest version searchable in alfresco?

How can i make only latest version searchable in alfresco repository? E.g. if a content named abc.doc has version 1.0 & 2.0; how can i make alfresco search to find only abc.doc version 2.0 in ...
0
votes
1answer
28 views

Authentication Error in using Alfresco Rest API

I am trying to hit the alfresco rest api using my standalone rest code. i get the login ticket when i use the below url - "http://host:port/alfresco/service/api/login?u=admin&pw=admin" and i ...
0
votes
0answers
32 views

Configure session timeout in webdav Alfresco

i want to configure Alfresco webdav server in order to logout after 10 minutes from authenification. Do u know please how to do it ?
0
votes
0answers
20 views

Drupal 7 intergrating with alfresco

Am having problems with integrating drupal and alfresco 4.2 and the cmis drupal modules. what i have done up to now is . 1.Have a drupal 7.22 installed and running have the cmis modules ...
1
vote
2answers
24 views

How to retrieve a folder from the repository in alfresco?

I have the following code(s) in an attempt to retrieve a folder located in the repository root in alfresco: test-folder.get.json.ftl: <#escape x as jsonUtils.encodeJSONString(x)> {"data" : ...
1
vote
1answer
32 views

Update alfresco content type through chemistry OpenCMIS

I am trying to update the content type of files in alfresco through OpenCMIS. The CMIS workbench shows the type in the types windows, with as only disabled switch 'Policy controlable'. Its local name ...
1
vote
0answers
32 views

Alfresco 4.0 Community - document preview for cyrillic utf8(?) txt, html shows malformed text

Alfresco 4.0 Community previewer displays utf8(?) txt and html documents with cyrillic malformed. How to enable utf8 for previewer or at least force it show normally russian and english text? Txt ...
0
votes
3answers
34 views

How can I make the custom properties of an aspect searchable in alfresco share?

I have created an aspect which I add to a user and am looking documentation which explains how to make these properties searchable. I have seen some posts on the forums which talk about adding ...
0
votes
1answer
27 views

Use ant <apply> to run alfresco-mmt on a set of modules

At the moment, our customization for Alfresco 3.4.x includes six AMP files, the removal of the internal log4j jar, the patching of a couple of jars to correct a bug in CIFS implementation, and a dozen ...
0
votes
1answer
25 views

Alfresco: Show “edit metadata”-popup after upload

We want the user to be able to edit the metadata after uploading a file to Alfresco. Ideally, we would also like this to work when uploading multiple files (for example through Flash or through ...
0
votes
0answers
32 views

Procedure to add a new Filter in alfresco?

I want to create a new SSO filter in to my existing alfresco bundle. Steps which I tried are; Creating a simple Java project in Eclipse and creating a class which implements Filter and writing code ...
0
votes
1answer
51 views

Alfresco activiti workflow deploy

I have a bit of a problem. I have created a workflow with the Activiti plugin in Eclipse. I have a model, context file and the bpmn20.xml file. Everything is deployed in shared/alfresco/extension but: ...
1
vote
2answers
21 views

How to manage multiple alfresco repositories?

Problem description: I have multiple alfresco installations (development, testing, production) of one project. I need to copy files under Data Dictionary folder (Scripts, Templates, Web Scripts) from ...
0
votes
1answer
26 views

How to get the value(s) of a multi-valued attribute from a form in Alfresco share webscript?

I have a series of checkboxes to capture input for multi-valued attributes from a the user form. How do I, via the YUI controller, retrieve these attributes especially since the checkboxes don't have ...
0
votes
4answers
86 views

Doubts on Activiti Based Alfresco workflow

I am new to Alfresco. Am working for a project which uses Alfresco as the document repository. There is a requirement to create some approval workflow for the documents. We are still in doubt on ...
0
votes
2answers
66 views

How to add a custom tracking field in Alfresco Activiti Workflow

My aim is to add a custom field in a workflow which tracks the inputs during the workflow steps as the bpm:comment property. So i tried to add a simple custom property field in bpm-model: <type ...
0
votes
0answers
20 views

how to provide a special SSO filter that is able to pass the ticket to the Alfresco Repository?

I need to develop a Java class that implements the Java Servlet API interface "Filter" and register it in the web.xml of Share. In that class, the doFilter method needs to take care of passing a ...
0
votes
0answers
39 views

Alfresco tomcat hangs during startup

I have more or less the same problem as this person. With the exception that open/libreoffice is disabled. I have tried the bin install as well as a fresh tomcat install. All exhibit the same issue. I ...
0
votes
0answers
24 views

alfresco share duplication of document releated issue in alfresco repository

In alfresco share how we can avoid duplication of file when one file share between two different folder. For example suppose that one file say abc.txt is shared by two folders say folder A and Folder ...
1
vote
1answer
88 views

Play Framework cannot resolve SBT dependency

I am pretty new to Play framework and have an application from which I need to access Alfresco. This is my Build.scala file object ApplicationBuild extends Build { val appName = ...
0
votes
1answer
44 views

Where does one place share beans in the extension path in alfresco?

I am trying to figure out where to place a share bean in the extension path. I have tried placing it in the following directories: 1) tomcat/shared/classes/ 2) tomcat/shared/classes/alfresco/ 3) ...
0
votes
1answer
25 views

How to change web script to a set response format instead of allowing negotiation?

I just created a web script to get the ticket of Alfresco Share. Created getticket.get.desc.xml <webscript> <shortname>Get User Ticket</shortname> ...
0
votes
1answer
30 views

alfresco workflow task: oncreate listener set some fields to view them

I'm trying to deploy a new workflow in alfresco 4.0.e but I have a problem. I have a task and I need to show some text message in that task. The message is in the execution of that task. So I created ...
0
votes
1answer
32 views

Add a watermark to images

I need to add a watermark to an image added to folder (space) "Images in" and move the image to the space "Images out" (via content rule). The transformer (added to ...
1
vote
1answer
67 views

Alfresco: Show task fields in another task(view them)

I'm deploying new workflow to alfresco 4.0.e. I have a task with formkey="cwf:submitLeaveTask" here is the code: <type name="cwf:submitLeaveTask"> ...
0
votes
2answers
60 views

Lucidworks CMIS connector/data source?

I want to integrate Lucidworks 2.5 enterprise search with CMIS compliant repositories as alfresco or documentum but i can not see any data source/connector for same. But on Lucidworks site @ ...
2
votes
1answer
55 views

Configure Alfresco.util.PopupManagers YUI Dialog

I'm trying to configure the width for Alfresco.util.PopupManager.displayPrompt() but I don't see how to do it. YUI Dialog has a width property, but the only config that I've managed to see, ...
0
votes
0answers
35 views

ActivitiException: unknown variable type name alfrescoScriptNode

I am using alfresco community edition and its activiti workflow engine. I want to access activiti tasks and executions in my java classes; set and get some variables. but there is a problem in ...
1
vote
1answer
59 views

alfresco workflow model for upload file in task from out of repository

I'm designing a workflow to upload and revise document in alfresco. I need to design a task which has a type and a file uploader in it. It should can upload file from out of alfresco repository and it ...
1
vote
1answer
91 views

How to start an Alfresco Workflow through Javascript adding a resource

Starting using a rule and a simple javascript in Alfresco is quite easy but i'm stuck on trying to start a workflow through javascript adding a resource. My goal is to add the document (or documents) ...
0
votes
0answers
49 views

How to Access Alfresco Repository through JCR API

I am trying to access Alfresco Repository through JCR APIs and SpringFramework by following this Link: http://wiki.alfresco.com/wiki/Introducing_the_Alfresco_Java_Content_Repository_API. IDE: Eclipse ...
1
vote
0answers
89 views

How to call web service from javascript file in alfresco 4.2.C

I created execute script rule in alfresco and i kept my javascript file in Company Home>Data Dictionary>script folder. My Rule is as follows: All Items > Executes script 'dataFilesScript.js' > Items ...
0
votes
1answer
88 views

How to get the ticket created in a web script in to my jsp page?

I just created a web script to get the ticket of Alfresco Share. Steps which I done are; 1. Created getticket.get.desc.xml <webscript> <shortname>Get User ...
0
votes
1answer
38 views

Signal command in Alfresco Labs 3.0

I was able to deploy and start a workflow through workflow-console. but when i tried to execute "signal jbpm$2326535-@" it gives me following error. ...
0
votes
1answer
57 views

How to write a webscript to returns the ticket for the current user?

I need to implement a web script that generates a returns the ticket for the current user. This web script is addressed by the URI I use to setup a URLConncetion. The ticket should be contained in the ...
0
votes
1answer
41 views

XML Work FLow Deployment in Alfresco

Hi Guyz, I am trying to deploy the following test workflow definition in alfresco, since from 2 dayz :( <?xml version="1.0" encoding="UTF-8"?> <process-definition ...
0
votes
1answer
74 views

How to implement an RSS feed of a site within alfresco share?

I am still learning alfresco and trying to get the feed dashlets to display a custom feed in share. The end goal is to have some sort of workflow in which the editing of certain components on a site ...
0
votes
1answer
69 views

Alfresco Mobile Android Error on Eclipse

I download alfresco android sdk 1.0.1 from this link then I unzip file. After that I open my eclipse, create new workspace then click FIle -> Import -> Android -> Existing Android Code Into Workspace ...
0
votes
1answer
50 views

Get thumbnail of PDF file in CMIS

I'm using Apache Chemistry OpenCMIS to access my Alfresco repository and get files. I'm able to get thumbnails via the renditions of a file (cmis:thumbnail) but it only seem to work for images. Is it ...
0
votes
0answers
50 views

Testing External SSO in Alfresco

I configured my alfresco to use External SSO. Now trying to test it by writing a simple java code in a jsp page. Code is posting here; URL url1 = new URL("http://localhost:8080/share/page"); ...
1
vote
1answer
45 views

Upload File with OpenCMIS has no content

I'm trying to upload a file into my Alfresco repository using Apache Chemistry OpenCMIS. The file is created and the properties are correct but there is no content, the file is 0 bytes. I've double ...
1
vote
1answer
28 views

webscanner.nocache.js is not present in ephesoft

I have installed ephesoft community version on my system and tried to work on to the web scaner. But when i click on to the webscaner tab it shows me blank page and a error in to the console ie ...
0
votes
1answer
63 views

How to have one Alfresco task signal another Alfresco task in an Activiti workflow?

Lets say that you have a bunch of individual tasks moving through your workflow. These tasks have a high level grouping through their properties. When the tasks get to a specific ReceiveTask in the ...
0
votes
1answer
31 views

Alfresco localization encoding

Trying to create custom types, aspects and properties for Alfresco, I followed the Alfresco Developer Series guide. When I reached the localization section I found out that Alfresco does not handle ...

1 2 3 4 5 16