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

Forum Posts

Alfresco - hostname value seems to be wrong

I installed Alfresco. Tomcat is a webserver that is used by Alfresco to provide an access to the web-panel. Default ip is: 127.0.0.1:8080/share And now I want to get an access from mobile android. How can I get an access from mobile phone to alfresco...

dev7 by Champ in-the-making
  • 3732 Views
  • 1 replies
  • 0 kudos

No Feature Display

Hello All,By way of introduction, I’m Kunaal Atchamah and currently an employee of State Informatics Limited (SIL) located in the island of Mauritius, Indian Ocean.We have recently installed Activiti 5.22 based on Activiti User guide for testing purp...

kunaalz09 by Champ in-the-making
  • 5010 Views
  • 1 replies
  • 0 kudos

Check if solr is finished with indexing in java

Hi guys!I have to write a deletionTool for Alfresco with CMIS. After the deletion of the files, I need to know when Solr is finished with indexing.Is there cmis query or a REST service which I can use for that?Best regardsKaffi

kaffi by Confirmed Champ
  • 3491 Views
  • 1 replies
  • 0 kudos

Resolved! simple drools rule with input of process variables

I would like  to implement a simple business rule task:<businessRuleTask id="businessruletask1" name="Business rule task" activiti:ruleVariablesInput="${input1}, ${input2}" activiti:rules="DecideWS" activiti:resultVariable="choice"></businessRuleTask...

ajeje93 by Confirmed Champ
  • 7038 Views
  • 1 replies
  • 0 kudos

Resolved! Changing control flow during execution

I would like to know if it is possible to change the control flow of a process during execution.For example in the following process:It is possible to jump form "Service Task 2" directly to "User Task 4" or maybe going back to "User Task 1"?I read in...

ajeje93 by Confirmed Champ
  • 7505 Views
  • 4 replies
  • 0 kudos

How do I get a list of all the form fields a userTask is requesting? I'd like to wire the form up to a non-traditional interface...

I'm interested in wiring workflows up to non-traditional interfaces like SMS, phone, or chat. This requires me to get into some of the nitty-gritty details of the structure of tasks and so on. Any tips?The first bit of detail I'm poking around in is ...

firepoet78 by Champ in-the-making
  • 2972 Views
  • 1 replies
  • 0 kudos

Resolved! Alfresco source code building

Hi,I have successfully buit source codes of community-edition-master and alfresco 5.0.a. I have got two war files: alfresco-5.0.a.war and share-5.0.a.war. I have deployedboth files in tomcat. The link: http://localhost:8080/share-5.0.a/page/  display...

gaurav0918 by Champ on-the-rise
  • 7518 Views
  • 2 replies
  • 0 kudos

Resolved! Is it possible to "embed" the new V6 UI?

Hi,  We're long time users of Activiti and have built a substantial app around an embedded use of the Activiti engine.  Users build workflows using the Eclipse Designer extended by our custom tasks (really just helpers for the JavaDelegates).Question...

blezek by Champ on-the-rise
  • 5152 Views
  • 2 replies
  • 0 kudos

Problem with field injection with Spring proxy

Hi, I am trying to use field injection on a JavaDelegate service and am having an issue with Spring where activiti is trying to get/set the field on the service object but Spring is proxying that object (via JdkDynamicAopProxy) and activiti can't fin...

brendenr by Champ on-the-rise
  • 6749 Views
  • 3 replies
  • 0 kudos

Resolved! javax.net.ssl.SSLHandshakeException  Alfresco community 5.1

I just installed alfresco community 5.1 , I tried to configure outbound emails , i added all the configurations in alfresco-global.properties : # Sample #Gmail settingsmail.host=smtp.gmail.commail.port=465mail.username=----------@gmail.commail.passwo...

rami1920 by Champ in-the-making
  • 7508 Views
  • 1 replies
  • 0 kudos

Resolved! Webdav doesn't lock the file during editing. what is the solution?

Hi every one,I’m working in Alfresco Community 201612, 2017 and 4.2f and also Alfresco One. I’m testing webdav protocol in these versions in Linux and Windows 7.Our tests verify that Webdav doesn’t lock the documents when a user is working on it, so ...

parisa by Champ on-the-rise
  • 9285 Views
  • 6 replies
  • 3 kudos

Resolved! error calling a web service with multiple input data

I am using the Web Service from the book Activiti in Action (book-sales-app), modified a little bit adding two parameters more in input, and it is correctly running on address http://localhost:8080/book-sales-app/services/address?wsdl.The WSDL is the...

ajeje93 by Confirmed Champ
  • 4965 Views
  • 1 replies
  • 0 kudos

Sending inbound email from Gmail fails

Hi I am trying to send inbound emails, but it fails when sending from Gmail. When I send over telnet, it works.Error I am getting is : TLS Negotiation failed: generic::failed_precondition: starttls error (0): protocol errorI have my Alfresco 4.2.f ru...

charmees by Champ in-the-making
  • 9411 Views
  • 5 replies
  • 1 kudos

Resolved! How to handle a race condition signaling an Execution

Hi,  We start long-running workflows that wait for a signal.  When certain events happen, we signal the workflow by searching for the list of Executions waiting on the signal (and some other criteria).  This can lead to race conditions because the in...

blezek by Champ on-the-rise
  • 5977 Views
  • 2 replies
  • 1 kudos

Resolved! Hitting CSRF when trying to use the workflow admin console

Hi all,I setup up Alfresco Community edition build 201701 (Platform 5.2.e, Share 5.2.d) on a Ubuntu 16.04 VM. I also have an Apache (2.4) proxy with the SSL and JK modules, configured according to the guide.I can access the Workflow admin console (ht...