Alfresco Archive
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FreeMarker sort and sort_by

Hi There, I'm trying create lists that can be sorted by various document properties.You can sort by "name" - this works:<#list companyhome.childByNamePath["Users/LeroySteinbacher/photos"].children?sort_by("name") as child>${child.properties.name} - $...

lesteinb by Champ in-the-making
  • 3163 Views
  • 1 replies
  • 0 kudos

Create a file in the repository: exception during update

Hi all.I am not able to find the error in my code. The task is very simple: creating a file inside a node.Here the coderivate void wsCreateNewContent(String nodeId)   {      String storeSchema = Constants.WORKSPACE_STORE;     String storeAddress = "S...

sergio by Champ in-the-making
  • 33 Views
  • 1 replies
  • 0 kudos

About display

Hi,I wrote following codes in my index.jsp:<c:forEach items="${pr:getPressReleases(pageContext)}" var="pressRelease">    <h2 class="headline">      <jsp:element name="a">        <jsp:attribute name="href"><cut value="${pressRelease.href}"/></jsp:attr...

terry by Champ in-the-making
  • 96 Views
  • 6 replies
  • 0 kudos

My set the alfresco ldap the same as alfresco wiki.But...

My set the alfresco ldap the same as alfresco wiki.But it's not line of the ldapmy alfresco<?xml version='1.0' encoding='UTF-8'?><!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'><beans>        <!–...

Custom Workflow Tutorial

Hi all ,  currently i am trying alfresco with liferay portal. And i need to implement a third or more step workflow using alfresco so the built in simple workflow does not meet my requirements. I downloaded jBPM plug in for workflow and read the docu...

ogunen by Champ in-the-making
  • 119 Views
  • 1 replies
  • 0 kudos

je teste Alfresco community 1.3.0. Je parviens à...

Bonjour,je teste Alfresco community 1.3.0. Je parviens à m'authentifier sur notre serveur LDAP en paramètrant userNameFormat comme suit: employeenumber=%s,ou=person,o=myuniversity,c=be En fait nous ne voulons PAS  utiliser "employeenumber" pour l'ide...

J'aurais aimé savoir s'il existe une contribution...

Bonjour,J'aurais aimé savoir s'il existe une contribution qui permet à partir d'un site en html ou php de mettre un document dans Alfresco. Il s'agit de gérer le téléchargement via un simple formulaire et un bouton parcourir pour aller cherhcer le do...

oitsuki by Champ in-the-making
  • 509 Views
  • 1 replies
  • 0 kudos

LDAP + ActiveDirectory Configuration problems

I am running alfresco 1.4.0 beta.So far, I make alfresco to authenticate users against AD by generating theNTLM configuration from ntlm-authentication-context.xml.sample. Now I intend to import/synchronize the groups/users information from ADinto alf...

hfrank by Champ in-the-making
  • 136 Views
  • 1 replies
  • 0 kudos

What APIs to delete a node?

Hi all.Suppose I want to delete a node using its own uuid.How many ways can I perform this task? A part from Web Services APIs (CMLDelete) that seem not to work well (please take  look at http://forums.alfresco.com/viewtopic.php?t=4233&highlight=dele...

sergio by Champ in-the-making
  • 28 Views
  • 1 replies
  • 0 kudos

JCR API takes too much time for creating a node..

We are using alfresco for content storage . When we do performance engineering through wily it takes 4.2 seconds for creation of asset in the asset repository. The code is very JCR specific. It takes much of time in contentNode.checkin();contentNode....

sashikumar by Champ in-the-making
  • 83 Views
  • 3 replies
  • 0 kudos