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

Forum Posts

View workflow in Alfresco 4.2a

View workflow screen does not work (and parts of task details screen) in Alfresco 4.2a by default. Adding this to main function in webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/datadata-loader.js fixes the problem:   ...

phaethon by Champ in-the-making
  • 540 Views
  • 6 replies
  • 0 kudos

How to show a notification when a process completes

Hi,I have a simple process which basically runs a UserTask and a Service Task before it gets into the End Event. What I would like is some sort of popup message box to appear in Activiti so that when the process has completed, it will notify the user...

zlatan316 by Champ on-the-rise
  • 238 Views
  • 1 replies
  • 0 kudos

Bulk import worked, but documents have no content

I'm using 4.2.f, and did a typical bulk import.  I had a few thousand files (PDFs) with metadata XML files in the usual manner.  The nodes were successfully created – in record time, I might add – and their metadata imported, but the documents are al...

srowsell by Champ in-the-making
  • 267 Views
  • 1 replies
  • 0 kudos

Best practice for applying multiple amps to single share

We have several distinct projects that we would like to host in a share instance, and are approaching it by creating seperate *-repo.amp and *-share.amp for each projects objects.  These may contain objects, aspects, workflows and their forms, etc…, ...

dbiggins by Star Contributor
  • 436 Views
  • 2 replies
  • 0 kudos

Correct way to signal a receiveTask

I am attempting to signal a receive task from a delegate Java thread started from a Service Task and have run into two issues with the implementation.I have already read the threads http://forums.activiti.org/content/error-while-signaling-activity-re...

exp2345 by Champ in-the-making
  • 2336 Views
  • 5 replies
  • 0 kudos

Failed to find 'app:dictionary' node

Hello,i am currently having a problem in accessing alfresco explorer. It says "HTTP Status 404 - /alfresco/faces/jsp/login.jsp".I have checked in the logs. It says "Failed to find 'app:dictionary' node". Attached is the full stack trace.If there is a...

dineshnk by Champ in-the-making
  • 451 Views
  • 1 replies
  • 0 kudos

Resume a service task after error occured

I have a Process based mostly on Service-Tasks. What I want to achieve:1) A servicetask notices an error.2) Servicetask throws an error.3) Error get caught by Event-Sub-Process4) Sub process sends email and starts a userTask (to resolve the error by ...

cocojack42 by Champ in-the-making
  • 1732 Views
  • 8 replies
  • 0 kudos

RM 2.3.a.1 in 5.0.a

Hello community,I've just installed Records Management 2.3.a.1-1104 in my 5.0.a fresh install.The share.war was modified with success:java -jar alfresco-mmt.jar list ../webapps/share.warModule 'org_alfresco_module_rm_share' installed in '../webapps/s...

1aurent by Champ in-the-making
  • 314 Views
  • 1 replies
  • 0 kudos

Tuning of solr.maxBooleanClauses parameter

Hello,I'm not sure this is the right section for this post. I'm sorry if it is not.I'm working on Alfresco 4.2.1. My search engine is SolR and i'm facing the error described in JIRA ticket MNT-11905.In JIRA ticket, they said that increasing solr.maxB...

mlagneaux by Champ on-the-rise
  • 935 Views
  • 1 replies
  • 0 kudos

My Files

Hi, There is a option in Alfresco Share namely "My Files"…It says that "My Files is a unique area in Alfresco where you can create and store content, and no other Alfresco users can access it."Does it include Administrator too??Or the admin user can ...

Hide menu tree menu

Hello everyone!i need hide some menu from left table. I marked it red color in attachment.Thank you ! 

johnny_k by Confirmed Champ
  • 1257 Views
  • 4 replies
  • 0 kudos

Share UI: Download logfile from repository

Hi folks,first of all, I'm not sure if this is the right sub-forum for my question. If not, I'm sorry and please move the topic.I have the following requirement:In Share, I have my custom extension. The UI of the extension should contain a link like ...

itzamna by Confirmed Champ
  • 297 Views
  • 2 replies
  • 0 kudos

org.springframework.extensions.webscripts.WebScriptException

Hi everyone ,I use alfresco 4.2.e, and I changed my repository location,In alfresco-global.properties dir.root=D:/MyNewRepo , but in repository.properties dir.root=./alf_data .I have some errors.I m waiting your helps<strong>01:02:29,599 ERROR [org.s...

ozkan by Champ in-the-making
  • 1415 Views
  • 6 replies
  • 0 kudos

Retrieve custom aspect using CMIS

Hi,Defined aspect per link - http://wiki.alfresco.com/wiki/IngresTutorial_Alfresco_Web_Service_API_for_JavaAttaching the aspect(unique id) for each uploaded document through Java Script as below:LastDocID = parseInt(space.properties["my:uId"]); NewDo...

Build Alfresco 5 using maven

Hi,I downloaded alfresco repository from svn and i built it using maven (mvn clean install). Everything was built fine.How to merge war files together to create complete alfresco.war file. After unpacking alfresco.war, which was created in web-client...

tim91 by Champ in-the-making
  • 273 Views
  • 1 replies
  • 0 kudos

Configuration a network share for storing User generated content

Hi,I want to configure a NAS share as storage for user generated content in Alfresco.I tried to change $TOMCAT_HOME/shared/classes/alfresco-global.properties file (dir.root in particular) but it doesn't work, rather if I set dir.root to NAS share (ma...

maverick by Champ in-the-making
  • 486 Views
  • 3 replies
  • 0 kudos

XMLStreamException calling REST deployments/{depID}/resources

I'm making a REST call to get the resources of a deployment in the repository. I have success calling:http://mouse:8084/activiti-rest/service/repository/deployments/1506to get the deployment info, but when I call:http://mouse:8084/activiti-rest/servi...