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

Forum Posts

Combos internacionalizables en Share

Hola,Me gustaría saber cual sería la forma correcta de extender Alfresco para que me permita hacer internacionalizables los valores de una "constraint" para share. Llevo un tiempo intentando implementar esta funcionalidad y no logro encontrar documen...

nacgar by Champ in-the-making
  • 1874 Views
  • 6 replies
  • 0 kudos

Blocking service tasks

Hello!I'm new to BPM frameworks and just recently found out about them (especially Activiti and jBPM5) when looking for a solution to a problem that I wanted to overcome in a project of mine (http://stackoverflow.com/questions/7859648/how-can-i-imple...

jiddo by Champ in-the-making
  • 572 Views
  • 9 replies
  • 0 kudos

Controlling Extremely Large Exception Stack Traces

Hi all,We're using Activiti heavily in my organization, and I wanted to request help from the community on an issue that is currently plaguing us right now: extremely long stack traces.  I know it sounds ridiculous, but it's a serious problem.  For a...

codetom by Champ in-the-making
  • 610 Views
  • 7 replies
  • 0 kudos

Oracle 11g support

Hello, as far as I could read on the User Guide, Oracle version supported is 10.2.Is there any update on supporting Oracle 11g?Thanks, Gonzalo

gonlafer by Champ in-the-making
  • 186 Views
  • 3 replies
  • 0 kudos

Why does RepositoryService work this way?

I was looking at a way to tie the loading of a process to a ResourcePatternResolver and ran across a strange issue and I'm hoping someone can explain why it is this wayRespositoryService.createDeployment().addInputStream() takes two arguments (neithe...

how to query the task that may has CandidateGroup?

HiI want to have some query like that: taskService.createTaskQuery().taskCandidateGroup("Group1").taskCandidateGroup("Group2")in the result of above code , i'll get queryTask that just filter on last CandidateGroup , is there anyway? or I should do i...

hamed by Champ in-the-making
  • 109 Views
  • 1 replies
  • 0 kudos

Activiti on the Cloud?

I would like to know if activiti is already on the cloud, Is it hosted on Amazon or Rightscale, Please can someone give me info on what feature of activiti is offered on the cloud and the links

oluwasegzy by Champ in-the-making
  • 373 Views
  • 1 replies
  • 0 kudos

Busqueda de archivos

Buenas tardes, tengo un problema con el buscador de share.El dia de hoy al querer buscar ya sean archivos,sitios o carpetas,no los encuentra el share, ya sea que los busquemos por nombre, autor, titulo, descripcion, tipo o etiquetas. Lo raro es que s...

inggarcia by Champ on-the-rise
  • 3916 Views
  • 15 replies
  • 0 kudos

Semantics of RepositoryService.deleteDeployment()

Hi!I am in the process (pun intended ) of getting to know Activiti and I have come across something that I interpret as a bug. The following methods from the interface org.activiti.engine.RepositoryService:  /** Deletes the given deployment.   * @pa...

add action in data lists

i want to add an extra action in datalists, e.g. in contact data list, i want to email that person by say clicking on the email field. how do can we also export items in the datalists?