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

Forum Posts

Error when publishing from activiti-app

HiWe have recently installed the share connector on a demo server following these instructions Alfresco Activiti.After completing the setup we are able to access Share and the Alfresco Process Services app and can see there is integration between bot...

tas100 by Champ in-the-making
  • 5135 Views
  • 1 replies
  • 1 kudos

Exception while invoking TaskListener: null

I implement the TaskListener, i gotr the exception while task being created.code arelong workflowTaskId=0l; long compId=0l; @Override public void notify(DelegateTask arg0) { // TODO Auto-generated method stub workflowTaskId=Long.parseLong(arg0.getId(...

Resolved! How to debug/log a rule script

Hello,Can you please write a step by step how to debug a Rule repo javascript?I activated the debug console and changed the needed into the alfresco log4j without successAs for the log I tested with start-pooled-review-workflow.js but I can't find th...

jamilnour by Star Contributor
  • 12642 Views
  • 6 replies
  • 2 kudos

I can't log into the generated application

I've done all the tutorial forCreating your first application with ADF  but I'm stuck in theRunning and using the application I've created and genereated the application but I can't log on.I've tested admin/admin (which I use to log on all Alfresco E...

jackarnd by Star Contributor
  • 19237 Views
  • 17 replies
  • 3 kudos

Integrate JSF and SPRING with ACTIVITI

Hi i'm working on JEE project and i have to integrate activiti Engine , So i need to create the Model from java code and bind it to my JSF pages . - Is there a way to do that - Is there any helpful ressources where i can find these documented .

ilyass_act by Champ on-the-rise
  • 4444 Views
  • 2 replies
  • 0 kudos

Is necessary kibana for custom reports?

Hello, I want know if is necessary to use kibana for do custom alfresco reports with elasticsearch or I can to avoid it.Kibana doesn´t run in my installation:C:\kibana-5.3.0-windows-x86\bin>kibana-plugin install file:///c:\x-pack-5.3.0.zipAttempting ...

davidht by Champ in-the-making
  • 3986 Views
  • 1 replies
  • 1 kudos

Change error500 jsp in Alfresco share

Hello,I am just simply trying to change/override the error500.jsp through a Share AMP.  I tried following this tutorial: Override Alfresco Share login page | Alfresco Documentation  but applying the concepts to the error-handler section of surf.xml. ...

Alfresco 5.2 CE integration with office 365

Hello good afternoon, I would like to know if there is form of outdoor power 5.2 CE with the 365 office for online editing of the documents of the own browser.Thank you very much for the help !!!

pzapico by Champ on-the-rise
  • 4886 Views
  • 1 replies
  • 0 kudos

Customise error page

The share application defines in web.xml the error page that is used when a user accesses a page that does not exist.What is the best way to use a custom jsp for this error page ?