1
vote
1answer
28 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 ...
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
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
2answers
385 views

How to get all childrens of folder in Alfresco?

I am trying to get all the children of folder (folder created in Alfresco server) using the following code //Path is the path to the location of the folder in alfresco server String folderId = ...
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> ...
1
vote
1answer
27 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
2answers
481 views

Adding one property in My Profile page - Alfresco Share

I was trying to add in one more property in Alfresco Share User Profile page. I did all the thing necessary to add one property to content model and user interface. Then I saw a debug message Key ...
0
votes
1answer
83 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
47 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
1answer
66 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 ...
1
vote
1answer
44 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 ...
0
votes
1answer
58 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
3answers
101 views

Scanning feature in Alfresco community edition?

I am working on to the alfresco 4.2 community addition.now i have to use the some kind of Scanning feature to scan the hard copy of the document and upload. I have googled but haven't found any ...
0
votes
1answer
208 views

Comparing timestamps with mybatis, postgresql (SOLVED)

I'm using mybatis to query on my postgres DB, My problem is the comparaison between timestamps, i think it is not working properly since it doesn't retrun the needed results even it is not throwing ...
0
votes
1answer
45 views

Why resource bundle is not loaded in java backed webscript

I have a webscript defined as following: mywebscript.get.desc.xml mywebscript.get.properties mywebscript.get.json.ftl This webscript is backed by a java controller like this: <bean ...
0
votes
1answer
75 views

alfresco activiti new workflow add

I have alfresco community 4.0.e. I deployed new workflow and used task listener for one of it's tasks; <activiti:taskListener event="create" ...
0
votes
2answers
70 views

How do we transfer a file to ALFRESCO through java

We have a PLM product which is now going to have some integration with CMS Alfresco. I have been asked to work with the integrations part. This is really challenging and interesting and am very much ...
0
votes
1answer
152 views

How to get Alfresco rule type for executed action?

I found this question with answer in How to get Alfresco Action status . I have a one action executor class, which triggered for inbound & outbound & update rule types. Tahir Malik told that ...
1
vote
2answers
280 views

How to link scanned document with its text content to make it searchable?

I have PDF documents containing several images/pages of scanned documents. Their (OCR-produced) text content comes in separate XML files. Is it possible to use/link the text content from XML somehow ...
0
votes
1answer
66 views

Trigger Activiti workflow for task sitting in ReceiveTask looping

I have an Activiti workflow that contains a ReceiveTask where I'm grouping tasks. I have a Listener that triggers on the event start of the ReceiveTask where I check the property of the newly added ...
0
votes
1answer
50 views

Delete Specific version of Document in Alfresco

Can we delete a specific version of Document in Alfresco?? As while I am trying to delete document by my code it will delete a document with version history. I want to delete specific version of ...
0
votes
0answers
97 views

Searching Content of any king of Document From Alfresco using OpenCMIS

Is this necessary to do index on document of Alfresco while searching the content in any type of document? As I am searching the content using OpenCMIS query with IN_FOLDER('ID') as well as ...
0
votes
2answers
51 views

How to find if a Document is versionable?

How can I find if a Document is versionable in alfresco using OpenCMIS code?
-2
votes
1answer
226 views

Create and update documents while maintaining version history using OpenCMIS [closed]

Can someone post the OpenCMIS code necessary to create a new document and then update that document by updating its content stream? I don't want to lose the original document--I want to maintain the ...
1
vote
2answers
106 views

Change the version manually of a Document in Alfresco using OpenCmis

I want to know how can we change the Document Version Manually in Alfresco using OpenCmis? As of now when i update the document, every time alfresco change the version itself but I want to change ...
0
votes
1answer
58 views

Apache chemistry internal server error on setContentStream

I'm trying to replace a document on alfresco with Apache chemistry. I create an inputstream from a file stored on disk, i create a contenstream with the constructor ContentStreamImpl and i try to ...
0
votes
1answer
75 views

how to get related (peer association) nodes programatically in alfresco using java?

So I currently have one node, campaigns, which has a field/association that references the user table called authorised_by. In code I can set the association like this: ...
0
votes
1answer
124 views

Document Version on Alfresco

I use createfolder or streamupdate , the problems is , thats version twice , i mean every upload alfresco do: call to uploadFile.... back to document version version 0.2 version 0 1 again.. call ...
0
votes
1answer
205 views

upload and update with same name to Alfresco

i want to update files to Alfresco. i upload it and when i want to update (with same name) i have errors "duplicate child name". i want to keep both of files with the same name on Alfresco and to ...
0
votes
1answer
104 views

Alfresco inbound rule

I'm add an inbound rule to a folder in alfresco. How I can determine it's node was just created or it's was moved from another folder?

1 2 3 4 5
15 30 50 per page