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

Forum Posts

getSession() CMIS

I'm trying to write the getSession function, and I'm facing a problem  in getting authenticated user password.public Session getSession() {if (session == null) { // default factory implementation SessionFactory factory = SessionFactoryImpl.newInstanc...

How to set classpath for activiti-engine ?

Hello,I am running activiti inside a Spring container, in order to run Groovy scripts.In my scripts, I would like to add import statements to some other Groovy classes of mine, but the underlying GroovyScriptEngineImpl is not capable of resolving the...

louisp by Champ in-the-making
  • 2680 Views
  • 0 replies
  • 0 kudos

Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '6689' for key 'PRIMARY'

Hi Team,We are using activiti as an rest service with docker, while updating the task through activiti rest API we are getting below issue.### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException:...

Alfresco 6.1 Caching Content Store Error

I have an Alfresco 6.1 platform project to enable a caching content store. I am facing the following error while deploying the project:Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory...

customizing share page

I notice that there are multiple ways to link to a document:- on the actual document page titled "Copy this link to share the current page" and/or "Copy this link for the WebDAV URL".- the other link is from the share icon off the document in the fol...

resnicke by Champ in-the-making
  • 10104 Views
  • 2 replies
  • 0 kudos

Behaviour

Is it possible to create an instance of a behaviour in another class ?

Resolved! Problem Creating a Rule

Hi there,I'm trying to create a rule in Share that copies a document from one location to another. When I click on the Select button to choose the destination folder, I get the following dialog.The Path panel never gets populated - it just sits there...

pedwards99 by Star Contributor
  • 7112 Views
  • 5 replies
  • 2 kudos

Resolved! Attach Document to Workflow in user task form

Hello everyone,I want to start workflow without any document. Once user starts the workflow task will be assigned to another user where he/she can attach document to the workflow.Form when user starts the workflow..In this form we have option to add ...