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

Forum Posts

hello, i have a problem with activiti-rest, when i configure my database postgresql in db.proprietes, the creation of tables is done automatically in the public shemas, i want to change shema how i do to give it my own shema

hello, i have a problem with activiti-rest, when i configure  my database postgresql in db.proprietes, the creation of tables is done automatically in the public shemas, i want to change shema how i do to give it my own shema

Resolved! Unable to send email

This is my email conf properties in alfresco-global.properties filemail.host=smtp.gmail.commail.port=465mail.username=***@gmail.commail.password=***mail.protocol=smtpsmail.smtps.starttls.enable=truemail.smtps.auth=truemail.smtp.timeout=30000I am gett...

manav by Confirmed Champ
  • 17005 Views
  • 3 replies
  • 2 kudos

not able to fetch the parent of a node in share side js

I am trying to find the parent of a node in node-header.get.js by doing the following;   var str = model.nodeRef;   logger.log("childnoderef"+str);   var parentNodeRef = str.parent;   logger.log("parentNodeRef"+parentNodeRef); but parentNodeRef is co...

Resolved! Unable to create thumbnail

Hi all, I am getting a Bad request (404) on a .docx preview rendtions request in adf-viewer.Here is the error:"Unable to create thumbnail 'pdf' for application/vnd.openxmlformats-officedocument.wordprocessingml.document as no transformer is currently...

Resolved! RuntimeService getVariable flushes

Hi,Calling org.activiti.engine.RuntimeService.getVariable causes the corresponding ByteArrayEntity content to be updated and flushed when it is supposed to only be read. Because we are attempting to read the process (and its variables) in multiple tr...

Resolved! Alfresco SDK 3.0 Jar deployment

I'm currently using Alfresco SDK 3.0 as a back-end service and Alfresco ADF Angular Components as a front-end. I've set up the integration test and a database connection using PostgreSQL. It works fine when I mvn clean install alfresco:run. My questi...

Versioning Web Application code and BPMN

My team is using the Activiti 5.19 engine embedded in a Grails 3.1.4 WAR deployment (Spring Config).  Our application is being developed against  development and pre-production Apache Tomcat stacks.  We have been very pleased with the engine and what...

cpfrank by Champ in-the-making
  • 3821 Views
  • 1 replies
  • 1 kudos

web script

i create these two files into web scripts extension directorywhen i open this url: 127.0.0.1:8080/alfresco/service/hello?Name=moez i get an error in the png filewhat should i do?