Alfresco Open Source Enterprise Content Management Software
0
votes
0answers
5 views
Opencmis CmisPermissionDeniedException
I installed Alfresco 4.2.c Community edition and I'm trying to connect to it using OpenCMIS 0.8.
Here is the code that's executing:
parameters.put(SessionParameter.USER, username);
...
0
votes
1answer
9 views
How do you implement a process driven by content state?
I would like to enforce a task transition (activiti sequenceFlow) only to be possible if the content of the package in the workflow fulfills certain requirements. Alfresco Share serves as the UI.
At ...
0
votes
0answers
8 views
Search Document by name in Alfresco
I've working on a c++ project involving alfresco. I want to search a document by name, but the webscripts provided by alfresco requires fileId. I don't want to create a custom new webscript.
so the ...
0
votes
1answer
17 views
Which are the classes used for User Authentication in alfresco.4.2.c in the case of External SSO?
I am trying to implement External SSO in alfresco share. I am using alfresco.4.2.c.
I want to enable debug mode for the classes which are using for Authentication in the case of External SSO.
So ...
0
votes
1answer
21 views
Alfresco JavaScript - How to get list of allowed values of a node property?
I'm doing something like this:
document.properties["my:customProperty"] = getSomehowTheProperty(document);
my:customProperty is a string, which has some allowed values in the content model.
How ...
0
votes
1answer
9 views
Extending Alftesco 4
I am interested in extending Alfresco(create our own modules..etc), specially alfresco 4 (including alfresco-share). But I wonder I could not find an official guide for this purpose. Is there any ...
0
votes
0answers
18 views
XML Syntax error when processing JSON output for atom feed in Alfresco webscript
I've run into an incredibly very frustrating error. This was working without issue on Friday and I deployed it last night, found out today that the modified timestamp isn't properly formatted for ...
1
vote
1answer
21 views
Add custom action-rule to in Alfresco 4
I am a newbie to the alfresco. I am trying to do following task in alfresco and reflect the modification in alfresco share.
what I am trying to do is create a new rule-action called XCopy this would ...
0
votes
0answers
24 views
Problems while trying to add an xml file to Alfesco
Am facing an issue with Alfresco and honestly am not expert with this type of technology:
the idea is to add an xml file under a folder
the code is like that:
//with the static values are:
public ...
0
votes
0answers
31 views
Alfresco openCmis, create session and unencrypted password
I've been using the opencmis Api to connect a Liferay portal to an Alfresco Repository
The usual way is
Set the session parameters, providing user's login credentials
...
0
votes
0answers
12 views
Alfresco Office 2010 integration?
I am trying to integrate alfresco 4.2 CE with Office 2010 but i am not able to see any "Edit Inline" option in alfresco share as well as i am getting below errors.
Also i want to connect to alfresco ...
0
votes
0answers
34 views
Tuning Tomcat 7 on windows (for Alfresco)
I have installed Tomcat7 as a service on a windows server 64bit 2008 R2 to run Alfresco (4.2.c). I have 48G of ram.
I have read Tomcat tuning tutorial with the JVM settings for memory. To edit the ...
0
votes
2answers
52 views
custom site page does not render as expected
Im using alfresco 4.2c and during the past few dayz i really tried to crete a site page(such as calender,Disscussions etc.) which is "Knowledge Base" and render that with few dashlets.I followed the ...
0
votes
1answer
53 views
Alfresco Share - Kerberos SSO issue
Every 10 hours our Kerberos tickets expire (we're hooked up with Win2k8r2 AD), which leaves the users unable to login. At least that's what the users say.
It makes sense that the ticket expires, but ...
0
votes
1answer
44 views
Open Source CMS in java for web content managment with source code to develop in eclipse for custom changes
I am looking for open source CMS in Java for content management system.
I have started using Alfresco and dotCMS but getting error in installing n configuring on window.
I followed all step given in ...