0 Replies Latest reply on Dec 7, 2013 7:04 AM by kannan123

    jBPM workflow in the custom web application

    kannan123

      Hi

       

      I am trying to implement jBPM workflow in my custom web application. Trying to start the workflow with form parameters. When the workflow starts i got a null pointer exception. Also i found the reason.

       

      Null pointer exception In the below code

       

      client.requestGetService(MessageFormat.format(PortletProps.get("workflowweb.form.process.render"), new Object[] { definitionId }));

       

      My tomcat server is not connecting to the jBPM, Actually it cannot find the uri. Somebody help me with this?? Waht i am missing??

       

      Regards

      Kannan