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

Forum Posts

Processes are not getting deployed in 5.17.0

Hi All,I am started using 5.17.o version of Activiti. I had created some process definitions as tenant based and updating the tenant id manually in the database since explorer does't support tenant based deployment.I have notices that most of the tim...

list of all users

How can I get a list of all users in the system ? I've tried people.getPeople(null) but it doesnt work. It returns a collection of nodes that seem to be invalid as they have no properties and nothing that I can use to refer to a user. I need this to ...

kriton by Champ in-the-making
  • 641 Views
  • 2 replies
  • 0 kudos

No tables in DB alfresco (MySQL)

After initial install we don't have any tables created in alfresco database. We did wizard install on Linux, and we did not choose to use default Postgresql. Before installation we created alfresco user and all permisions for that user. We also creat...

jureb by Champ in-the-making
  • 319 Views
  • 4 replies
  • 0 kudos

Message flow support

Hi Basically, I want to communicate one process with another one through message flows. I've seen a topic from 2012 related to message flow support in activiti engine (http://forums.activiti.org/content/interprocess-communication-message-flow) and I ...

elozada by Champ in-the-making
  • 98 Views
  • 2 replies
  • 0 kudos

NPE error

Hello,I am experiencing a Null Pointer Exception Error in a flow and I do not know the reason. The complete stack trace is this:java.lang.NullPointerException   at org.activiti.engine.impl.pvm.runtime.AtomicOperationTransitionCreateScope.execute(Atom...

mrosenfeld by Champ in-the-making
  • 56 Views
  • 1 replies
  • 0 kudos

SSL Sharepoint behind Ngnix Proxy help

Thanks to everyone in advance for taking a look.After devoting several weeks of configurations, tear downs and rebuilds, and scouring the forum for related posts, I believe I am very close to having Alfresco 5.0.d up and running behind a Nginx Revers...

wdickinson by Champ in-the-making
  • 1219 Views
  • 2 replies
  • 0 kudos

Business Object Type and Attachments to Alfresco Custom Model

Hi,My requirement is to create a Business Object Type structure with attachments in Alfresco.For example, this kind of structure:Invoice 1000:— Attachment 1— Attachment 2— Attachment 3Invoice 1002:— Attachment 4Invoice 1003: — Attachment 5— Attachmen...

genrique by Champ in-the-making
  • 77 Views
  • 1 replies
  • 0 kudos

fileNode.move(parent, destNode);

There is a filewebapps\alfresco\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\slingshot\documentlibrary\action\move-to.post.json.jsin which there is one api method callfileNode.move(parent, destNode)Just wanted to know which file have th...