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

Forum Posts

Como criar site corretamente utilizando WS restfull

Pessoal, fiz a inclusão de um site na conta de um usuário com sucesso, mas quando vou tentar acessar o site por dentro da própria conta ele me dá um aviso:<blockquote>Algo está errado com esta página…Nós podemos ter encontrado um erro, ou talvez algo...

fabbricio by Champ in-the-making
  • 709 Views
  • 1 replies
  • 0 kudos

5.14 missing method call

In previous version we were able to get a handle to the DBSession by way of the following code.  This is done in a custom form type        Map<String,ProcessEngine> pe = ProcessEngines.getProcessEngines();            for (Entry<String, ProcessEngine>...

tcheekva by Champ in-the-making
  • 406 Views
  • 4 replies
  • 0 kudos

Update Process Design on Runtime

Hello..We designed a process and deployed to activiti.. The process has many recieve tasks and timer boundary events..We started many porcess instance. We found a bug in process design and we ant to change it. We change the pocess design and deploy n...

erensimsek by Champ in-the-making
  • 1221 Views
  • 4 replies
  • 0 kudos

Issue with install alfresco new versions

We want to implement install Alfresco automatically for our customers via "oneclickinstall", and we encountered the problem installation new versions > 5.0.d based on your documentation of manual installation for preinstalled environments with tomcat...

ermaka by Champ in-the-making
  • 401 Views
  • 1 replies
  • 0 kudos

JobExecutorExample

Can you please direct to an example that shows the use of a JobExecutor?Thanks,d.

Retreive LIST of content model data

Hi,i need to access following content model data from controller or need set these list value into aikau "alfresco/renderers/PublishingDropDownMenu"<aspects>                   <!– Example Custom Site Properties Aspect –>      <aspect name="stcp:custo...

Alfresco API for asp.net

Hi,I am looking for an API solution on ASP.net that can read document property tags from the Alfresco repository and display the same to a user via an ASP.net form.Where can I get such an API from?Also, are there some code or working samples that can...

gwad by Champ in-the-making
  • 631 Views
  • 1 replies
  • 0 kudos

Mysql database vs MSSQL database- Support,Performance

Hi,Need help in choosing the right database for Activiti. Criteria is that the community support and performance should be good between activiti and the database. As part of our organization we have DBA support for Mysql and Sqlserver. Need to decide...

pramathur by Champ in-the-making
  • 298 Views
  • 1 replies
  • 0 kudos

Exception while logging as tenant

Hi Guys,I have multitenancy enabled in my alfresco instance. I have created a tenant <strong>choam.com</strong> and trying to login but not able to getting an exception. Please let me know what can be the issue. Attaching the screenshot of the share....

Transition Delay Time

Hello,Is it possible to calculate the transition delay time between tasks?Is so, is there any idea?Hope for an answer Thanks,Dan

Resolved! Disable Content Indexing for Alfresco 5.1 by default

Hi there,I am using version 5.1 with SOLR4. What we want to achieve is that by default, the content indexing should be disabled and we only enable it for certain folders/spaces. Only the metadata needs to be indexed.I know we have the "Index Control"...

shahrukhk by Champ in-the-making
  • 1637 Views
  • 1 replies
  • 0 kudos

removeAspect('cm:lockable') failed

Hi all,I've created a Web Script to lock/unlock files.File locking is working fine:if (!nodeRef.hasAspect("cm:lockable"))   {// not already locked   var properties = new Array(2);   properties["cm:lockType"] = "READ_ONLY_LOCK";   properties["cm:lockO...

Obtain a List with a constraint list allowed values

Hi,I have defined a custom type metadata, like this:<constraints>   <constraint name="my:constraintList" type="LIST">      <parameter name="allowedValues">         <list>            <value>OPTION 1</value>            <value>OPTION 2</value>          ...

falcon by Champ in-the-making
  • 2001 Views
  • 11 replies
  • 2 kudos

Getting : org.activiti.engine.ActivitiException: Unknown property used in expression: ${courseWorkflowRequestDraftedServiceTask}

Hi,I have created two beans for serviceTasks as under:   <bean id="checkCourseWorkflowInitiator" class="edu.bc.eagleapps.course.activiti.servicetask.CheckCourseWorkflowInitiator" >        <property name="serviceLocatorService" ref="serviceLocatorServ...

mansi by Champ in-the-making
  • 745 Views
  • 3 replies
  • 0 kudos

Authentication alternatives for REST Webapp

Hello at all,we have an Enterprise Content Management System and want to trigger the activiti rest services from that ecm system. The ECM application and the activiti rest webapp are using the same LDAP directory. The problem is, that the rest servic...

b_schnarr by Champ in-the-making
  • 3203 Views
  • 23 replies
  • 0 kudos

How to get taskId

hello, I am unable to get the taskId as i get the error of :<code>org.activiti.engine.ActivitiObjectNotFoundException: No task found for taskId 'userTask1'   at org.activiti.engine.impl.cmd.GetTaskFormCmd.execute(GetTaskFormCmd.java:45)   at org.acti...