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

Forum Posts

How to use evaluator='aspect' to check for (parent) aspect

I have one aspect which is the parent aspect of two other aspects.            <aspect name="myarentAspect">       </aspect>        <aspect name="my:subAspect1">           <parent>myarentAspect</parent>           </aspect>       <aspect name="my:subAs...

Add aspect

Hey, is it possible to add aspects to a node with RESTful API?

pyt by Champ on-the-rise
  • 521 Views
  • 3 replies
  • 1 kudos

Setting up advanced workflows

Hi,I have Alfresco 4.2 and I would like to create a new advanced workflow. I'm going through this tutorial <a href=http://ecmarchitect.com/images/articles/alfresco-workflow/advanced-workflow-article-2ed.pdf>here</a>Here is what I have done :- I have ...

Never succeed in Email sending out

[Alfresco Server]CentOS 6.3, 64bit, Alfresco Community 4.2.e[Email settings] in alfresco-global.properties:### E-mail site invitation setting ###notification.email.siteinvite=true#imap.server.enabled=true#imap.server.port=993#imap.server.host=imap.gm...

andy2_0 by Champ in-the-making
  • 1546 Views
  • 6 replies
  • 0 kudos

Getting error while loading share login page.

Hi All,I am getting the below error while i am trying load share login page using http://localhost:8080/shareERROR [freemarker.runtime] [http-8080-6] Template processing error: "Expression PORTLET is undefined on line 11, column 7 in org/alfresco/com...

How to use custom ldapGroupManagerFactory

Hi,I d like to extend ldapGroupManagerFactory to use my own implemnetation extended from default. But it needs a constructor of ldapConfigurator and causes a cyclic dependency.Here is my configuration:  <bean id="ldapQueryBuilderKKB" class="org.activ...

ismail1 by Champ in-the-making
  • 113 Views
  • 1 replies
  • 0 kudos

How task lifecycle is managed

Hi,I am using the taskService to create the tasks. At some point of a time, I want to know the status of the task. How can i get it?e.g. If task is created, status of the task is NEW or CREATED.when we claim the task, it changes to new state e.g. INP...

Using nativeTaskQuery to update in Bulk

Can i use native task query to update any data in tabletaskService.createNativeTaskQuery()              .sql("update ACT_RU_TASK set ASSIGNEE_  = 'Rohit' where ID_ in ('2601','2606')");

lazy loading outside command context exception

Hi,I am creating a task entity and setting local variables at the same time and then saving it.It gives me "lazy loading outside command context exception" exception.I want to do it i a single DB call only.Please suggestRegards,Rohit