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

Forum Posts

Roundtrip of BPMN XML

Hi,Is it possible to open a modified .bpmn20.xml file back in the Activity Modeler?

bytter by Champ in-the-making
  • 192 Views
  • 1 replies
  • 0 kudos

SugarCRM 4.5.1x and Integration with Alfresco

Hi,Several people on SugarForge have raised the question about whether the Alfresco module will work with the newest version of SugarCRM Version 4.5.1x?Also questions about PHP requirements for Alfreso 2.0. None of the people got a reply, so I am rai...

genius4u by Champ in-the-making
  • 375 Views
  • 4 replies
  • 0 kudos

Integration 'mail' content

Is it planned or is it already possible to integrate/index mail documents that are served via an IMAP mail server. Daniel

dbrunner by Champ in-the-making
  • 974 Views
  • 12 replies
  • 0 kudos

Full Reindex stuck on 30%

Hello,I'm trying to rebuild indexes in 3.4.d version (upgraded from 3.3.g).1) So I've set:index.recovery.mode=FULLin alfresco-global.properties2)deleted contents of dir.indexes3) Increased org.alfresco.cache.node.aspectsTransactionalCache value (caus...

leonk by Champ in-the-making
  • 1257 Views
  • 8 replies
  • 0 kudos

activiti formKey not bound problem

hi everyoneI 'm using activiti 5.3 probe, when I upload my process zip file , it tell me : couldn't parse 'test.bpmn20.xml': The prefix "activiti" for attribute "activiti:formKey" associated with an element type "startEvent" is not bound.And I notice...

greenwood by Champ in-the-making
  • 212 Views
  • 2 replies
  • 0 kudos

adding a function to the Admin Console (Solved)

I am trying to add a simple tool to the Admin console and I seem to be missing how it all fits. I also find the debugger does not seem to stop where I would expect. So i find the list of tools for the admin console seem to be coming from the script ...

michaelc by Champ on-the-rise
  • 345 Views
  • 2 replies
  • 0 kudos

Connector with Kofax

Hi,We would like to integrate Alfresco with Kofax.I know that MicroStrategies developed a connector for the Enterprise edition.But even on their  web site, I did not find which version of Alfresco in compatible with Which version of Kofax.Does anybod...

pperee by Champ in-the-making
  • 1145 Views
  • 8 replies
  • 0 kudos

Localizzazione mail di notifica

Ciao,come faccio a localizzare in italiano le mail che invia Share? Ad esempio, ho ricevuto questa:Hello user2,You have been invited by user1 to join the 'MioSito' site.Your role in the site will be Manager sito.To accept this invitation click the li...

efestione by Champ in-the-making
  • 882 Views
  • 2 replies
  • 0 kudos

Could not update Permissions message

Hello,Currently I am using Alfresco 3.2 on an Ubuntu box.  Inside our Document Library we have various folders, when Managing permissions to these folders you can usually set Contributors have - Contributor privileges and so forth.  But on one folder...

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

Can't check out documents under Sites using Explorer/CIFS

After upgrading to version 3.2r2 we lost the ability to check out documents in document libraries using Alfresco Explorer or CIFS. Can someone please confirm this behaviour or if this is a bug? Error I get is (and no, I can confirm that the node is N...

How to Implement CMIS?

Hello Seniors…Im new to alfresco, and obviously to the CMIS aswell. I need to work on the CMIS part for some project, and i hence i need to know how to implement it.I have explored the various materials available in the internet, and came to know the...

parupudi by Champ in-the-making
  • 219 Views
  • 1 replies
  • 0 kudos

How to search by filename in Explorer or Share?

Hi,I ve been playing for a while trying to find uploaded documents by its filename with no success.Currently I can find nodes by its content, but not their files names.I am using Comunnity 3.4.D, is there some configuration that I should enable to se...

jonvargas by Confirmed Champ
  • 148 Views
  • 1 replies
  • 0 kudos

Ricerca lucene caratteri speciali

Salve a tutti,ho riscontrato 3 problemi in fase di ricerca documenti con lucene:1) Se campo custom di un nuovo modello ha come valore una stringa di 2 caratteri, lucene non riesce a trovare il documento.2) Se campo custom di un nuovo modello ha come ...

batdan by Champ in-the-making
  • 1790 Views
  • 8 replies
  • 0 kudos

Query *all*users with Lucene

Hello,I am trying to query all users (i.e. even those users created by a LDAP sync) with a JavaScript implemented Lucene search. I've already done the basic code (showing the relevant parts only):var foundUsers = search.luceneSearch("user://alfrescoU...

mpeters by Champ in-the-making
  • 320 Views
  • 1 replies
  • 0 kudos

NullPointer at ExclusiveGatewayActivityBehavior.leave

java.lang.NullPointerException   at org.activiti.engine.impl.bpmn.behavior.ExclusiveGatewayActivityBehavior.leave(ExclusiveGatewayActivityBehavior.java:63)   at org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior.execute(FlowNodeActivityB...

jcosano by Champ in-the-making
  • 305 Views
  • 3 replies
  • 0 kudos

XPDL - BPMN

Hi,on the WfMC-Website (http://www.wfmc.org/xpdl.html) you can find the following statement: XPDL is the Serialization Format for BPMNBPMN is a visual process notation standard from the OMG, endorsed by WfMC, and broadly adopted across the industry. ...

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

ExecutionEntity.setActivity(destination)?

Hi, All.ExecutionEntity execution = query…;ActivityImpl destination = query…;execution.setActivity(destination);// update ACT_RU_EXECUTION.ACT_ID_='destination.id';????What is the setActivity() can do?

weiyi2011 by Champ in-the-making
  • 224 Views
  • 1 replies
  • 0 kudos

Start Message Events

My wish:I would like to be able to start processes using JMS Message Recievers.  I would prefer not to have to code adapters to start processes using the Java or REST insterfaces.My question:Is there a Start Message Event in Activiti that can act as ...

jon2 by Champ in-the-making
  • 169 Views
  • 1 replies
  • 0 kudos

Deploying Processes with Java Service Tasks

Hi,I'm looking for a solution to deploy processes and the correspondig java service tasks without restarting the engine.According to the user guide, I can deploy processes as business archives during runtime. So this is no problem. I need to deploy a...

gant by Champ in-the-making
  • 142 Views
  • 1 replies
  • 0 kudos