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

Forum Posts

Condition on sequence flow

I have read some example from user guide page. Those cases like the following case:    <sequenceFlow id="endFlow1" sourceRef="exclusiveGw" targetRef="theEnd">         [b]<conditionExpression xsi:type="tFormalExpression">${loanRequest.approved}</condi...

lykm02 by Champ in-the-making
  • 1158 Views
  • 4 replies
  • 0 kudos

Instalando Alfresco4.0.c community

Amigos por favor si me puede ayudar con este tema de alfresco, indico los pasos que he realizado.1.- sistema operativo Centos 6.2.- Instalado apache-tomcat-7.253.- Instaldo java-7u24.- Instado postgresql-9.15.- ln -s /usr/share/java/postgresql-jdbc-9...

tyni by Champ in-the-making
  • 1948 Views
  • 6 replies
  • 0 kudos

Thought on root access from an Apache server

We have an Apache server that front end our tomcat. The idea of a content based website is just starting. I have read how to make tomcat root the Web Quick Start page but any thoughts on what you could do when Apache is the main server ?

michaelc by Champ on-the-rise
  • 396 Views
  • 4 replies
  • 0 kudos

Reverse proxy for wcmqs site

I'm trying to setup reverse proxy for a wcmqs site.This is my apache settings.<VirtualHost *:80>ProxyPass         / http://10.20.128.11:8080/wcmqs/ProxyPassReverse  / http://10.20.128.11:8080/wcmqs/</VirtualHost>‍‍‍‍‍‍and this is what shows up on the...

luishuang by Champ in-the-making
  • 223 Views
  • 1 replies
  • 0 kudos

Javascript behaviour - some functions not available

I created a simple behavior that invokes a javascript function that specializes the type of the incoming document, but I receive an error when it is executed. I tried two different methods:1.   Using Javascript API – document.specializeType(“mytype”)...

Mass rename of user IDs/names

Hello everybody,I've made a mistake with LDAP synchronization from AD. I accidentially set ldap.synchronization.userIdAttributeName=userPrincipalName‍ Now, after we've enabled Kerberos (to enable Windows 7 clients to access the document library via C...

technaton by Champ in-the-making
  • 200 Views
  • 1 replies
  • 0 kudos

checkin-checkout en java

Estoy intentando realizar una acción que sobre un fichero pdf,  lo modifique mediante unas clases java para registrarlo, y posteriormente lo vuelva a subir  respetando todo el tema de versionado, pero no sé como  versionarlo y subirlo.Hasta ahora mi ...

aoliva by Champ in-the-making
  • 725 Views
  • 1 replies
  • 0 kudos

Passing parameters to a workflow task

Hi,I am initiating a workflow and passing parameters to it as shown by the code below.        //Finally kick the workflow off.        Map<QName, Serializable> parameters = new HashMap<QName, Serializable>();        parameters.put(WorkflowModel.ASSOC_...

vijay by Champ in-the-making
  • 220 Views
  • 1 replies
  • 0 kudos

Share Workflow 4.0 Documentation

Specifically I'm looking for information that explains how to view the history of workflows in Community.  For example, "which workflows did I start that are now completed?" Or, more generally, has reviewing workflow history gotten any easier in Alfr...

bboeri by Champ in-the-making
  • 324 Views
  • 2 replies
  • 0 kudos

content rule condition by type

I made several custom models. I receive scanned documents with CMIS and I want the dropfolder to run content rules that has a condition that depends on the model the document has. example: ephesoftModel.xml <?xml version="1.0" encoding="UTF-8"?><!– C...

kay_be_ by Champ in-the-making
  • 326 Views
  • 2 replies
  • 0 kudos

PermGen when unit testing a web script

Hello everyone,I'm following this wiki about writing test case for web script. http://wiki.alfresco.com/wiki/3.0_Web_Scripts_Testing.I'm actually using 3.4 and resolved all the dependencies issue. However, I'm getting a PermGen when I run a sample te...

alex_lu by Champ in-the-making
  • 476 Views
  • 3 replies
  • 0 kudos

dashlet using template doesn't show in dashlet list

I was creating a dashlet that doesn't show up in the dashlet list. I then tried a simple basic dashlet using http://livinginjava.blogspot.com/2008/11/how-to-create-custom-dashlet-in.html .I created a template hello.html.ftl in tomcat\webapps\alfresco...

kay_be_ by Champ in-the-making
  • 291 Views
  • 2 replies
  • 0 kudos

Problem in combining more than two queries

Hi,I am facing problem in combining more than two queries using Lucene.Actually I have to search for content in a particular folder. e. g. HOME/WORKING/ENGLISH.This I am able to achieve using following query:@cm\:name:"mobile" AND PATH:"/app:company_...

hemantkpn by Champ in-the-making
  • 243 Views
  • 1 replies
  • 0 kudos

session management in alfresco share

Hi All,We want to implement the session tracking in alfresco share1.when user is login in the lafresco share his ip address and time of login should be recorded2.User should be shown the last login details the ip address from where last login is done...

abhashree by Champ in-the-making
  • 255 Views
  • 2 replies
  • 0 kudos

How to turn off content locks?

Hi,  simple question: is it possible to configure turn content locking off? Or do I have to reimplement AVMLockingService?Thanks in advance

shmoula by Champ in-the-making
  • 264 Views
  • 2 replies
  • 0 kudos

Removing activiti workflows in database by hand

Because of the issue mentioned here: https://forums.alfresco.com/en/viewtopic.php?f=34&t=42709I started to wonder how is it possible to remove finished (or even ongoing) process instances using SQL from activiti tables?Just removing from act_hi_taski...

Reading aspect values externally

Hello, I have the following aspect which lists the company's products:  <aspect name="comroducts">      <title>Our Company Products</title>      <properties>   <property name="comroductName">     <type>d:text</type>     <mandatory>true</mandator

ljanda by Champ in-the-making
  • 236 Views
  • 2 replies
  • 0 kudos

New page in share with form component and upload component

Hi all,I understand how to reuse components in new pages created to extend share.Now I do not understand something wrong, I do not define the components that appear in the file test-2-columns.xml.You place the code for clarity and structure.This is t...

need by Champ in-the-making
  • 228 Views
  • 1 replies
  • 0 kudos

Count a total of files into a folder with java script

Hello everbody!I need to calculate and create a report that contains a total of files into a space, and is necessary to show the total separately for each sub-space.I found and know create a Web Script but I don't understand how can I navegate into s...

sibiliojr by Champ in-the-making
  • 4490 Views
  • 5 replies
  • 1 kudos

how to call Webscript from Javaback

hi~there is a problem of my web application;that i want to directly use the funciton of webscript that i had finished from Javaback;and is there any API in Javaback or there is any other ways to call webscript from javaback?i had try to send the  bas...

redyang by Champ in-the-making
  • 180 Views
  • 1 replies
  • 0 kudos