Human Task generated Forms

Hi,
Human Task form generation generated set of forms and web app folders. Can this be directly deployed on the servers or is it just the template and lot more work needs to be done here?
There were two directories one for War and another for ear file. Can I generate a deployment profile and deploy the .war app and will it have all the worklist app features?
Thanks,
Anil

You should change the custom JSP file, send as payload to the task, by yourself and get the current user and use this to show the fields if needed.

Similar Messages

  • Human Task autogenerated Form issue

    Hi
    I tried to use the generated human task form; however, I run into some issue. If I have an unbounded complex type in my schema and the complex type consist of many fields, the form generated is very wide as it tries to populate everything on 1 line. Is there any way I can work around this?
    thank you

    Hi,
    you can modify the payload.jsp manually...

  • Oracle JDev 11.1.1.5 Human task flow form generation

    Hi all,
    JDev crashes when I try to "createForm" from a human task element.
    I get .... java.lang.NoClassDefFoundError: oracle/adf/library/rc/dependencies/NameResolver
    Is this class contained in the ojdbc jar? if so, why do I need it?
    Any thoughts?
    Howie

    Hi all,
    JDev crashes when I try to "createForm" from a human task element.
    I get .... java.lang.NoClassDefFoundError: oracle/adf/library/rc/dependencies/NameResolver
    Is this class contained in the ojdbc jar? if so, why do I need it?
    Any thoughts?
    Howie

  • Human Task Display Form problem

    Hi,
    I am deploying a new BPEL Process using a simple Human Task activity. for the display i choosed XSL format. this is the centent of my coordinatorApproval_Display.tform file :
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <taskDisplay targetNamespace="http://xmlns.companyABC.com/workflow/orderTaskDisplay" generateInternationlizedJSP="false" xmlns:task="http://xmlns.oracle.com/bpel/workflow/task" xmlns="http://xmlns.oracle.com/bpel/workflow/taskDisplay">
    <taskDefinitionId>${domain_id}_${process_id}_${process_revision}_coordinatorApproval</taskDefinitionId>
    <applicationName>worklist</applicationName>
    <templateName>ThreeRegionJSP</templateName>
    <template>${http_url}/${domain_id}/${process_id}/${process_revision}/coordinatorApproval/coordinatorApproval.jsp</template>
    <regions>
    <defaultJSP regionName="Footer">
    <jspURI>Footer1.jsp</jspURI>
    </defaultJSP>
    <xsl regionName="Body">
    <xslURI>${http_url}/${domain_id}/${process_id}/${process_revision}/coordinatorApproval/payloadXSL.xsl</xslURI>
    </xsl>
    <defaultJSP regionName="Header">
    <jspURI>Header1.jsp</jspURI>
    </defaultJSP>
    </regions>
    </taskDisplay>
    i start the process from http://localhost:9700/BPELConsole
    but at the work list application , i can not show the content of my xml input !!!
    this the exception from the BPEL (standalone) :
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java
    :368)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecuto
    r.java:303)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-30022
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Error in validating workflow task display configuration.
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform could not be validated against the workflow task display configuration XML schema definition. The workflow task disp
    lay configuration is associated with workflow default_centralIntake_1.0_coordinatorApproval
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration is available at the specified URL. If availa
    ble check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:339)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataServ
    ice.java:331)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetada
    taService.java:464)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:45
    8)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:42
    1)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java
    :368)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecuto
    r.java:303)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Caused by: ORABPEL-30021
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Invalid workflow task display configuration.
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to the workflow task display configuration XML schema definition. The workflow task display configura
    tion is associated with workflow {1}. The errors are {2}
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration conforms to the workflow task display config
    uration XML schema definition. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,218> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:332)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ... 21 more
    <2007-11-09 16:51:20,234> <ERROR> <oracle.bpel.services.workflow> <::> Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    ORABPEL-30021
    Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.java:332)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataService.java:331)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetadataService.java:464)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:458)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:421)
    at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-30022
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Error in validating workflow task display configuration.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform could not be validated against the workflow task display configuration XML schema definition. The workflow task disp
    lay configuration is associated with workflow default_centralIntake_1.0_coordinatorApproval
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration is available at the specified URL. If availa
    ble check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:339)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataServ
    ice.java:331)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetada
    taService.java:464)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:45
    8)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:42
    1)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java
    :368)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecuto
    r.java:303)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Caused by: ORABPEL-30021
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Invalid workflow task display configuration.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to the workflow task display configuration XML schema definition. The workflow task display configura
    tion is associated with workflow {1}. The errors are {2}
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration conforms to the workflow task display config
    uration XML schema definition. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:332)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ... 21 more
    <2007-11-09 16:51:20,234> <ERROR> <oracle.bpel.services.workflow> <::> Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    ORABPEL-30021
    Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.java:332)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataService.java:331)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetadataService.java:464)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:458)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:421)
    at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-30508
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Error while inoking URL to display the content.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Error while invoking URL.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixabl
    e.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:49
    0)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:42
    1)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java
    :368)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecuto
    r.java:303)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Caused by: ORABPEL-30022
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Error in validating workflow task display configuration.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform could not be validated against the workflow task display configuration XML schema definition. The workflow task disp
    lay configuration is associated with workflow default_centralIntake_1.0_coordinatorApproval
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration is available at the specified URL. If availa
    ble check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:339)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataServ
    ice.java:331)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetada
    taService.java:464)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:45
    8)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ... 18 more
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Caused by: ORABPEL-30021
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Invalid workflow task display configuration.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/
    coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to the workflow task display configuration XML schema definition. The workflow task display configura
    tion is associated with workflow {1}. The errors are {2}
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> Make sure that the workflow task display configuration conforms to the workflow task display config
    uration XML schema definition. Contact oracle support if error is not fixable.
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::>
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.
    java:332)
    <2007-11-09 16:51:20,234> <ERROR> <default.collaxa.cube.services> <::> ... 21 more
    <2007-11-09 16:51:20,234> <ERROR> <oracle.bpel.services.workflow> <::> Error in validating workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform could not be vali
    dated against the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow default_centralIntake_1.0
    _coordinatorApproval
    Make sure that the workflow task display configuration is available at the specified URL. If available check the underlying exception and correct the error. Contact oracl
    e support if error is not fixable.
    ORABPEL-30022
    Error in validating workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform could not be vali
    dated against the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow default_centralIntake_1.0
    _coordinatorApproval
    Make sure that the workflow task display configuration is available at the specified URL. If available check the underlying exception and correct the error. Contact oracl
    e support if error is not fixable.
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.java:339)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplay(TaskMetadataService.java:331)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getTaskDisplayRegion(TaskMetadataService.java:464)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:458)
    at oracle.bpel.services.workflow.worklist.display.DOPostService.invokeRegion(DOPostService.java:421)
    at coordinatorApproval.jspService(_coordinatorApproval.java:140)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:701)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:405)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: ORABPEL-30021
    Invalid workflow task display configuration.
    The workflow task display configuration at http://localhost:9700/orabpel/default/centralIntake/1.0/coordinatorApproval/coordinatorApproval_Display.tform doesnt conform to
    the workflow task display configuration XML schema definition. The workflow task display configuration is associated with workflow {1}. The errors are {2}
    Make sure that the workflow task display configuration conforms to the workflow task display configuration XML schema definition. Contact oracle support if error is not f
    ixable.
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getTaskDisplay(TaskMetadataCache.java:332)
    ... 21 more
    Please help.
    Bach.

    By deploying the bpel, you get messages like:
    [deployTaskForm] 07/06/12 11:07:50 Notification ==>Datei HT_1_0_MyHT.ear wird hochgeladen...
    [deployTaskForm]
    [deployTaskForm] 07/06/12 11:07:50 Notification ==>Application Deployer für HT_1_0_MyHT STARTS.
    can you provide this messges here?

  • Human Tasks: Create form elements like combobox, radio or checkbox on form

    Hi!
    The creation of above mentioned elements is not the hard part. But how can I get the information back into my BPEL process? Is there a build-in way that I've missed?
    A <select><option></option></select> (aka combobox or dropdown list) marks the selected item by simply writing "selected" into the <option> element. It seems there is no build-in way to get the "selected" or "checked" (for checkboxes) as boolean back into BPEL?
    Any ideas?
    Best Regards
    Sebastian

    Okay, that works for me:
    private String getTableFieldDropdown(Element payload, Form form, String xpath,
    String inloopXPath, String datatype, String refxPath, String valueXPath, String displayXPath) throws Exception {
    Field thisField = null;
    thisField = form.getField(xpath);
    String thisDisabled = "";
    String returnString = "";
    int len3 = PayloadFormGenerator.selectNodes(payload, refxPath, form.getNamespaceMap()).length;
    if (thisField == null || thisField.isEditable())
    thisDisabled = "";
    else
    thisDisabled = "disabled";
    returnString = "<td align=\"left\"><select name=\"" + PayloadFormGenerator.constructName(inloopXPath) + "\" dataType=\"" + datatype + "\" " + thisDisabled + ">";
    for (int i3 = 1; i3 <= len3; i3++) {
    returnString = returnString + "<option value=\"" + PayloadFormGenerator.selectNodeValue(payload, refxPath + "[" + i3 + "]" + valueXPath, form.getNamespaceMap()) + "\" ";
    if (PayloadFormGenerator.selectNodeValue(payload, refxPath + "[" + i3 + "]" + valueXPath, form.getNamespaceMap()).equals(PayloadFormGenerator.selectNodeValue(payload, inloopXPath, form.getNamespaceMap())))
    returnString = returnString + "selected=\"selected\"";
    returnString = returnString + ">" + PayloadFormGenerator.selectNodeValue(payload, refxPath + "[" + i3 + "]" + displayXPath, form.getNamespaceMap()) + "</option>";
    returnString = returnString + "</select></td>";
    return returnString;
    Call this function in your form to create a drop down list: (example for dynamic number of rows where you can select a product in each; for loop not included here - i4 is your for counter)
    <%=getTableFieldDropdown(payload, form, "/ns0:task/ns0:payload/ns1:SalesTaskPayload/ns1:SelectedProductList/ns1:Product[*]/ns1:id", "/ns0:task/ns0:payload/ns1:SalesTaskPayload/ns1:SelectedProductList/ns1:Product["+ i4 +"]/ns1:id", "anySimpleType", "/ns0:task/ns0:payload/ns1:SalesTaskPayload/ns1:ProductList/ns1:Product", "/ns1:id", "/ns1:name")%>
    parameters explained:
    1. payload variable as provided in the auto generated task form
    2. form variable as provided in the auto generated task form
    3. xpath (the subject of selection)
    4. inloopxpath (where your selection should be stored)
    5. datatype
    6. xpath to the list that delivers combobox information
    7. will be concated to 6. -> goes into <option value="{X}">
    8. will be concated to 6. -> goes into <option>{X}</option>
    Cheers
    Sebastian

  • How to provide documentation on human task form

    Hi, I am working with BPM Suite and create many Form for Human Task with the wizard.
    I would know if it is possible to supply information/documentation for the user that will use the Human Task form and in what way ?
    thanks

    End user documentation can be entered once an Interactive activity in the process is created. At runtime, once work item instances reach this activity, the documentation entered for the activity will be visible to end users as help text in the Workspace when the "i" icon on the human task's form.
    This is done by first making the Documentation tab visible by selecting "View" from the menu -> click "Documentation". You'd then select the Interactive activity in the process -> enter the help/documentation text in the Documentation tab.
    Dan

  • Human task as first step of a BPEL process

    Hello every one, thanks in advice for your replays,
    My version is Oracle BPEL Process Manager 10.1.3.1.0. I've tried the search but didn't find satisfying answer.
    First I will try to describe use case I'm trying to solve using BPEL and standard bundled Worklist App.
    I have defined a fairly straight human-centric process witch should be initiated by human data entry or (XOR) by input message (WS call) from third party application. I've read the documentation but haven't find any way how to define BPEL human task that will instantiate the process. In other words is it possible to create human task with form and use this task/form as an process initiator in Worklist App ?
    I'm aware that i can create an external form (not BPEL human task form) witch can be embedded in Worklist App and call the engine JAVA API. But this is no the case since i will have to manage the two independent components of my single business process - keeping them in sync.
    I don't think that initiating a process an then picking the first step from a queue to entry form data is elegant ant efficient solution (maybe my view is influenced by other BPM product i was working with).
    Also since it is a micro project i cant afford writing my own Worklist App with dynamic form binding.
    So friends please help with your ideas and solution's
    Kind Regards,
    Michal

    Eric, hope it's not because my english..
    Standard BPEL process is usually initiated by client HTTP/SOAP call which passes initial set of data to process (i.e Oracle BPEL Console Dashbord Post XML Message functionality, or some third party application WS call with process data). Oracle BPEL Console generates form based on BPEL Process WSDL, thats great for ad hoc testing but i need bit more.
    I' would like to have a functionality that will dosimilar stuff as Console but in a worklist application further more I would like to have a way to define the form of this firs step and have that definition with my BPEL process project in JDeveloper.
    Business case for such need is as follows:
    + Greenfield process area
    + No application supporting those processes
    + No know other rigger then phone call or fax

  • How to edit task form generated from human task (.jspx)???

    I created simple SOA application with simple Human task (from this tutorial http://redstack.wordpress.com/2010/01/08/human-workflow-in-11g/ but it doesnt matter) in JDeveloper. Then I generated standard form from human task (Human task -> Auto-Generate Task Form).
    The question is, how to make own form? Not the generated default, but with my own logic...That form is jspx, not jsp, and thats the main problem, in this JDeveloper everything is a bit complicated.
    I tried delete whole generated content, and just import my created file.jsp into jspx like below, but without result. How to import jsp into jspx? I dont want to completely rewrite my existing jsp into jspx and copy it over default...
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:trh="http://myfaces.apache.org/trinidad/html"
    xmlns:wf="http://xmlns.oracle.com/bpel/workflow/workflow-taglib.tld"
    xmlns:wlc="http://xmlns.oracle.com/bpel/workflow/worklist">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    *<jsp:directive.include file="file.jsp"/>*
    </jsp:root>
    Edited by: [email protected] on 8.6.2010 9:47
    Edited by: [email protected] on 8.6.2010 9:47
    Edited by: [email protected] on 8.6.2010 9:48

    Hi,
    Try
    FacesContext context = FacesContext.getCurrentInstance();
    NavigationHandler handler = context.getApplication().getNavigationHandler();
    handler.handleNavigation(context, null, outcome);
    context.renderResponse();Regards,
    ~ Simon

  • 11g Human Task; problem with Auto-Generate Task Form

    Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638
    Using book: Getting Started with Oracle SOA 11g R1, A Hands-On Tutorial
    Had success through Chapt 7. Now working through 8, Creating Human Tasks -- almost everything checks out.
    Deployed POProcessing success (with 1 warning: assignee not specified)
    Deployed ApproveTaskDetails (from Application menu) success
    -Run the test tool in Enterprise Manager 11g
    -Response looks according to book, using Launch Flow Trace button I see ManualPOApproval is in running state, as expected.
    -Run Oracl BPM Worklist, log in according to book (weblogic)
    -I can see the Approve Order line under the My Tasks tab
    When I select the Approve Order line item, according to book I should see Approve Order Contents in the lower pane.
    But the details never populate the pane and I see "Waiting for..." in Explorer status bar.
    The logs are filling up with the following statement repeated about 2/second (from D:\oracle\Middleware\home_11gR1\user_projects\domains\domain1\servers\soa_server1\logs\access.log) ...
    =====snippet begins======
    0:0:0:0:0:0:0:1 - weblogic [21/Oct/2011:17:38:05 -0500] "GET /integration/worklistapp/faces/login.jspx?_afrLoop=2609043717008&_afrWindowMode=0&_adf.ctrl-state=bcqg1x7gm_9 HTTP/1.1" 200 5486
    0:0:0:0:0:0:0:1 - - [21/Oct/2011:17:38:05 -0500] "GET /workflow/ApproveTaskDetails/faces/adf.task-flow?bpmWorklistTaskId=47d0f109-2de1-4851-a5cf-1c338050f3c2&bpmWorklistContext=b5d5e48b-9c54-4e3d-a707-19c9e99f618e%3B%3B4iKnpxQCfUvYnghbxihMXgZAOsVJ%2BqeiE79gFBzb%2BlKq9vlbpqV2%2FyQ21%2BLHnBcvJA6mBOoc238GDGR9odBPBE%2FZdeDrfVwfIUCOa%2Fsc%2BRRnmEkzS5f1mKd3oWpasvIhZDkCz5conIhVCKJvCxxz0i1NpCk9WWoVBHpUX39ayhF%2B0aI1p%2FGImOsYBEXDIBEDADen3JkeoewYEJwpVcQf6XzOA5rTEojcUHt28znFHboPdkJ8TW7jfvgQnHNRS5XB&bpmWorklistHttpURL=http%3A%2F%2Flocalhost%3A8001%2Fintegration%2Fworklistapp%2Ffaces&bpmWorklistHome=home.jspx&bpmWorklistReassign=reassignTask.jspx&bpmWorklistRoute=routeTask.jspx&bpmWorklistRequestInfo=requestInfo.jspx&bpmWorklistSecurity=signTask.jspx&tz=America%2FChicago&lg=en&cy=US&vr=&dispNameLg=en&dispNameCy=US&dispNameVr=&df=medium&dt=both&tf=short&bpmWorklistSessionTimeoutInterval=1500&bpmBrowserWindowStatus=taskFlowReturn&adf.tfDoc=%2FWEB-INF%2FManualPOApproval_TaskFlow.xml&adf.tfId=ManualPOApproval_TaskFlow&_task-flow-return=http%3A%2F%2Flocalhost%3A8001%2Fintegration%2Fworklistapp%2Ffaces%2Fadf.task-flow-return%3F_adf.ctrl-state%3Dbcqg1x7gm_49&_adf.winId=bcqg1x7gm_40&_afrLoop=4624989043858&_afrWindowMode=0&_afrWindowId=null HTTP/1.1" 200 5478
    =====snippet ends======
    Thanks for any assistance!
    MichaelM

    Resolved by disabling pop-up blocking in IE8.

  • Not able to access human task form (11.1.1.4)

    I installed SOA Suite with BPM Suite 11.1.1.4. I ran into quite a few issues. The biggest one is I am not able to access the human task form in BPM workspace even for the new application created in 11.1.14.
    Do you have such issue? I am not sure if it is a bug or is related to my specific installation. I followed the document “Quick Start Guide for Oracle® SOA Suite 11gR1 (11.1.1.4.0) Version 1.6” for the installation. The only difference is that I installed the generic version of WebLogic and JDev and configured them to use JDK 64-bit version since my OS is windows 7 (64-bit). Before, I had installed 11.1.1.3 with 64-bit and it was working fine. The only tool installed with 32-bit is the JDev 11.1.1.3. Since JDev 11.1.1.4 is supporting 64-bit, I installed everything with 64-bit for this time.
    The details of the error are the following:
    With JDev 11.1.1.4, I created a new application which has a simple BPM process with 3 flow objects: start event-user activity-end event. The human task has the auto-generated task form. I deployed the application to the SOA server.
    When testing the application, the task was created and listed in the BPM workspace. But when I clicked the task link to open the task form, the web page was hanging. I noticed the following log was REPEATED again and again in the access.log:
    140.98.125.168 - - [20/Apr/2011:10:28:08 -0400] "GET /workflow/TestpsUI/faces/adf.task-flow?bpmWorklistTaskId=2a5b4ad1-823f-4615-8a7e-c5449a7be814&bpmWorklistContext=12aa4934-991a-487c-b7f3-5159808c399a%3B%3BtbcZXSd1E1LVZv8OIaLZGd21meLUMNkYSMsmz60kNKoEaJ1N53wy3zyRYA%2BunyKF9UNi50fPHKtaXY6IqKbh%2Fu68WebTan3zCwGsUNmNMaw8aLEygS5qb2cOGx2qGal86F%2FgiRka874PYLXhohFdDPCQyoxre2p7IgpsloLHq2rh7T3zWGnyOjLdC7Qw0Geb20Kfp8XA2UUIoxaxTHS6YFPQqqs%2FzIkyEsgMNQJMDbYYGdceRL2sT8rMkBXpmQ0r&bpmWorklistHttpURL=http%3A%2F%2Flocalhost%3A7001%2Fbpm%2Fworkspace%2Ffaces&bpmWorklistHome=home.jspx&bpmWorklistReassign=reassignTask.jspx&bpmWorklistRoute=routeTask.jspx&bpmWorklistRequestInfo=requestInfo.jspx&bpmWorklistSecurity=signTask.jspx&tz=America%2FNew_York&lg=en&cy=US&vr=&dispNameLg=en&dispNameCy=US&dispNameVr=&df=medium&dt=both&tf=short&bpmWorklistSessionTimeoutInterval=900&soaUrl=http%3A%2F%2F140.98.125.168%3A7001&bpmBrowserWindowStatus=taskFlowReturn&adf.tfDoc=%2FWEB-INF%2FHumantask_TaskFlow.xml&adf.tfId=Humantask_TaskFlow&_task-flow-return=http%3A%2F%2Flocalhost%3A7001%2Fbpm%2Fworkspace%2Ffaces%2Fadf.task-flow-return%3F_adf.ctrl-state%3De1i6yi1gq_35&_adf.winId=e1i6yi1gq_26&_afrLoop=7156779026094&_afrWindowMode=0&_afrWindowId=null HTTP/1.1" 200 5478
    Please help if you know what is going on for the issue.
    Thanks a lot,
    Helen

    Go to OEM, select the SOA Composite application you deployed.
    Under Component Metrics … click the link of the Human Workflow Component that you have the issue
    The settings of the Human Workflow Component would be displayed
    Click the Administration tab, you will get the URI setting for the human task
    update the Host name etc. as you want and click "OK" then click "Apply"
    Please note: this is just a shortcut for my own dev-env. I have not got the time to figure out why this happens. It is sure not the right solution for the production if we have the issue in the prod-env, I think.

  • Missing Outcomes for Human Task in Auto-Generated ADF Project

    Hi
    I am using SOA Suite 11g (11.1.1.5) and have created a Human Task in my composite application and then auto-generated the appropriate task form using the wizard which has been successful and created the ADF project.
    My task has 3 outcomes the responses of which are then mapped out in the BPEL process.
    When the human task is raised it puts a notification in the BPM worklist as expected however the 'Actions' list on the notification is blank? I was expecting there to be 3 values in the Actions list one for each of my outcomes.
    I have tried re-building the ADF project from scratch from the task flow but still no joy.
    I have not changed the ADF project over its default.
    My next step is to look into the binding on the Actions picklist but I thought this was standard functionality and that the wizard handled this at the point of form generation.
    Any assistance greatly appreciated.

    Hi
    User error.
    I had sent the task to a group rather than a user. Before the task outcomes will display in the ADF page a user must first claim the notification using the 'Claim' button. On re-selecting the notification the task outcomes display as buttons.

  • Payload on Human Task and Task Form

    Hi all,
    I have implemented a simple BPM process on Oracle BPM 11g suite, that it calls a human task activity. The payload, for this activity, is a Data Object (related to external XSD) and it is editable via worklist. The user interface for this Human Task implementation is generated automatically through Auto-Generate actions without any customization.
    The application has been deployed successfully from JDev, but when I open the task by Workspace, I see all fields of payload in read-only mode, so I cannot edit nothing in the task form.
    Please let me know what could be the problem.
    Thanks,
    Paolo

    Are you using ps2 (11.1.1.3)? There was an issue where initiator human task activities that had parameters that were complex types needed to have the Data Object initialized via a script activity, or the fields could not be edited in the task from.
    There's an example of how to use the script in the SalesQuoteDemo. Basically you use the oraext:parseXML() function to create an initialized version of the Data Object and assign it to the Data Object in a script activity that's placed before the Initiator Human Activity. It can also be used to set defaults if needed. Here's a snippet of the expression from the SalesQuoteDemo.
    oraext:parseXML('<ns1:QuoteRequest xmlns:ns1="http://www.mycompany.com/ns/salesquote"><ns1:Summary>....</ns1:Summary<ns1:QuoteRequestStatus/></ns1:QuoteRequest>')

  • How BPEL refers to human task form application during runtime ?

    Hi All,
    I have worked on coulple of 10g BPEL human tasks and I remember '.tform' file used to capture
    task display jsp application url
    content of tform file
    <template>${http_url}/${domain_id}/BPEL_PROCESS/1.0/Task Form/Task Form.jsp</template>
    I am looking for help on how same is achieved in 11g
    in Nutshell,
    How does 11g bpel knows which task form it has to invoke?
    Thanks,
    Praveen

    Hi Praveen
    If you already have a bpm/bpel application in soa 11g, open that in JDeveloper and serach for the file named hwtaskflow.xml. This file will be under your taskforms project -> Application Sources.
    In JDev, for each human task, there is a .task file generated with payload details, actions that task is allowed etc. We can generate taskform for this .task using autogenerte or custom. Either way the above file will have the details like the association of the actual Task and correspond taskform jspx file. If you are familiar with the ADF architecture like bindings you can understand much better.
    In EM console, click on the workflow file that is deployed under your soa_doamin. On right side, you will see list of all the human tasks and click on any human task. You will see the uri for that task. This is the reference for the deployed composite for that task. Now the above .xml file will have the exact human task name with additional information like which pageflow defintion file to invoke. All the pageflows xml files are under your taskforms\web-inf folder.
    See the below link for more details:
    http://download.oracle.com/docs/cd/E21764_01/integration.1111/e10224/bp_designtf.htm#CHDIFHIJ
    see the section named "28.3.3 What Happens When You Create an ADF Task Flow Based on a Human Task".
    Thanks
    Ravi Jegga

  • Classes generated for Human Task UI

    Hi All,
    I created ADF UI out of a human task (using Automatically generate form option). After generating, I can see lot of .xml files under the HumanTaskForm package, in the newly generated project. I would like to know the way in which these classes (Java Bean) are generated under the HumanTaskForm package.
    Also, when I update some values in the UI page at runtime, I am able to see the change , in the response message of the HumanTask. I would like to know, from where the binding information come from, for those UI components, so that they are able to update!
    Kindly give me some good documents that would explain me regarding the bean classes generated for HumanTask.
    When I searched for the same, I could get the documents regarding the configuration of Human Task only. I need information regarding the Bean classes for Human Task.
    Thanks,
    Sabarisri. N

    Please post on the Jdeveloper and ADF Forum where you will get more help
    JDeveloper and ADF

  • Create reusable BPM Human Task Form across Projects

    Hi,
    I have a challange in my project. I have a BPM application with many BPM process inside, and each BPM process has its own human tasks. Is easy for each HT create a form in a jspx file, for that an independent project is created.
    The challange is: most of the HT payload is just informative, and it is wanted to be shown in most of the HT across the application so, what do you suggest me to do, in order to avoid reorganize a form every time I create it with "Autogenerate Form" or "Launch Create Form Wizard" options in the HT?. With reorganize a form I mean: put this label here, change this to read-only, change the layout, etc...
    Thank you!
    AAPDL

    Hi,
    its best to post this question to the SOA forum. The answer on this forum would be to use a  page template, a parametrized bounded task flow and then add the bounded task flow to each page that has the template. However, the task flow in the HT case is generated, which means that you re-build it all the time (meaning you don't work with the same task flow but multiple). If you know how to just use the HT API to access the information to display, you could write a generic bounded task flow for this. Check on the SOA forum if they can come up with a template approach for your use case.
    Frank

Maybe you are looking for