alfresco

Alfresco: Find associated working copy of a node

Hello, Is there a way to retrieve the Working Copy Node of a given locked node? I am building a webscript using javascript for Alfresco. Thank you. ...

Website navigation in Alfresco WCM

With Alfresco WCM, how to create a "navigation" menu? I mean a left-side pane that shows the visitor where he/she is within the pages hierarchy. If I am not clear, see the left-side pane on this random website. Here is a 3 years old hack, not clear to me, so I hope there is now either a better way to achieve this, or a small tool that p...

Writing String into a File

I'm implementing a WebScript using Alfresco's JavaScript. l'm trying to insert string to a file, but I can't do it. When I write another file's content like: file.properties.content.write(content); It works, and the file's contents are copied into my file. But I can't insert string directly, like: file.properties.content.write("Stuf...

Any PHP or Python alternatives for Liferay and Alfresco ?

Hello, My company wants to use Liferay for developing a portal and integrate Alfresco with it for document management. But both Liferay and Alfresco are Java based and i would like to know if there are any alternatives to Liferay and Alfresco in PHP or Python. Thank You ...

What Java CMIS client library should I use?

I am starting a new project and must decide which CMIS client library we will use. Our Java project just needs to connect an a CMIS server (actually Alfresco but it should not matter), in order to perform some read/write/search operations. I am looking for a client library that: is already usable is not going to be abandoned soon has ...

Compare: Alfresco v/s Vignette

Hi, from cms point of view, can some one please outline out the positive and negative aspects of Alfresco versus Vignette. Thanks! ...

Get Alfresco extension properties with OpenCMIS

I'm writing an OpenCMIS based application, which extracts some data from Alfresco 3.3. It works fine with standard CMIS properties such as cmis:name or cmis:contentStreamMimeType; however, I can't access Alfresco especific properties, which are present on the CMIS AtomPub feed as "Alfresco extensions": <cmisra:object> <cmis:propertie...

How do I Reload Ajax Call Parameters without Reloading the webpage

I'm working with Extjs 2.2.1 with Alfresco 3.2 enterprise. I would like to update the ticket that handles authentication to the alfresco server on components that have been loaded during login. This ticket expires after a set time and this is why I will need to update the ticket. Options that do not seem viable for me(but please let...

Java web CMS & HTML presentation, templating

Hey, I'm looking for a content management system in java with good support for html content presentation in sense of web presentations, not document management and corporate content presentation in a desktop-like gui. I'm interested in templating html pages in categories/filesystem within the cms. Most CMS I know are corporate systems ...

Submitting a form to a different server in Alfresco

I am very new to Alfresco and was trying to ascertain if it's possible to create a web form that submits to a different server. The form would exist in Alfresco but we need a different server to process the submitted form, which in this case would be a file upload. ...

Batch-creation of Alfresco users

Is it possible to create Alfresco users in a "batch" way? I mean, creating lots of users with a script or calling an API or something. Thank you! ...

alfresco database

How can we extend alfresco database . I need to add new tables for the existing database . Do alfresco supports this ? thanks in advance, sri.. ...

Dynamic list constraint on Alfresco

Hi, I'm trying to follow the examples provided in this post, to create a dynamic list constraint in Alfresco 3.3. So, I've created my own class extending ListOfValuesConstraint: public class MyConstraint extends ListOfValuesConstraint { private static ServiceRegistry registry; @Override public void initialize() { ...

Random failures using CMISQL queries on Alfresco 3.3.0 [solved]

[Solved, it seems that there was some bug affecting Alfresco 3.3.0, which is no longer present on Alfresco 3.3.0g] Hi, I'm using OpenCMIS to retrieve data from Alfresco 3.3, but it's having a very weird behaviour on CMISQL queries. I've googled somebody else with the same problems, but it seems I'm the first one all over the world :), ...

How to integrate Alfresco with Silverlight 4?

I want to integrate Alfresco with SL 4 app. As Alfrsco provided restful services, it should be avaiable for SL 4 app. Can anyone share a sample for this senario? ...

How to add service reference in Silverlight app for Alfresco service(webscript)?

In Alfresco, Add a testing web script helloworld.get. and it's working fine by following url testing: http://myserver/alfresco/service/helloworld?name=myname Then I want to test if I can access this web script in Silverlight application. I tried o add ServiceReference with following uri: http://myserver/alfresco/service/index/uri/ But ...

Is it possible to get a list of workflows the document is attached to in Alfresco

Hello, I'm trying to get a list of workflows the document is attached to in an Alfresco webscript, but I am kind of stuck. My original problem is that I have a list of files, and the current user may have workflows assigned to him with these documents. So, now I want to create a webscript that will look in a folder, take all the docum...

Apply Alfresco aspect with custom properties during the creation of document

I tried to create cmis:document and apply custom aspect on it. At that time I wanted to set some aspect properties: <cmisra:object> <cmis:properties> <cmis:propertyId propertyDefinitionId="cmis:objectTypeId"> <cmis:value>cmis:document</cmis:value> </cmis:propertyId> <alf:setAspects> ...

How to write a webscript in Alfresco that returns a zip file

I need to write a webscript in alfresco that returns to the user a single zip file that contains several files, some of them created on the fly by the script and some of them stored on the server. How can i do it?I know how to create different files on the server, i don't know how to zip them and how to include files that are stored on ...

Alfresco: retrieve number of contents created per user

Hi folks, I'm workink on an Alfresco project and our customer ask me to create a page where the administrator can see how many documents has been uploaded per user. What's the best way to achieve that? I start looking at lucene query, but I discovers that it only returns max 1000 results... so if a user uploaded more documents, the infor...