Suicide .... TaskQueryService.getTaskDetailsById     S.O.S

What hell is that !!!! please ??
java.lang.NullPointerException
at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDetailsById(TaskQueryService.java:435)
at completeTask.jspService(_completeTask.java:95)
at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].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[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
.java:711)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
.java:368)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
.java:866)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
.java:448)

Hi again , i made some changes ..my code try to get the new context
IWorkflowContext ctx2 = wfSvcClient.getTaskQueryService().authenticate("bpeladmin","welcome1",
null , null);
and i have this error ...
userTaskSampleUI: Servlet error
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.get(ArrayList.java:321)
at java.util.Collections$UnmodifiableList.get(Collections.java:1155)
at completeTask.jspService(_completeTask.java:120)
at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].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)

Similar Messages

  • OutOfMemoryError when calling TaskQueryService.getTaskDetailsById

    Hi
    With the BPEL 10.1.3.3 SOA edition, we recently started getting "OutOfMemoryError: Requested array size exceeds VM limit", when we try to get the taskdetails for a specific Humantask. Can some one shed light on where can we find more info about this error in the logs or what is causing this issue?
    one other thing we noted is that if i change the state from "ASSIGN" to "ASSIGN1" i'm able to do the getTaskDetailsById successfully, even the payload. So that eliminates issue with payload.
    All help is appreciated..
    Thanks
    Sam

    Hi
    This was not due to the Memory, the issue was resolved once the order of the bpel libraries changed. It looks like some class was not properly loaded.
    before
    xml.jar
    wsclient_extended.jar
    xmlparserv2.jar
    after
    xml.jar
    xmlparserv2.jar
    wsclient_extended.jar
    Thanks
    Sam

  • BPEL custom human task form

    Hi , i try to run the userTaskSampleUI , but the displaytask.jsp throw that exception , you have any idea for this exception ???
    Thanks
    java.lang.NullPointerException
    at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDetailsById(TaskQueryService.java:435)
    at displayTask.jspService(_displayTask.java:99)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].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[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:711)

    Responded to your other post Suicide .... TaskQueryService.getTaskDetailsById     S.O.S

  • Retriving Comments From a Task in BPM Problem

    Hi everyone,
    We are using the below code to add a comment to a Task.
    task = this.taskQueryService.getTaskDetailsById(this.contextBehalf, taskId);
    task = this.taskService.addComment(this.contextBehalf, task, commentText);
    this.taskService.updateTask(this.contextBehalf, task);
    But after this operation is finished, only the user that commented can get the task, i.e. only the users that posted the comment can see their comments, not everyone. Is there something I am doing wrong with this code?
    Thanks!

    Hi again,
    This problem continues, and now I am facing another problem. (We are using version 11.1.1.4 ps3)
    When we deploy a BPM project, we choose all of the actions the Default Performer can do.
    http://imgur.com/6IDlR.png
    But in the Worklist screen, those choices don't come. (adhoc, delete, etc.)
    http://imgur.com/T0r39.png
    Plus the admin, approver, creator, etc. choice boxes doesn't seem to be selectable.
    Any one got any idea?

  • Enquiry - Task parameters for human tasks

    Hello,
    I am trying to create a simple process for an approval process. screenshot
    I am trying to create a User task (Approval), in which I plan to pass in a Task Parameter of type Integer named "ageIn". This parameter will be used to decide upon which path to take later via an Exclusive Gateway (Approved?).
    I have defined the task parameter as shown here.
    I then tried to update the task's payload via Java using JAX-WS as follows:
    Task task = null;
              try {
                   task = taskQueryService
                             .getTaskDetailsById(taskDetailsByIdRequestType);
              } catch (Exception e1) {
                   out.write("error!");
                   return;
         Document document = XmlUtils.createDocument();
              Element payloadElem = document.createElementNS(
                        "http://xmlns.oracle.com/bpel/workflow/task", "payload");
              Element ageElem = document.createElementNS(
                        "http://www.w3.org/2001/XMLSchema#integer", "ageIn");
              ageElem.appendChild(document.createTextNode("99"));
              payloadElem.appendChild(ageElem);
              document.appendChild(payloadElem);
              task.setPayload(payloadElem);
              TaskServiceContextTaskBaseType aaa = new TaskServiceContextTaskBaseType();
              aaa.setWorkflowContext(workflowContextType);
              aaa.setTask(task);
              Task task2 = null;
              try {
                   task2 = taskService.updateTask(aaa);
              } catch (StaleObjectFaultMessage e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();
              } catch (WorkflowErrorMessage e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();
    // update task outcome
              UpdateTaskOutcomeType updateTaskOutcomeType = new UpdateTaskOutcomeType();
              updateTaskOutcomeType.setOutcome("REJECT");
              updateTaskOutcomeType.setWorkflowContext(workflowContextType);
              updateTaskOutcomeType.setTask(task2);
              // updateTaskOutcomeType.setTaskId(taskId);
              try {
                   taskService.updateTaskOutcome(updateTaskOutcomeType);
                   out.write("Approved!");
              } catch (Exception e) {
                   String message = e.toString();
                   if (e instanceof com.oracle.xmlns.bpel.workflow.taskservice.WorkflowErrorMessage) {
                        com.oracle.xmlns.bpel.workflow.taskservice.WorkflowErrorMessage wem = (com.oracle.xmlns.bpel.workflow.taskservice.WorkflowErrorMessage) e;
                        message = wem.getFaultInfo().getFaultInfo();
                   out.write("Error - " + message);
    However, when I looked at the process instance via Enterprise Manager, I found that the process's status has been SUSPENDED. screenshot
    Here is the payload XML for the offending trace:
    <auditQueryPayload auditId="164000" ciKey="70019">
    <dataState>
    <dataObject name="age" isBusinessIndicator="false">
    <value> <age xmlns:def="http://www.w3.org/2001/XMLSchema" ns0:type="def:int" xmlns:ns0="http://www.w3.org/2001/XMLSchema-instance">0</age> </value>
    </dataObject>
    <dataObject name="verdict" isBusinessIndicator="false">
    <value> <verdict xmlns:def="http://www.w3.org/2001/XMLSchema" ns0:type="def:string" xmlns:ns0="http://www.w3.org/2001/XMLSchema-instance"/> </value>
    </dataObject>
    <dataObject name="FaultMessage" isBusinessIndicator="false">
    <value> oracle.bpm.bpmn.engine.model.runtime.microinstructions.TrappableException: faultName: {{http://schemas.xmlsoap.org/ws/2003/03/business-process/}uninitializedVariable} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} cause: {XPath expression failed to execute. An error occurs while processing the XPath expression; the expression is bpmn:getDataOutput('ageIn'). The XPath expression failed to execute; the reason was: ORABPEL-77005 Uninitialized data element. DataOutput ageIn is not initialized in flow element Approval. Make sure to initialize DataOutput ageIn before using it in flow element Approval. Contact oracle support to resolve the issue. . Check the detailed root cause described in the exception message text and verify that the XPath query is correct. } </value>
    </dataObject>
    </dataState>
    </auditQueryPayload>
    Here are my data associations for the "Approval" task:
    [https://dl.dropbox.com/u/22482565/images/4.PNG]
    [https://dl.dropbox.com/u/22482565/images/5.PNG]
    I am using JDeveloper 11.1.1.6.0.
    Can anybody help me on this? Thanks!
    Edited by: user1657693 on 03-Jul-2012 20:24

    how to make the request? is using createProcessInstanceTask in IInstanceManagementService API or other way?
    cheers

  • Problems with loading of instances in the workspaces and error in weblogic

    Hi all
    Is this a problem with a project in production
    from one day to another, there are loading the bodies and there is an error in the weblogic console and the following:
    ####<07/19/2011 12:30:24 PM COT> <Error> <oracle.soa.services.notification> <ATHENA> <soa_server1> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-394EBF9023200ADF1072> <265a3d8181bb76ab:-2246f01d:13142d21137:-7ffc-000000000000001b> <1311096624856> <BEA-000000> <<oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.onMessage> Error for message ID 265a3d8181bb76ab:-5d09d078:13119e8ae87:-7b9e ERROR MESSAGE : ;
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Compruebe la excepción subyacente y la información de conexión a la base de datos. Si el error persiste, póngase en contacto con los Servicios de Soporte Oracle.
    Connection closed;
    >
    ####<07/19/2011 12:30:24 PM COT> <Error> <oracle.soa.services.workflow.persistency> <ATHENA> <soa_server1> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-3999BF9023200ADF1072> <265a3d8181bb76ab:-2246f01d:13142d21137:-7ffc-000000000000001b> <1311096624896> <BEA-000000> <<.> Error al consultar los metadatos de la tarea de flujo de trabajo.
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Compruebe la excepción subyacente y la información de conexión a la base de datos. Si el error persiste, póngase en contacto con los Servicios de Soporte Oracle.
    ORABPEL-30257
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Compruebe la excepción subyacente y la información de conexión a la base de datos. Si el error persiste, póngase en contacto con los Servicios de Soporte Oracle.
         at oracle.bpel.services.workflow.repos.driver.WFTaskMetadata.getTaskMetadata(WFTaskMetadata.java:244)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getTaskMetadata(PersistencyService.java:821)
         at oracle.bpel.services.workflow.task.impl.WorkflowUtil.localGetTaskMetadataByNS(WorkflowUtil.java:4427)
         at oracle.bpel.services.workflow.task.impl.WorkflowUtil.getTaskMetadataByNS(WorkflowUtil.java:4382)
         at oracle.bpel.services.workflow.runtimeconfig.impl.RuntimeConfigService.getTaskDisplayInfo(RuntimeConfigService.java:1578)
         at sun.reflect.GeneratedMethodAccessor1111.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.bpel.services.workflow.common.WorkflowServiceCacheEventAdvice.invoke(WorkflowServiceCacheEventAdvice.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.workflow.test.workflow.ExceptionTestCaseBuilder.invoke(ExceptionTestCaseBuilder.java:155)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy245.getTaskDisplayInfo(Unknown Source)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDisplayInfo(TaskQueryService.java:2336)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.addOptionalInformationOrRemoveTaskDetails(TaskQueryService.java:3875)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.addDetailsOptionalInformation(TaskQueryService.java:4214)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDetailsById(TaskQueryService.java:1647)
         at sun.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.bpel.services.workflow.common.WorkflowServiceCacheEventAdvice.invoke(WorkflowServiceCacheEventAdvice.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.workflow.test.workflow.ExceptionTestCaseBuilder.invoke(ExceptionTestCaseBuilder.java:155)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.common.dms.MethodEventAspect.invoke(MethodEventAspect.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.common.dms.MethodPhaseEventAspect.invoke(MethodPhaseEventAspect.java:82)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy249.getTaskDetailsById(Unknown Source)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.addAttachmentBodyPartsInTransaction(TaskNotifications.java:1489)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.addAttachmentBodyParts(TaskNotifications.java:1475)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.getEmailPayload(TaskNotifications.java:1228)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.sendEmailNotification(TaskNotifications.java:834)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.notifyForTaskInternal(TaskNotifications.java:547)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.notifyForTask(TaskNotifications.java:396)
         at oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.deliverNotification(MDBTaskNotificationConsumer.java:214)
         at oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.onMessage(MDBTaskNotificationConsumer.java:128)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.sql.SQLException: Connection closed
         at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:197)
         at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:68)
         at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:93)
         at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:480)
         at oracle.bpel.services.workflow.repos.driver.WFTaskMetadata.getTaskMetadata(WFTaskMetadata.java:231)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getTaskMetadata(PersistencyService.java:821)
         at oracle.bpel.services.workflow.task.impl.WorkflowUtil.localGetTaskMetadataByNS(WorkflowUtil.java:4427)
         at oracle.bpel.services.workflow.task.impl.WorkflowUtil.getTaskMetadataByNS(WorkflowUtil.java:4382)
         at oracle.bpel.services.workflow.runtimeconfig.impl.RuntimeConfigService.getTaskDisplayInfo(RuntimeConfigService.java:1578)
         at sun.reflect.GeneratedMethodAccessor1111.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.bpel.services.workflow.common.WorkflowServiceCacheEventAdvice.invoke(WorkflowServiceCacheEventAdvice.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.workflow.test.workflow.ExceptionTestCaseBuilder.invoke(ExceptionTestCaseBuilder.java:155)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy245.getTaskDisplayInfo(Unknown Source)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDisplayInfo(TaskQueryService.java:2336)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.addOptionalInformationOrRemoveTaskDetails(TaskQueryService.java:3875)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.addDetailsOptionalInformation(TaskQueryService.java:4214)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDetailsById(TaskQueryService.java:1647)
         at sun.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.bpel.services.workflow.common.WorkflowServiceCacheEventAdvice.invoke(WorkflowServiceCacheEventAdvice.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.workflow.test.workflow.ExceptionTestCaseBuilder.invoke(ExceptionTestCaseBuilder.java:155)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.common.dms.MethodEventAspect.invoke(MethodEventAspect.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.common.dms.MethodPhaseEventAspect.invoke(MethodPhaseEventAspect.java:82)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy249.getTaskDetailsById(Unknown Source)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.addAttachmentBodyPartsInTransaction(TaskNotifications.java:1489)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.addAttachmentBodyParts(TaskNotifications.java:1475)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.getEmailPayload(TaskNotifications.java:1228)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.sendEmailNotification(TaskNotifications.java:834)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.notifyForTaskInternal(TaskNotifications.java:547)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.notifyForTask(TaskNotifications.java:396)
         at oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.deliverNotification(MDBTaskNotificationConsumer.java:214)
         at oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.onMessage(MDBTaskNotificationConsumer.java:128)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    I have no idea why this happening.
    weblogic has restarted, the SOA component, the server athena, has deployed the project again and does not work
    anyone can help me

    Hola Alexis
    Speak Spanish?
    Well, you need just the settings? that no such display
    This version is 11g, exactly 11.1.1.2
    Bueno, que necesitas exactamente de la configuracion? por que no se como mostralas
    La version es 11g, exactamente 11.1.1.2
    Saludos

  • Resource bundle in the task definition

    Hi all,
    I'm trying to assign my own resource bundle to a human task definition like specified in the developer doc (http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/workflow.htm#BABDFDHC).
    The documentation is not clear at all on what exactly we have to provide on this mask:
    - a .properties files?
    - a class name ?
    If somebody knows how to do it, could you please give me a hint?
    Thank you very much!
    Nicolas

    (sorry for the long post)
    I did the following test:
    1) I ve implemented 2 classes extending java.util.ListResourceBundle:
    package com.imtf.bpm.resources;
    import java.util.ListResourceBundle;
    public class MyResourceBundle extends ListResourceBundle {
    public MyResourceBundle() {
    protected Object[][] getContents() {
    return contents;
    static final Object[][] contents =
    {"APPROVE","Approve"},
    {"REJECT","Reject"},
    and the french corresponding class:
    package com.imtf.bpm.resources;
    import java.util.ListResourceBundle;
    public class MyResourceBundle_fr_CH extends ListResourceBundle {
    public MyResourceBundle_fr_CH() {
    protected Object[][] getContents() {
    return contents;
    static final Object[][] contents =
    {"APPROVE","Approver"},
    {"REJECT","Rejeter"},
    2) Added "com.imtf.bpm.resources.MyResourceBundle" in Task Definition -> Advenced Settings -> Configure resources -> Resource Name
    3) I've put my 2 Resources class in the $BPEL_HOME/system/classes to be available by the server at runtime (more precisely, according to my package name, it's $BPEL_HOME/system/classes/com/imtf/bpm/resources/)
    4) Deployed the workflow, and initiated it
    5) Checked the result in the Oracle Worklistapp, but after login an exception occurs on the server console:
    07/10/30 14:08:46 java.util.MissingResourceException: Can't find bundle for base name com.imtf.bpm.resources.MyResourceBundle, locale fr_CH
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:699)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getResourceBundle(TaskMetadataCache.java:555)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataCache.getResourceBundle(TaskMetadataCache.java:469)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getResourceBundle(TaskMetadataService.java:574)
    at oracle.bpel.services.workflow.metadata.impl.TaskMetadataService.getOutcomes(TaskMetadataService.java:348)
    at oracle.bpel.services.workflow.verification.impl.VerificationService.getTaskCustomActions(VerificationService.java:1535)
    at oracle.bpel.services.workflow.verification.impl.VerificationService.addPermissibleTaskActions(VerificationService.java:995)
    at oracle.bpel.services.workflow.query.impl.TaskQueryService.addOptionalInformation(TaskQueryService.java:1013)
    at oracle.bpel.services.workflow.query.impl.TaskQueryService.addDetailsOptionalInformation(TaskQueryService.java:1042)
    at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDetailsById(TaskQueryService.java:453)
    at worklistapp.servlets.TaskDetails.handleRequest(TaskDetails.java:87)
    at worklistapp.servlets.BaseServlet.doGet(BaseServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    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)
    It seems that my classes are not seen by the classLoader...but strangely it's in the classpath...
    could someone help me ?
    thanks!
    Nicolas

  • TaskQueryService Performance is very Slow

    Hi All,
    I am using TaskQueryService to query task from BPM workList app.
    The performance of the app is very slow.
    For retrieving 200 tasks from the WorkList App it is consuming around 5 seconds, which is very slow.
    For the above i had removed payload and requesting for only basic info as shown in the code.
    I am using Remote Ejb's for the invocation.
    For getting the IWorkFlowContext it is taking negligible time, which includes authentication.
    In the below code snippet i am invoking the querytask() multiple times so that the time used to create ITaskQueryService is negated. I am only looking at the performance after the first invocation. The subsequent invocations are better by .5 secs which is the time taken to create ITaskQueryService .
    List<ITaskQueryService.OptionalInfo> optionalInfo =
    new ArrayList<ITaskQueryService.OptionalInfo>();
    //optionalInfo.add(ITaskQueryService.OptionalInfo.PAYLOAD);
    optionalInfo.add(ITaskQueryService.OptionalInfo.GROUP_ACTIONS);
    optionalInfo.add(ITaskQueryService.OptionalInfo.CUSTOM_ACTIONS);
    optionalInfo.add(ITaskQueryService.OptionalInfo.ALL_ACTIONS);
    optionalInfo.add(ITaskQueryService.OptionalInfo.ATTACHMENTS);
    optionalInfo.add(ITaskQueryService.OptionalInfo.COMMENTS);
    optionalInfo.add(ITaskQueryService.OptionalInfo.SHORT_HISTORY);
    Predicate predictAll = new Predicate(TableConstants.WFTASK_STATE_COLUMN, Predicate.OP_EQ, IWorkflowConstants.TASK_STATE_ASSIGNED);
    //Predicate predictAll = new Predicate(TableConstants.WFTASK_STATE_COLUMN, WorkflowConstants.TASK_STATE_ASSIGNED);
    // Predicate predictAll = null;
    if (null != category) {
    Predicate predictCat =
    new Predicate(TableConstants.WFTASK_CATEGORY_COLUMN,
    Predicate.OP_EQ, category);
    predictAll = new Predicate(predictAll, Predicate.AND, predictCat);
    if (null != title) {
    Predicate predictTitle =
    new Predicate(TableConstants.WFTASK_TITLE_COLUMN,
    Predicate.OP_EQ, title);
    predictAll =
    new Predicate(predictAll, Predicate.AND, predictTitle);
    Ordering ordering =
    new Ordering(TableConstants.WFTASK_CREATEDDATE_COLUMN, true, true);
    ordering.addClause(TableConstants.WFTASK_PRIORITY_COLUMN, true, true);
    // int count = this.getTaskQueryService().countTasks(this.getWorkFlowContext(userName), filter, null, predictAll);
    // System.out.println(" the total count is : " + count);
    ITaskQueryService taskService = this.getTaskQueryService();
    List<Task> t = null;
    for (int i =0; i < 5 ; i ++) {
    Long startt1 = System.currentTimeMillis();
    t = taskService.queryTasks(this.getWorkFlowContext(userName),
    null,
    optionalInfo, filter,
    null, predictAll,
    ordering, 0, 10);
    Long startt2 = System.currentTimeMillis();
    Regards,
    Nagesh

    Hello, see how many of these you can answer...
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    In the Memory tab, are there a lot of Pageouts?

  • Issue in invoking authenticate method of TaskQueryService(thru web service)

    Hi,
    I am running the latest version of SOA (11.1.1.4).I am trying the get the IWorkflowContext through authenticate method exposed by Task Query Service (http://<host>:<port>/integration/services/TaskQueryService/TaskQueryService?WSDL) I tried testing the web service from the browser and getting the following error.
    <b>Input XML Message
    =============</b>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <soap:Header>
              <wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
                   <wsse:UsernameToken>
                        <wsse:Username>weblogic</wsse:Username>
                        <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">weblogic1</wsse:Password>
                   </wsse:UsernameToken>
              </wsse:Security>
         </soap:Header>
         <soap:Body xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/common">
    <ns1:credential>
    <ns1:login>weblogic</ns1:login>
    <ns1:password>weblogic1</ns1:password>
    <ns1:identityContext>jazn.com</ns1:identityContext>
    <ns1:onBehalfOfUser></ns1:onBehalfOfUser>
    </ns1:credential>
    </soap:Body>
    </soap:Envelope>
    <b>Output XML Message
    ==============</b>
    <env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
         <env:Header/>
         <env:Body>
              <env:Fault>
                   <faultcode>env:env:Receiver</faultcode>
                   <faultstring/>
                   <faultactor/>
                   <detail>
                        <taskQueryServiceFaultResponse xmlns="http://xmlns.oracle.com/bpel/workflow/taskQueryService">
                             <message xmlns="http://xmlns.oracle.com/bpel/workflow/taskQueryService">
                                  <b>ORA-30501:Error in authenticating user.
                                  Error in authenticating and creating a workflow context for user weblogic.
                                  Verify that the user credentials and identity service configurations are correct. </b>
                             </message>
                        </taskQueryServiceFaultResponse>
                   </detail>
              </env:Fault>
         </env:Body>
    </env:Envelope>
    Can someone help me in identifying the issue here? Is there any configurations to be done. Tried the same from Java API and it is working fine.
    Thanks in Advance...!!!
    Arul
    Note: I tried using the authenticateUser through the web service exposed by Identity Service (http://host:port/integration/services/IdentityService/identity?WSDL). I am able to invoke it and get a response without any errors with the same details.

    Resolved. You need to pass different user for the header and the payload. Sample payload for reference.
    Input
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <soap:Header>
              <wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
                   <wsse:UsernameToken>
                        <wsse:Username>testuser</wsse:Username>
                        <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">weblogic1</wsse:Password>
                   </wsse:UsernameToken>
              </wsse:Security>
         </soap:Header>
         <soap:Body xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/common">
              <ns1:credential>
                   <ns1:login>weblogic</ns1:login>
                   <ns1:password>weblogic1</ns1:password>
                   <ns1:identityContext>jazn.com</ns1:identityContext>
              </ns1:credential>
         </soap:Body>
    </soap:Envelope>
    Output
    <env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
         <env:Header/>
         <env:Body>
              <workflowContext
    xmlns="http://xmlns.oracle.com/bpel/workflow/common">
                   <credential>
                        <login>testuser</login>
                        <identityContext>jazn.com</identityContext>
                   </credential>
                   <token>86082d60-b680-4d01-a7df-e5d65f960e1b;;RJyrRqmZYWuhtR461ceGRVsrByUVLPRZFY184usAAiLUJh8wnHfPw3kXlQRFizmtZoH793j2BDt8LKyF1W6U65fiKUx5BIzVJOfz2mU6iTrBe9uskaBKiD+LKFtPYCrki+yFUV2RwM+5ITckanBKhHcQuXtsmkUuCnSj+KbYmTEBKDSg/s0eBuGoP5rJzXiRxb6LZWmAtuXrjHrR/3TCKRe9JufhgL+n8mDPzypp4KtO9QhOP49IXF/DSDMkC/hy</token>
                   <locale>en_US#en_US</locale>
                   <timeZone>Asia/Calcutta</timeZone>
              </workflowContext>
         </env:Body>
    </env:Envelope>
    Note: You need to UnCheck "Include In Message" checkbox for all input fields for which you did not provide any value

  • MacOSX 10.4.11 Combo Update (PPC):IMPOSSIBLE; I NEED "TIPS" FOR MY SUICIDE!

    For the last 4 weeks, day after day, i try to update, but it s totaly impossible!
    I have set my IMac 10.4.6 PPC perfectly (energie saving off, automatic update download on, all keys acces open, etc., ...), but even if its seems to work, nothing appenend!!!
    *(?&%&#$?#%*&&?#?#@$!!!
    What's that new Apple mixed-up again...?
    Also, my sofware update history only shows mars 2008 an before history update list !
    Save a life! Help me please.
    PS IF THERE'S ANY ONE WHO CAN GIVE ME TIPS AND RECEPICES FOR MY SICK OF MAC SUICIDE, PLEASE WRITE ME (before october 31 2009 Holloween day...After, it's gone be to late and useless!)
    Sickofmac (french Montreal)

    Just to add to BDAqua's excellent advice:
    There are no guarantees, but following this procedure when installing updates and upgrades on your Mac, or even re-installing them, will go a long way towards avoiding unpleasant after effects and ‘post-update stress disorder’.
    It is also worth noting that it is an extreme rarity for updates to cause upsets to your system, as they have all been extensively beta-tested, but they may well reveal pre-existing ones, particularly those of which you may have been unaware. If you are actually aware of any glitches, make sure they are fixed before proceeding further.
    So before you do anything else:
    If you can, make a full backup first to an external hard disk. Ideally you should always have a bootable clone of your system that enables you to revert to the previous pre-update state.
    Turn off sleep mode for both screen and hard disk.
    Disconnect all peripherals except your keyboard and mouse.
    1. Repair Permissions (in Disk Utility)
    2. Verify the state of your hard disk using Disk Utility. If any faults are reported, restart from your install disk (holding down the C key), go to Disk Utility, and repair your startup disk. Restart again to get back to your startup disk.
    At least you can now be reasonably certain that your system does not contain any obvious faults that might cause an update/upgrade to fail.
    3. Download the correct version of the COMBO update from the Apple download site. If your car runs on gasoline you would not want to fill the tank with diesel, so don’t try to install the PPC updater on an Intel Mac!
    The 10.4.11 Combo Updater for PPC Macs is here: http://support.apple.com/downloads/MacOS_X_10_4_11_Combo_Update__PPC
    And for Intel Macs: http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx10411comboupdat eintel.html
    If you prefer to download updates via Software Update in the Apple menu (which would ensure that the correct version for your Mac was being downloaded), it is not recommended to allow SU to install major (or even minor) updates automatically. Set Software Update to just download the updater without immediately installing it. There is always the possibility that the combined download and install (which can be a lengthy process) might be interrupted by a power outage or your cat walking across the keyboard, and an interrupted install will almost certainly cause havoc. Once it is downloaded, you can install at a time that suits you. You should make a backup copy of the updater on a CD in case you ever need a reinstall.
    Full details about the 10.4.11 update here: http://support.apple.com/kb/TA24901?viewlocale=en_US
    More information on using Software Updater here:
    http://support.apple.com/kb/TA24901?viewlocale=en_US
    Using the Combo updater ensures that all system files changed since the original 10.4.0 are included, and any that may have been missed out or subsequently damaged will be repaired. The Delta updater, although a temptingly smaller download, only takes you from the previous version to the new one, i.e. for example from 10.4.10 to 10.4.11. Software Update will generally download the Delta updater only. The preferable Combo updater needs to be downloaded from Apple's download site.
    Now proceed as follows:
    4. Close all applications.
    5. Unplug all peripherals except your keyboard and mouse.
    6. Install the update/upgrade. Do not under any circumstances interrupt this procedure. Do not do anything else on your computer while it is installing. Be patient.
    7. When it ask for a restart to complete the installation, click restart. This can take longer than normal, there are probably thousands of files to overwrite and place in the correct location. Do nothing while this is going on.
    8. Once your Mac is awake, repair permissions again, and you should be good to go!
    If your Mac seems slightly sluggish or ‘different’, perform a second restart. It can’t hurt and is sometimes efficacious!
    9. Open a few of your most used applications and check that all is OK. In this connection please remember that not all manufacturers of third party applications and plug-ins, add-ons, haxies etc, will have had time to do any necessary rewrites to their software to make them compliant with the latest version of your operating system. Give them a weeks or two while you regularly check their websites for updates. This applies particularly to plug-ins for Safari 3.
    N.B. Do not attempt to install two different updates at the same time as each may have different routines and requirements. Follow the above recommendations for each update in turn.
    Lastly, Apple's own article on the subject of Software Update may also be useful reading:
    http://docs.info.apple.com/article.html?artnum=106695
    If you are updating Safari (or just have):
    Input Managers from third parties can do as much harm as good. They use a security loophole to reach right into your applications' code and change that code as the application starts up. If you have installed an OS update and Safari is crashing, the very first thing to do is clear out your InputManagers folders (both in your own Library and in the top-level /Library), log out and log back in, and try again.
    So, disable all third party add-ons before updating Safari, as they may not have been updated yet for the new version. Add them back one by one. If something goes awry, remove it again and check on the software manufacturer's website for news of an update to match your version of Safari. Remember: Tiger up to 10.4.10 used Safari 2.0.4 or, if you downloaded it, Safari 3.0.3 beta. Safari 10.4.11 used Safari 3.0.4 which was not a beta. If Safari 3.1.2 on 10.4.11 is not the fastest browser you have ever used, then something is wrong!
    Moreover, trying to revert to Safari 3.0.4 (or worse still, version 2) when running 10.4.11 or 10.5 can have repercussions, as Safari 3.1.1 uses a completely different webkit on which other applications like iChat, Mail and Dashboard Widgets etc also rely, and may entail you having to reinstall an earlier operating system.
    Most errors reported here after an update are due to an unrepaired or undetected inherent fault in the system, and/or a third party ad-on. Two such add-on that have been frequently mentioned here for causing such problems are Piclens and Pithhelmet. If you have them, trash them.
    Additional tips on software installation here:
    http://docs.info.apple.com/article.html?artnum=106692
    To reiterate, Input Managers reach right into an application and alter its code. This puts the behavior of the affected application outside the control and responsibility of its developers: a recipe for problems. That's not to say that issues absolutely will ensue as a result of Input Managers, but you, as a user, must decide. If the functionality of a specific Input Manager or set thereof is really important to you, you may well choose to assume the associated risk.
    Again, the advice is to remove all Input Managers from the following directories:
    • /Library/InputManagers
    • ~/Library/InputManagers
    especially prior to system updates (they can always be added back one-by-one later).

  • Crash twice a day ---a solution or suicide ?

    since last week my Mac crashes without warning two or three times a day
    - I check the button "signal to Apple"
    - seep safe a copy of the warnings which all begin with a message like
    < ****panic report**
    <panic (cpu1 caller 0ffff802cc16fBf5) : "zalloc : zone map exhausted while allocating from zone chalk.8192, likely due to memory leak in zone vm objets(………) @/SourceCache/xnu/xnu-2782.10.73/osfmk/kern/zalloc.c:2521 Back trace (CPU1), Frame : Return Address"
    and thouhands of wizard code………
    - and then ? what did I do ?
    I cannot reinstall the system, because as my  TimeMachine does not work anymore, I reinitialized mY Hard Disk time Mchine (!!!!) no result, but I have no more time machine save files in my computer.
    I have a copy of screen with complete information for about the ten last crashes
    - and then what must I do now ? in fact I am moreless angry
    please give me tricks or references or addresses where i can submit this problem before my suicide
    [iMac 27" -Yosemeite 10.10.2]

    Thanks a lot for your kind answer… my cancer is still here.
    1. I put away Parangon NTFS (2 .plist files)
    2. I put away LaCie Drsktopmanager (app ,  2 .plist files, 1 .prefpane)
    3. I did'nt find any "sound flower file".
    Then I restarted with the apple menu
    The computer did to stop by itself and I had to switch off manually with the backside button -
    I restarted, then OK…
    Crash occurred five hours later !
    hereunder the message
    From now I'm praying to avoid to cry
    ___truly yours_________________________
    Anonymous UUID:       9A95FA82-6646-D83E-CC23-44AC9CEB3D41
    Sun Mar 22 03:50:24 2015
    *** Panic Report ***
    panic(cpu 0 caller 0xffffff802a96f8f5): "zalloc: zone map exhausted while allocating from zone kalloc.8192, likely due to memory leak in zone vm objects (1530265200 total bytes, 6376088 elements allocated)"@/SourceCache/xnu/xnu-2782.10.73/osfmk/kern/zalloc.c:2521
    Backtrace (CPU 0), Frame : Return Address
    0xffffff815faf3c00 : 0xffffff802a92fe41
    0xffffff815faf3c80 : 0xffffff802a96f8f5
    0xffffff815faf3db0 : 0xffffff802a938581
    0xffffff815faf3de0 : 0xffffff802a917f70
    0xffffff815faf3e10 : 0xffffff802a933f27
    0xffffff815faf3e40 : 0xffffff802a918a93
    0xffffff815faf3e90 : 0xffffff802a9293bd
    0xffffff815faf3f10 : 0xffffff802aa059fa
    0xffffff815faf3fb0 : 0xffffff802aa36ea6
    BSD process name corresponding to current thread: distnoted
    Mac OS version:
    14C1514
    Kernel version:
    Darwin Kernel Version 14.1.0: Thu Feb 26 19:26:47 PST 2015; root:xnu-2782.10.73~1/RELEASE_X86_64
    Kernel UUID: 270413F7-3B44-3602-894F-AC0D392FCF8E
    Kernel slide:     0x000000002a600000
    Kernel text base: 0xffffff802a800000
    __HIB  text base: 0xffffff802a700000
    System model name: iMac13,2 (Mac-FC02E91DDD3FA6A4)
    System uptime in nanoseconds: 16060962781749
    vm objects:1530265200
    vm object hash entri:248205480
    VM map entries:504020720
    pv_list:16576512
    vm pages:130848128
    kalloc.16:98078992
    kalloc.32:1520064
    kalloc.64:13023360
    kalloc.128:10362880
    kalloc.256:6483968
    kalloc.512:118243328
    kalloc.1024:4521984
    kalloc.2048:2117632
    kalloc.4096:2539520
    kalloc.8192:8658944
    mem_obj_control:99281248
    sched groups:1099008
    wait queue links:1073952
    ipc ports:3336800
    threads:1394400
    vnodes:31705680
    namecache:13464000
    HFS node:42603920
    HFS fork:11882496
    cluster_write:1247192
    buf.4096:1613824
    buf.8192:1908736
    ubc_info zone:7811584
    vnode pager structur:3551160
    compressor_pager:391499776
    compressor_segment:5346720
    Kernel Stacks:2408448
    PageTables:135487488
    Kalloc.Large:32307634
    Backtrace suspected of leaking: (outstanding bytes: 378960)
    0xffffff802a96fcf6
    0xffffff802a9b654d
    0xffffff802a9aa435
    0xffffff802a99ca95
    0xffffff802aa1a974
    last loaded kext at 8238950705748: com.apple.filesystems.smbfs 3.0.0 (addr 0xffffff7fad67b000, size 389120)
    last unloaded kext at 338098352766: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7fad67b000, size 61440)
    loaded kexts:
    com.paragon-software.filesystems.ntfs 62.3.11
    com.Cycling74.driver.SAVD 1.0.0d1
    com.LaCie.ScsiType00 1.2.13
    com.oxsemi.driver.OxsemiDeviceType00 1.28.13
    com.apple.filesystems.smbfs 3.0.0
    com.apple.filesystems.cddafs 2.6.1
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AudioAUUC 1.70
    com.apple.driver.ApplePlatformEnabler 2.1.7d1
    com.apple.driver.AGPM 100.15.5
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleHDA 269.25
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.GeForce 10.0.2
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.driver.AppleBacklight 170.5.0
    com.apple.driver.AppleIntelHD4000Graphics 10.0.2
    com.apple.driver.AppleMikeyDriver 269.25
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleIntelFramebufferCapri 10.0.2
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.iokit.IOUSBAttachedSCSI 1.1.0
    com.apple.iokit.SCSITaskUserClient 3.7.3
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.AppleSDXC 1.6.5
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.iokit.AppleBCM5701Ethernet 10.1.3
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.driver.AirPort.Brcm4360 910.26.12
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard 176.2
    com.apple.driver.AppleHIDKeyboard 176.2
    com.apple.driver.IOBluetoothHIDDriver 4.3.2f6
    com.apple.driver.AppleMultitouchDriver 262.33.1
    com.apple.iokit.IOSerialFamily 11
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.nvidia.driver.NVDAGK100Hal 10.0.2
    com.apple.nvidia.driver.NVDAResman 10.0.2
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.iokit.IOSurface 97.0.1
    com.apple.driver.AppleThunderboltEDMSink 4.0.2
    com.apple.iokit.IOAcceleratorFamily2 156.6.1
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.3
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOUSBMassStorageClass 3.7.1
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPOutAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IO80211Family 710.55
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 710.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: iMac13,2, BootROM IM131.010A.B05, 4 processors, Intel Core i5, 2.9 GHz, 8 GB, SMC 2.11f14
    Graphics: NVIDIA GeForce GTX 660M, NVIDIA GeForce GTX 660M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD ST1000DM003, 1 TB
    USB Device: Storeva AirStor
    USB Device: USB 3.0 HUB
    USB Device: P'9233 Desktop Drive
    USB Device: P'9220 Mobile Drive
    USB Device: P'9223 Mobile Drive
    USB Device: USB 2.0 HUB
    USB Device: LaCie Hard Drive Quadra
    USB Device: Hub
    USB Device: LaCie d2 DVDRW FW/USB
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: iMac, Apple Inc., 23.4

  • I am going to commit suicide if i can't solve this!

    i have a wsdl. but when i try to generate the stubs for it , i will get an invalid entity:Vector(in namespace"http://xml.apache.org/xml-soap") error. What could the problem be? can you send me a config file that solves this problem at [email protected] or please give me some pointers on this. Anyone else please help too thanks alot......really been desperately trying to solve this problem.
    here is my wsdl file
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="MissBrowser-service"
    targetNamespace="http://www.missbrowser.com/definitions/MissBrowserRemoteInterface"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://www.missbrowser.com/definitions/MissBrowserRemoteInterface"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsd1="http://www.missbrowser.com/schemas/MissBrowserRemoteInterface" xmlns:xsd2="http://xml.apache.org/xml-soap">
    <types>
    <schema attributeFormDefault="qualified"
    elementFormDefault="qualified"
    targetNamespace="http://www.missbrowser.com/schemas/MissBrowserRemoteInterface"
    xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:xsd1="http://www.missbrowser.com/schemas/MissBrowserRemoteInterface" xmlns:xsd2="http://xml.apache.org/xml-soap">
    <complexType name="MISS.MissLabResult">
    <all>
    <element name="testDesc" nillable="true" type="string"/>
    <element name="abnormal" nillable="true" type="string"/>
    <element name="staffName" nillable="true" type="string"/>
    <element name="high" nillable="true" type="string"/>
    <element name="lastUpdatedDate" nillable="true" type="string"/>
    <element name="remark" nillable="true" type="string"/>
    <element name="interpretation" nillable="true" type="string"/>
    <element name="low" nillable="true" type="string"/>
    <element name="testDate" nillable="true" type="string"/>
    <element name="result" nillable="true" type="string"/>
    </all>
    </complexType>
    <complexType name="MISS.MissFamilyMedHistory">
    <all>
    <element name="familyMember" nillable="true" type="string"/>
    <element name="diseaseDesc" nillable="true" type="string"/>
    </all>
    </complexType>
    <complexType name="MISS.MissDrugAllergyInfo">
    <all>
    <element name="drugName" nillable="true" type="string"/>
    </all>
    </complexType>
    <complexType name="MISS.MissMedicalReport">
    <all>
    <element name="otherMedical" nillable="true" type="string"/>
    <element name="lastPeriod" nillable="true" type="string"/>
    <element name="smoker" nillable="true" type="string"/>
    <element name="nric" nillable="true" type="string"/>
    <element name="hearingProblem" nillable="true" type="string"/>
    <element name="hospitalName" nillable="true" type="string"/>
    <element name="bp2" type="int"/>
    <element name="bp1" type="int"/>
    <element name="mental_illness" nillable="true" type="string"/>
    <element name="onDrug" nillable="true" type="string"/>
    <element name="regularMenses" nillable="true" type="string"/>
    <element name="familyMedHistory" nillable="true" type="xsd2:Vector"/>
    <element name="sex" nillable="true" type="string"/>
    <element name="result" nillable="true" type="xsd1:MISS.MissLabResult"/>
    <element name="pregnant" nillable="true" type="string"/>
    <element name="weight" nillable="true" type="decimal"/>
    <element name="height" type="int"/>
    <element name="eyeProblem" nillable="true" type="string"/>
    <element name="medHis" nillable="true" type="xsd1:MISS.MissFamilyMedHistory"/>
    <element name="attempt_suicide" nillable="true" type="string"/>
    <element name="drugAllergy" nillable="true" type="xsd2:Vector"/>
    <element name="labTestResults" nillable="true" type="xsd2:Vector"/>
    <element name="otherSocial" nillable="true" type="string"/>
    <element name="homo_sexual" nillable="true" type="string"/>
    <element name="drugAllergyInfo" nillable="true" type="xsd1:MISS.MissDrugAllergyInfo"/>
    <element name="tattoo" nillable="true" type="string"/>
    <element name="name" nillable="true" type="string"/>
    </all>
    </complexType>
    </schema>
    </types>
    <message name="GetHospitalListsRequest"/>
    <message name="GetHospitalListsResponse">
    <part name="result" type="xsd2:Vector"/>
    </message>
    <message name="RetrieveReportFromMissRequest">
    <part name="pNric" type="xsd:string"/>
    <part name="hospitalName" type="xsd:string"/>
    </message>
    <message name="RetrieveReportFromMissResponse">
    <part name="result" type="xsd1:MISS.MissMedicalReport"/>
    </message>
    <portType name="MissBrowser">
    <operation name="GetHospitalLists">
    <input message="tns:GetHospitalListsRequest" name="GetHospitalListsRequest"/>
    <output message="tns:GetHospitalListsResponse" name="GetHospitalListsResponse"/>
    </operation>
    <operation name="RetrieveReportFromMiss" parameterOrder="pNric hospitalName">
    <input message="tns:RetrieveReportFromMissRequest" name="RetrieveReportFromMissRequest"/>
    <output message="tns:RetrieveReportFromMissResponse" name="RetrieveReportFromMissResponse"/>
    </operation>
    </portType>
    <binding name="MissBrowserBinding" type="tns:MissBrowser">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetHospitalLists">
    <soap:operation soapAction="" style="rpc"/>
    <input name="GetHospitalListsRequest">
    <soap:body
    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="urn:MissMedicalReportRetrievalService" use="encoded"/>
    </input>
    <output name="GetHospitalListsResponse">
    <soap:body
    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="urn:MissMedicalReportRetrievalService" use="encoded"/>
    </output>
    </operation>
    <operation name="RetrieveReportFromMiss">
    <soap:operation soapAction="" style="rpc"/>
    <input name="RetrieveReportFromMissRequest">
    <soap:body
    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="urn:MissMedicalReportRetrievalService" use="encoded"/>
    </input>
    <output name="RetrieveReportFromMissResponse">
    <soap:body
    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="urn:MissMedicalReportRetrievalService" use="encoded"/>
    </output>
    </operation>
    </binding>
    <service name="MissBrowserService">
    <port binding="tns:MissBrowserBinding" name="MissBrowserPort">
    <soap:address location="http://172.20.134.249/MISSAppWeb/servlet/rpcrouter"/>
    </port>
    </service>
    </definitions>

    Doesn't seem worth suicide for. Your life must be pretty crummy eh?

  • Use TaskQueryService via Axis2 Client - unrecognized operation: credential

    Trying to use the TaskQueryService via an Aixs2 client results in 'Unexpected subelement credential'.
    org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement credential
         at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
         at com.oracle.xmlns.bpel.workflow.taskqueryservice.TaskQueryServiceStub.fromOM(TaskQueryServiceStub.java:4029)
         at com.oracle.xmlns.bpel.workflow.taskqueryservice.TaskQueryServiceStub.authenticate(TaskQueryServiceStub.java:382)
         at com.test.humantask.client.TaskQueryService.main(TaskQueryService.java:55)
    Caused by: java.lang.Exception: org.apache.axis2.databinding.ADBException: Unexpected subelement credential
         at com.oracle.xmlns.bpel.workflow.taskqueryservice.TaskQueryServiceStub$CredentialType$Factory.parse(TaskQueryServiceStub.java:56390)
         at com.oracle.xmlns.bpel.workflow.taskqueryservice.TaskQueryServiceStub$WorkflowContextType$Factory.parse(TaskQueryServiceStub.java:10244)
         at com.oracle.xmlns.bpel.workflow.taskqueryservice.TaskQueryServiceStub$WorkflowContext$Factory.parse(TaskQueryServiceStub.java:55626)
         at com.oracle.xmlns.bpel.workflow.taskqueryservice.TaskQueryServiceStub.fromOM(TaskQueryServiceStub.java:3946)
         ... 2 more
    Caused by: org.apache.axis2.databinding.ADBException: Unexpected subelement credential
         at com.oracle.xmlns.bpel.workflow.taskqueryservice.TaskQueryServiceStub$CredentialType$Factory.parse(TaskQueryServiceStub.java:56340)
         ... 5 more
    The java client is generated with wsdl2java from the axis2 project. The produced soap-request is
    <?xml version='1.0' encoding='UTF-8'?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <ns1:credential xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/common">
    <ns1:login>testuser</ns1:login>
         <ns1:password>123456</ns1:password>
    </ns1:credential>
    </soapenv:Body>
    </soapenv:Envelope>
    The response:
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://xmlns.oracle.com/bpel/workflow/taskQueryService">
    <env:Body>
    <workflowContext xmlns="http://xmlns.oracle.com/bpel/workflow/common">
    <credential>
    <login>testuser</login>
    </credential>
    <token>c9pHcmBFtc4q7/EY3xGAv/6hhfa6HfGgBPzuIh5Ur+l+ZHU9HP9WBAQoi9x1fRynfEG/gK/hMBSjw2/7ZdTQ8hWDSm4OWnKx9dmELCR9AB4SC0Hp94Q+mPcc0pEjEpQLLEOzQlZI5XvfUIjYYW8Ta5rmTM5p+g1Q8ydtdO6</token>
    </workflowContext>
    </env:Body>
    </env:Envelope>
    Any ideas on this one?

    Thanks for your reply.
    I've tried that too, actually with
    oracle.tip.pc.services.identity.config.ISConfiguration.getDefaultRealmName()
    instead of hardcoding "jazn.com", the result is the same.
    The problem is the missing namespace attribute. I had the same error
    message using an axis2 client. Just that the client request had
    the correct namespace attribute and the TaskQueryService response
    came without the namespace attribute which the axis2 client didn't
    accept (which, I think, is correct).
    I had some success which an axis client which is not that petty.
    I guess it's a bug of the TaskQueryService. The xsd files seem not to be
    consistent with what the Service expects/provides. Strange
    that you don't have the same problem. Which version of
    the SoaSuite do you use?
    What do you mean by "out of the box BPEL seems to use a local XML file for JAZN".
    Local on serverside?
    Regards, Martin

  • TaskQueryService fault ORA-30010

    To all,
    I want to use the TaskQueryService Web Service to access the default worklist operations:
    http://localhost:8888/integration/services/TaskQueryService/TaskQueryService
    Except for the authentication and destroyWorkflowContext operations, every other operation I tried I got a task taskQueryService Fault Response:
    ORA-30010:Error in creating reply message for WSIF Java Web Services. Error in creating reply message for WSIF Java Web Services. Contact oracle support if error is not fixable.
    I know the worklist is working because I have successfully queried the worklist via a Java client. The problem is the TaskQueryService endpoint getting a NullPointerException while creating a reply message. Here is the error from the opmn log file:
    <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
         at oracle.xml.parser.v2.XMLDocument.importNode(XMLDocument.java:1960)
         at oracle.bpel.services.common.util.XMLUtil.cloneNode(XMLUtil.java:196)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.createWorkflowContextFromWSRequest(VerificationService.java:754)
         at oracle.bpel.services.workflow.query.impl.TaskQueryServiceWSIF.getWFContextFromElem(TaskQueryServiceWSIF.java:426)
         at oracle.bpel.services.workflow.query.impl.TaskQueryServiceWSIF.queryTasks(TaskQueryServiceWSIF.java:163)
         at oracle.bpel.services.workflow.query.soap.TaskQueryServiceSOAP.queryTasks(TaskQueryServiceSOAP.java:109)
         at oracle.bpel.services.workflow.query.soap.runtime.TaskQueryServiceSOAPBinding_Tie.invoke_queryTasks(TaskQueryServiceSOAPBinding_Tie.java:182)
         at oracle.bpel.services.workflow.query.soap.runtime.TaskQueryServiceSOAPBinding_Tie.processingHook(TaskQueryServiceSOAPBinding_Tie.java:747)
    I am using a stand alone OC4J 10.1.3.3.1. I have applied MLR#7 6869621 for the BUG 6781561 - TASKMETADATASERVICE THROWS WSIF ERROR AND TASKQUERYSERVICE THROWS INVALID TOKEN. But it made no difference.
    Any idea on how to fix this error?
    Thanks in advance

    Ive solved it. It has something to do with the xml message structure. When I replace the soap message body with e.g. this one it works fine.
    <env:Body xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <taskListRequest xmlns="http://xmlns.oracle.com/bpel/workflow/taskQueryService">
    <workflowContext xmlns="http://xmlns.oracle.com/bpel/workflow/common">
    <credential xmlns="http://xmlns.oracle.com/bpel/workflow/common">
    <login xmlns="http://xmlns.oracle.com/bpel/workflow/common">jcooper</login>
    <identityContext xmlns="http://xmlns.oracle.com/bpel/workflow/common">jazn.com</identityContext>
    </credential>
    <token xmlns="http://xmlns.oracle.com/bpel/workflow/common">c9pHcmBFtc4q7/EY3xGAv/6hhfa6Hf5tllCb8ZYKtdSA/8/y0exRcwpjy0vWiWGgBPzuIh5Ur+l+ZHDNe0PKb09+hfoM5f7Oq3JRxjGuU1QatxW4GHIRJcZBjvSTlowGlY35AKQfc6RT4bqYmJFYfXEl/w69euFEPSa6bV7BMbeueGeC0d039w95koVyGA2EdR1LhR3tX0yOgvJwvHLsrw==</token>
    </workflowContext>
    <taskPredicateQuery startRow="0" endRow="0" xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">
    <displayColumnList xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">
    <displayColumn xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">CREATOR</displayColumn>
    <displayColumn xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">TITLE</displayColumn>
    <displayColumn xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">CREATEDDATE</displayColumn>
    <displayColumn xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">EXPIRATIONDATE</displayColumn>
    <displayColumn xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">PRIORITY</displayColumn>
    <displayColumn xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">TASKNUMBER</displayColumn>
    <displayColumn xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">OUTCOME</displayColumn>
    </displayColumnList>
    <optionalInfoList xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery"/>
    <predicate xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">
    <assignmentFilter xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">My+Group</assignmentFilter>
    </predicate>
    <ordering xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">
    <clause xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">
    <column xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">taskNumber</column>
    <sortOrder xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">ASCENDING</sortOrder>
    <nullFirst xmlns="http://xmlns.oracle.com/bpel/workflow/taskQuery">false</nullFirst>
    </clause>
    </ordering>
    </taskPredicateQuery>
    </taskListRequest>
    </env:Body>
    Verry Strange but it's a workaround ;)

  • Query a HumanTask payload using TaskQueryService  SOA 11.1.1.3.0

    Hi,
    In my application I am using the TaskQueryService to query tasks based on task's metadata like (title, task number, keywords, and so on).
    I have a requirement to query tasks based on values from inside the payload itself (like get me all tasks with orderNo=x, where orderNo is an element inside my task payload).
    Can we query the human task payload using the TaskQueryService or any other service.
    Thanks
    Edited by: hshalaby on May 17, 2011 10:27 AM

    Thank You Ravi for the helpful information.
    In my application we do not use the worklist application, instead we are using a custom build application outside SOA and
    we interface with the worklist using the Task APIs.
    I tried the flex fields and built a view from the worklist Administration. They work and show in the view (in worklist application). Now, I tried to use one flex fields (DistrictId) in my Task Query and I got a simple error.
    <taskQueryServiceFaultResponse
          xmlns="http://xmlns.oracle.com/bpel/workflow/taskQueryService">
         <message
           xmlns="http://xmlns.oracle.com/bpel/workflow/taskQueryService">ORA-30955:Invalid column name used in predicate. The predicate specifies a column named DistrictId which does not exist on the table WFTask. Specify a valid column and table in the predicate. </message>
        </taskQueryServiceFaultResponse>I think the WFTask table contains only the metadata of the task (title, state, etc..) which I used successfully in other queries. But how can I add the flex field in the query (or my original question, how to add any field from the payload to the query?)
    The following is my xsl "clause" part that I used in the predicate (This is from the xsl that transform the request before calling the TaskQuery API)
                            <ns2:clause>
                              <xsl:attribute name="joinOperator">
                                <xsl:text disable-output-escaping="no">AND</xsl:text>
                              </xsl:attribute>
                              <xsl:attribute name="ignoreCase">
                                <xsl:text disable-output-escaping="no">TRUE</xsl:text>
                              </xsl:attribute>
                              <ns2:column>
                                <xsl:attribute name="tableName">
                                  <xsl:text disable-output-escaping="no">WFTask</xsl:text>
                                </xsl:attribute>
                                <ns2:columnName>
                                  <xsl:text disable-output-escaping="no">District</xsl:text>
                                </ns2:columnName>
                              </ns2:column>
                              <ns2:operator>
                                <xsl:text disable-output-escaping="no">EQ</xsl:text>
                              </ns2:operator>
                             <ns2:value>
                              <xsl:text disable-output-escaping="no">199</xsl:text>
                          </ns2:value>
                  </ns2:clause>Appreciate your help.
    Thank You.
    Edited by: hshalaby on May 18, 2011 8:06 AM

Maybe you are looking for

  • Refurbishment processing - problem while installing the equipment.

    Dear Experts, I am testing the refurbishment cycle, while doing this I am facing a problem. Process is as below: The equipment is damaged and needed replacement. I have created the material master and serial number. I have changed the valuation type

  • Sales Processing

    Hi Everyone, I'm trying to figure out what the correct process would be for the following situations: 1.  A sales order is created and copied to a delivery at the time of shipment.  The shipment is incorrectly processed with everything shipping (the

  • Unable to find Camera raw  plug-in in new Elements 8 on a Mac

    I have a Mac Snow Leopard and a Nikon D700 camera In checking which version of camera raw is in my newly purchased {Photoshop Elements 8) I checked the plug-in folder.  Just in case I also checked Photoshop Elements 8 Pre-set and filter folders No ca

  • Line-size 220

    hi   if i will use LINE-SIZE 220 in my report , will i be able to get print out on A4 landscape , of this out put.

  • Rolling months display

    Hi All, My requirement is such that the charts and cross tabs should display rolling 13 months from the selected month in the dropdown. My dropdown code at startup is: DROPDOWN_1.setItems(DS_1.getMemberList("0CALMONTH",MemberPresentation.Text,MemberD