4 Replies Latest reply on Sep 25, 2007 11:27 AM by sankar_arumugam

    logging in to jbpm-console from api code

      Hi,

      does anyone know how I can log into the jbpm-console webapp from java code, so the 'request.remoteUser' field tested in the various .xhtml pages is assigned a value.

      For example at the moment in an XSLT I am creating a process, and the first task in that process, I then want to click on a link, and navigate to the processes screen, or the tasks screen, but as I am not logged in, I can not get proper views on tasks etc.

      I have looked at the identity component, but do not think this is where the work is done, it looks like it is handled in a form with an action called 'j_security_check',

      thanks for your help in advance,

      Ross