User Task: Missing elements from payload

I have created a user task that sends an array of 'people'. The user can select the people they want and reject the rest by removing / setting blank values.
I have checked that the payload is being set as an array, but the JSP screen for the task only displays a single element for that array.
When the user completes the task, the entire array is sent back, so I am guessing that this is a problem with the JSP knowing there is more than one element.
Is there a way I can add the JSP code to access further elements?
The payload type is defined in my process .wsdl file.
Thanks,
Dan

You can edit the generated JSP to make it do whatever you like. We did this to handle arrays as well, but it proved to be pretty painful.

Similar Messages

  • Assign one complex element from payload issue in 11g BPEL

    Upgraded BPEL 10.1.3.4 to 11g (11.1.1.3.0) and I know the compiler is stricter and all, but I haven't been able to get this working. The requirement is loop through the elements of a payload in a while loop and "do something" with each. Here is a sample of the element structure:
    - <ns2:costCenter>
    <ns2:costCenterNo>683-01-I/4.3.8.8.04/990000</ns2:costCenterNo>
    <ns2:costCenterName>683-01-I/4.3.8.8.04/990000</ns2:costCenterName>
    <ns2:level1>683-01-I</ns2:level1>
    <ns2:level3>990000</ns2:level3>
    <ns2:address />
    <ns2:city />
    <ns2:state />
    <ns2:zip />
    </ns2:costCenter>
    - <ns2:costCenter>
    <ns2:costCenterNo>683-01-I/4.3.8.8.06/990000</ns2:costCenterNo>
    <ns2:costCenterName>683-01-I/4.3.8.8.06/990000</ns2:costCenterName>
    <ns2:level1>683-01-I</ns2:level1>
    <ns2:level3>990000</ns2:level3>
    <ns2:address />
    <ns2:city />
    <ns2:state />
    <ns2:zip />
    </ns2:costCenter>
    I want to pick out one "costCenter" structure at a time. Here is the Assign code that worked in 10.1.3.4:
    <assign name="GetCurrentCostCenter">
    <copy>
    <from expression="bpws:getVariableData('GetAsentinelCostCenters_FindCostCenter_OutputVariable','FindCostCenterResponse','/ns1:FindCostCenterResponse/ns1:costCenter')[bpws:getVariableData('LoopInd')]"/>
    <to variable="CurrentCostCenter"
    part="FindCostCenterResponse"
    query="/ns1:FindCostCenterResponse/ns1:costCenter"/>
    </copy>
    </assign>
    I thought I found the solution when I came acorss the 11g samples and in particular "bpel-102-AssignActivities". I tried the CopyList, which ends up copying over ALL the costCenter elements and "ignores" the LoopInd variable. I tried the simple assign, but get the error about result returns too many nodes:
    "XPath query string returns multiple nodes. The assign activity part and query are returning multiple nodes. The assign activity part and query named in the error message returned multiple nodes. It should return single node. According to BPEL4WS specification 1.1 section 14.3, the assign activity part and query named in the error message should not return multiple nodes. Verify the part and xpath query named in the error message at line number 160 in the BPEL source."
    I think I've tried every combination that I can think of. I've resulted to posting here in case someone has a similar requirement and has it working in 11g.
    Thanks!

    Thanks for the prompt suggestions. Both gave me a compile error and I couldn't deploy either. I might try rolling back to 11.1.1.2.0, since I found a similar post for this issue with version 11.1.1.3.0. This process has been running on 10.1.3.4 in production for a year now, so this Assign definitely worked before. I don't know what else I can try.
    The Assign works when I hard-code the position, however I get the same CostCeter "/1.6.1.0.01/" assigned every time it goes through the loop, as expected. This has to be a bug in 11.1.1.3.0, it isn't picking up/interpreting the LoopInd variable properly.
    <assign name="GetCurrentCostCenter">
    <copy>
    <from expression="bpws:getVariableData('GetAsentinelCostCenters_FindCostCenter_OutputVariable','FindCostCenterResponse','/ns1:FindCostCenterResponse/ns1:costCenter[1]')"/>
    <to variable="CurrentCostCenter"
    part="FindCostCenterResponse"
    query="/ns1:FindCostCenterResponse/ns1:costCenter"/>
    </copy>
    </assign>
    <?xml version="1.0" encoding="UTF-8" ?>
    - <CurrentCostCenter>
    - <part name="FindCostCenterResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <FindCostCenterResponse xmlns="http://www.asentinel.com/asentinelws/schemas/invord">
    - <ns2:costCenter xmlns:ns2="http://www.asentinel.com/asentinelws/schemas/invord">
    <ns2:costCenterNo>/1.6.1.0.01/</ns2:costCenterNo>
    <ns2:costCenterName>/1.6.1.0.01/</ns2:costCenterName>
    <ns2:level1 />
    <ns2:level3 />
    <ns2:address />
    <ns2:city />
    <ns2:state />
    <ns2:zip />
    </ns2:costCenter>
    - <ns2:costCenter xmlns:ns2="http://www.asentinel.com/asentinelws/schemas/invord">
    <ns2:costCenterNo>/1.6.8.0.01/</ns2:costCenterNo>
    <ns2:costCenterName>1.6.8.0.01</ns2:costCenterName>
    <ns2:level1 />
    <ns2:level3 />
    <ns2:address />
    <ns2:city />
    <ns2:state />
    <ns2:zip />
    </ns2:costCenter>
    ....

  • From User Task (10.1.2) to Human Task (10.1.3)

    Hi all,
    i have a simple BPEL process developed using jdeveloper 10.1.2 that contains a user task, an email notification must be sent to the assigned user,
    the process works perfectly in bpel pm 10.1.2,
    i migrated the process to jdeveloper 10.1.3 and deployed it to bpel 10.1.3,
    the deployment is successful, the task is assigned to the user but no email was sent to him,
    to investigate the problem i set the logging to debug and i've got a long list of logs,
    i chosed the following which seems interesting:
    <2007-01-04 16:23:08,171> <DEBUG> <test2.collaxa.cube.services> <PCException::<init>> Start of root element expected.
    oracle.xml.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
         at oracle.bpel.services.common.util.XMLUtil.parseDocument(XMLUtil.java:246)
         at oracle.tip.pc.services.notification.payload.GenericPayloadTypeFactory.createFacade(GenericPayloadTypeFactory.java:99)
         at oracle.tip.pc.services.notification.payload.GenericPayloadTypeFactory.createFacade(GenericPayloadTypeFactory.java:53)
         at oracle.tip.pc.services.hw.task.impl.TaskNotificationsForXPath.getEvaluatedMessage(TaskNotificationsForXPath.java:556)
         at oracle.tip.pc.services.hw.task.impl.TaskNotificationsForXPath.sendNotification(TaskNotificationsForXPath.java:214)
         at oracle.tip.pc.services.hw.task.impl.TaskNotificationsForXPath.sendNotificationForGenericMessage(TaskNotificationsForXPath.java:138)
         at oracle.tip.pc.services.hw.task.impl.TaskNotifications.notifyForTask(TaskNotifications.java:228)
         at oracle.tip.pc.services.hw.task.impl.TaskNotificationThread.run(TaskNotificationThread.java:141)
    <2007-01-04 16:23:08,171> <ERROR> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification> Notification for task could not be processed.
    <2007-01-04 16:23:08,171> <ERROR> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification> Notification for task 70011 could not be processed. This task is associated with the business process 04647F6D57124939BCCAF21E966A45EF, identified by testNotifUserTask1
    <2007-01-04 16:23:08,171> <ERROR> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification> Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    <2007-01-04 16:23:08,171> <DEBUG> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification> ORABPEL-10129
    <2007-01-04 16:23:08,171> <DEBUG> <test2.collaxa.cube.services> <TaskNotificationsForXPath::sendNotification>
    <2007-01-04 16:23:08,171> <DEBUG> <test2
    how can i fix this issue to get the migrated process works??
    thanks

    Hi Clemens,
    Thanks for your quick response. The Taskmanager and the Taskactionhandler are indeed not deployed so I will do that automatically.
    Still one question/remark left:
    You noticed that you still have to complete the tasks using the old worklist app. . So if i'm correct, you have to use the deprecated 10.1.2 worklist api or build-in worklist app. The 10.1.2 worklist app is not deployed in my 10.1.3 installation. However, 10.1.3 only contains the new worklist app. Is there also a way to deploy it manually?
    Writing this down it al looks a bit clumsy to me. Is it not a better option to invest some time in migrating all tasks scopes manually to 10.1.3, because as far as I can see the human tasks are causing the main issues concerning migration? After this you have a 10.1.3 compliant system. I wonder what your opinion is on this issue.
    Kind regards,
    Tom

  • Error in SXMB_MONI as"Copy Sender from Payload: Sender Is Missing in Payloa

    Hi Folks,
    I am working on file to IDOC scenario. If I am testing in ESR and ID my interface is working fine. But when I am testing end to end I am getting below error. Please find the below error.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--
    Call Adapter
      -->
    - <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>
      <SAP:P1>Copy Sender from Payload: Sender Is Missing in Payload</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Error: Copy Sender from Payload: Sender Is Missing in Payload</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can u ppl please suggest me how to resolve this error.Ur help is highly appreciated.
    Thanks,
    Swathi

    You need to have a S-userid for that....check with senior members within your company....they would be having this S-userid
    Some portion from the note:
    You are using the Exchange Infrastructure and you use the IDoc adapter to send IDocs. A setting in the IDoc channel
    defines that the IDoc sender agreement is to be determined from the payload.  The payload is stored in the XI message in the
    IDoc tunnel format.  If the message has been created, for example, using a Business Process Engine (BPE) process, the IDoc
    inbound property may no longer be available in the XI message. This results in the error described above.
    TIll you get access to the SAP Note:
    In mapping enable the EDI_DC40 segment in your IDOC...fill SEGMENT, SNDPOR, SNDPRT, SNDPRN ....map them as constant
    then in IDOC channel check take Apply Control record from payload (or take sender from payload)
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Dec 24, 2010 4:51 PM

  • Outbound Proxy is triggered from CRM 4.0,  tag is missing in the payload

    Hi,
    A Outbound Proxy is triggered from CRM 4.0, one of the tag is missing in the payload. I had checked the SXMB_MONI in CRM and in XI as well both seems to miss that. I checked the BADI which triggers this PROXY the data is rightly populated to the PROXY method. Also, this problem is not occuring regularly but few times it misses the same tag. The occurrance defined in the datatype is 0 to 1. Can anyone help why this is happening..
    Many Thanks..

    This could rather be a logical error. May be the logic is not populating the XML tag on those occassions. I would suggest to debug in that direction.
    VJ

  • IDOC Error - Copy Sender from Payload: Sender Is Missing in Payload

    Hi,
    I have following scenario.
    SOAP adapter ---> PI   -
    > IDOC Receiver -
    > ECC
    THe IDOC has a required node that is disabled and IDOC revicer communication channel has checkd following options.
    Apply control record value from pay load
    Take Sender from Payload
    The soap message is mapped to IDOC structure. While testing I received following error.
    <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>
      <SAP:P1>Copy Sender from Payload: Sender Is Missing in Payload</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Error: Copy Sender from Payload: Sender Is Missing in Payload</SAP:Stack>
    If you have seen similar error and please let me know how to trobleshoot. I appreciate your help.
    Thank you,
    Balaji

    Thank you for the response. I can enable EDI_DC40 segment and map required following values. 
    ·        SNDPRN
    ·        SNDPRT
    ·        SNDPFC
    ·        RCVPRN
    ·        RCVPRT
    However as we move transports to different environemnts the above values changes and I can't hard code in the mapping.
    My questions is how can I map these values such that when transport moves across different environemtns the mapping valaues are still good. Please let me know.
    Dont enable EDI_DC40 and dont select take sender ,receiver from pay load option,apply control record values from pay load.
    this case IDoc adapter reads values from configuration time andno  problem after trasporting to quality or prod.
    Regards,
    Raj

  • Error Copy Sender from Payload Sender is Missing in Payload

    Hello,
    we have a IDOC -> ccBPM -> IDOC scenario on PI7.0 SP12.
    Since SP12, we have problems in sending the ALEAUD IDOCs from the ccBPM to the R/3 getting the LUW stucked in the queue showing the error "Copy Sender from Payload: Sender Is Missing in Payload".
    In the XML for the ALEAUD the fields SNDPOR, SNDPRT and SNDPRN are filled correct and it has been working with older SP. The comm. channel is configured to take the sender from the payload and we really nead this as we send the IDOC from the ccBPM.
    Does anyone has similar problems or knows about other restrictions which may cause this error?
    Regards,
    Dirk

    Hello,
    SAP solved the problem by releasing a patch.
    If this problem also occurs on your machine then check the SAP note 1154710.
    Regards,
    Dirk

  • Export from Indeisgn to flash, missing elements and animation!

    Hi, I have a problem whit exporting files from Indesign cc 2014 -> Flash pro cc.
    When i open a exported document in flash im missing elements and the animations.
    I get some images and text but never vecorbased rectangles or anything graphical made in indesign.
    Is the fla export function broken?  I looked at several tutroials and guides but i can't find anything about this problem.
    Is the workflow from indesign these days -> eps->ai->flash-animation->save?
    Thanks,
    Emil E

    Hi all,
    Use Adobe - Feature Request/Bug Report Form to submit your issue for investigation.
    Thanks,
    Preran

  • SSO is not working - User is missing credentials for connecting to alias

    Dear Experts,
    I am facing a strange problem in SSO with reference system user mapping.  I have configured reference system user mapping for accessing R/3 for ESS/MSS and transactional iviews along with UWL.  The SSO was configured 2 months ago and was working fine till yesterday.
    Since this Monday, (2 days), the system connection tests are failing on connector.  But, ESS/MSS & Transaction iviews with SAP Logon tickets are working fine. But, while trying to access UWL tasks, SSO is failing. Following is the error message -
    "Exception occured Exception type:com.sap.netweaver.bc.uwl.connect.ConnectorException Message:Tue Aug 11 09:46:58 CEST 2009
    (Connector) :com.sap.portal.connectivity.destinations.PortalDestinationsServiceException:User is missing credentials for connecting to alias <Aliassystem>. Contact your system administrator. "
    I have created a destination for the respective backend in Visual Admin > node >  services > Destinations as some tasks are not visible in UWL as per Note-  1133821, 2 weeks ago.It was working fine till yestreday. While testing from destinations, for Connected User(SAP Logon ticket Assertion ticket) , getting the error message  -
    Error During ping operation:Ticket contain no/an  emplty ABAP user id(refer note 1159962). The destination is successfully connected with configured user.
    But from the Tracecollector logs, I can see that the mapped user is set in the SAP Logon ticket and the User <ABCD> is existing in the target ECC system. More over, the SSO with refence system user mapping is working fine for ESS/MSS and Transaction based iviews. It is failing only for UWL tasks and also in system connection tests for connector. ITS was failing since the beginning.WAS is successful even now.
    Trace file info -
    Mapped user [ABCD] set in SAP Logon Ticket. The authenticated user is [<portaluserid>]. Authentication stack: [ticket]..
    The created ticket is:
    [Ticket [initialized]
      Ticket Version  = 0
      Ticket Codepage =  (Encoding=1100)
      User = <ABCD>
      Issuing System ID    = EPD
      Issuing System Client = 000
      Creation Time = 200908110746
      Valid Time    = 8 h 0 min
      Signature (length=261 bytes)
    I checked tcode SSO2 in ECC system and it is ready for accepting the logon tickets.  The strange thing is single sign on is working for ESS/Transactional iviews and not for UWL. Second thing is UWL was working fine till yesterday morning and stopped working now with SSO problems.
    Can you pls advise where to look for fixing the SSO - missing user details for UWL destination?
    regards,
    Isvarya

    <title>reporting the text as formatted text - Dear Experts,</title>
    <!--[if gte mso 9]><xml>
    <o:DocumentProperties>
      <o:Author>Isvarya Bolisetti</o:Author>
      <o:LastAuthor>Isvarya Bolisetti</o:LastAuthor>
      <o:Revision>2</o:Revision>
      <o:TotalTime>1</o:TotalTime>
      <o:Created>2009-08-11T11:21:00Z</o:Created>
      <o:LastSaved>2009-08-11T11:21:00Z</o:LastSaved>
      <o:Pages>1</o:Pages>
      <o:Words>385</o:Words>
      <o:Characters>2195</o:Characters>
      <o:Company>Bekaert N.V</o:Company>
      <o:Lines>18</o:Lines>
      <o:Paragraphs>5</o:Paragraphs>
      <o:CharactersWithSpaces>2575</o:CharactersWithSpaces>
      <o:Version>11.9999</o:Version>
    </o:DocumentProperties>
    </xml><![endif]><![if gte mso 9]><![endif]><![if gte mso 9]>
    <!--
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
         {mso-style-parent:"";
         margin:0cm;
         margin-bottom:.0001pt;
         mso-pagination:widow-orphan;
         font-size:12.0pt;
         font-family:"Times New Roman";
         mso-fareast-font-family:"Times New Roman";}
    @page Section1
    div.Section1
    -->
    </style>
    <!--[if gte mso 10]>
    <style>
    /* Style Definitions */
    table.MsoNormalTable
         {mso-style-name:"Table Normal";
         mso-tstyle-rowband-size:0;
         mso-tstyle-colband-size:0;
         mso-style-noshow:yes;
         mso-style-parent:"";
         mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
         mso-para-margin:0cm;
         mso-para-margin-bottom:.0001pt;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Times New Roman";
         mso-ansi-language:#0400;
         mso-fareast-language:#0400;
         mso-bidi-language:#0400;}
    </style>
    <![endif]><![if gte mso 9]><![endif]><![if gte mso 9]>Mapped user set in SAP Logon Ticket. The
    authenticated user is . Authentication stack: ..
    The created ticket is:
    [Ticket

  • How to completely delete Photoshop Elements from my computer??

    Hi
    I am trying to completely remove Photoshop Elements from my computer.   So far, I have failed in my attempts to do this.   The reason I'm doing this is b/c for some reason that I can't fathom, the folders in My Pictures -- the folders named by shot date -- contain random duplicates.When this happens, the file names folow the convention of DSC_0222 and DSC_0222-1. Exactly the same file size and metadata.  In some folders, every picture is duplicated. In other folders, only selected pitcures within the folder are duplicated.   I can't figure out how they got there -- e.g. it doesn't seem to bear any connection to the photos I've edited, which was one theory I had for a while.   Is Elements responsible? Or is this some sort of bug in the download process from the camera (I have a Nikon D40).  Anyway, I've given up on trying to sovle this problem and decided I would go back to the beginning and reload everything from my camera.   So, my real question here is about how to completely uninstall Elements.
    Here's what I did:    I uninstalled Photoshop Elements through the Add/remove programs utility.  I got no errors during the uninstall process.   Then I completely deleted the My Pictures directory (don't worry -- I have it backed up in multiple places!!).   So, at this point there are *no* pictures on my computer at all.    I reinstall Elements, open it up and -- you guessed it!!! -- the catalog is still there with all the thumbnails of the pictures that i deleted from my hard disk.   Of course, each thumbnail is flagged as "Missing File".
    So, how do I uninstall/reinstall Elements and get it to forget all memory of the previous catalog?   Why is it "remembering" it in this way when the pictures aren't even on the computer anymore?  Isn't this a bug???
    I've been working on this issue for much longer than I care to remember-- if anyone can tell me how to get myself truly back to ground-zero so I can start over I would be deeply grateful.   After upgrading to Elements 9 (from 7) to try to solve this problem I am close to just abandoning Elements entirely.....
    WHile we're at it, if anyone has any idea where the duplicates pictures are coming from and how I prevent that from happening, I'm' all ears!!!!
    Thanks!

    Hi
    Thanks so much for the response.   So, Help/System Info says that the catalog is here:
    Catalog Location: C:\Documents and Settings\All Users\Application Data\Adobe\Elements Organizer\Catalogs\My Catalog\
    but no such file appaers to exist.  In fact, I can only get as far as All Users.   Then there is no directory under that called "Application Data".
    i'm still seeing the thumbnails when I got into Elements tho'....   :-(
    hjr

  • VacationRequest Sample, missing element "mds-config" error upon Deploy

    Hi All,
    Searched the forum history and couldn't find any hints on this one, wondered if some kind soul could help a SOA beginner.
    I took the VacationRequest sample from https://soasamples.samplecode.oracle.com/files/documents/660/794/workflow-100-VacationRequest.zip and am attempting to deploy into a WLS 10.3.2 domain which has the soa_server1 configured correctly. The demo users and app have been already seeded OK from the DemoCommunitySeedApp.
    When opening the VacationRequestApp.jws within JDev and receive this error:
    Error(12,61): Parse of component type files failed, check the adf-config.xml file : "oracle.fabric.common.FabricException: oracle.mds.config.MDSConfigurationException: MDS-01333: missing element "mds-config": MDS-01333: missing element "mds-config": oracle.mds.config.MDSConfigurationException: MDS-01333: missing element "mds-config": MDS-01333: missing element "mds-config""
    adf-config.xml has the following content:
    <?xml version="1.0" encoding="windows-1252" ?>
    <adf-config xmlns="http://xmlns.oracle.com/adf/config"></adf-config>
    Environmental information: JDev 11gR1, Oracle SOA Composite Editor v11.1.2.0.12.16, SOA suite 11gR1, Windows2003R2
    Thanks in advance,

    I added the following right before the end tag, based on a different project:
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config">
    <persistence-config>
    <metadata-namespaces>
    <namespace metadata-store-usage="mstore-usage_1" path="/soa/shared"/>
    </metadata-namespaces>
    <metadata-store-usages>
    <metadata-store-usage id="mstore-usage_1">
    <metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
    <property value="${oracle.home}/integration"
    name="metadata-path"/>
    <property value="seed" name="partition-name"/>
    </metadata-store>
    </metadata-store-usage>
    </metadata-store-usages>
    </persistence-config>
    </mds-config>
    </adf-mds-config>
    It then was able to deploy

  • BETA 10.1.3.1 User Task will not build

    I have a simple process which initiates a User Task running under 10.1.2.0.2. I have opened this up in JDEV 10.1.3.1 and tried to build the project.
    This does not work, and the following messages are produced :
    Project: T:\ManualExceptionHandler\ManualExceptionHandler\ManualExceptionHandler.jpr
    T:\ABI07-ManualExceptionHandler\ManualExceptionHandler\bpel\ManualExceptionHandler.bpel
    Error: Failed to compile classes.
    Failed to compile the generated BPEL classes for "ManualExceptionHandler".
    T:\ABI07-ManualExceptionHandler\ManualExceptionHandler\public_html\manualErrorHandlingUserInteraction_WF_Form.jsp
    Error: WorklistService not found
    Error: oracle.tip.pc.services.hw.task.tasktype.impl not found
    Error: oracle.tip.pc.api.worklist.payload not found
    Error: WorklistConstants not found
    Error: PayloadUtil not found
    Error(30,3): identifier WorklistService not found
    Error(32,3): identifier PayloadConstant not found
    Error(33,3): IWorklistContext not found in class manualErrorHandlingUserInteraction_WF__Form
    Error(35,3): identifier PayloadConstant not found
    Error(37,3): identifier PayloadConstant not found
    Error(38,3): IWorklistTask not found in class manualErrorHandlingUserInteraction_WF__Form
    Error(45,3): Form not found in class manualErrorHandlingUserInteraction_WF__Form
    Error(45,3): identifier PayloadFormGenerator not found
    Error(49,3): identifier PayloadConstant not found
    Error(52,3): identifier PayloadConstant not found
    Error(54,3): identifier PayloadConstant not found
    Error(57,3): identifier PayloadFormGenerator not found
    Error(61,3): identifier PayloadFormGenerator not found
    Error(72,17): identifier PayloadConstant not found
    Error(90,43): identifier PayloadFormGenerator not found
    Error(98,24): identifier PayloadUtil not found
    Error(107,17): identifier PayloadConstant not found
    Error(125,9): Field not found in class manualErrorHandlingUserInteraction_WF__Form
    Error(139,37): identifier PayloadFormGenerator not found
    Error(139,122): identifier PayloadFormGenerator not found
    Error(140,20): identifier PayloadFormGenerator not found
    Error(140,114): identifier PayloadUtil not found
    Error(141,48): identifier PayloadUtil not found
    Error(141,130): identifier PayloadFormGenerator not found
    Error(151,18): identifier PayloadUtil not found
    Error(161,13): identifier PayloadUtil not found
    Error(166,13): identifier PayloadUtil not found
    I will not be able to continue doing much testing, as this process is invoked from every process....
    Please advise.
    Pete

    I don't know where you got the 10.1.3 jdev. Can you get the lattest jdev and try. You need to install latest BPEL engine to deploy the 10.1.2 process from jdev 10.1.3.

  • IDVD themes miss elements

    Some of my themes, pre-7.0, don't play anymore and miss elements of the theme. It is the case for "Shelves" for instance, where I miss the shelves. The dropzones are present. Also, the background is sometimes kept from one theme when switching to another.
    Of course, I have deleted the pref's and the cache, emptied the trash and restarted just to be sure. iDVD is 7.1.2 version.
    Any hints what to do?

    What system version are you running?
    First log into another user account on your Mac and see if the theme problem exists there.
    If so go into the HD/Library/Application Support/iDVD folder and make a backup copy of the entire Themes folder.  Then enter into Time Machine, go back in time to before the problem started and restore the Themes folder.  Repair disk permissions and try iDVD again. You may have to go into iDVD's Advanced preference pane and confirm the location of the themes:
    OT

  • How to get missing songs from old phone

    Hello all,
    I recently broke my iphone and I just received a new one in the mail the other day.  I created a backup in itunes and used that backup to restore my new phone. However, when my new phone was finished restoring I was missing about 1000 songs.  Without starting over what is the best way to get the missing music from my old phone to the new one?  Can I load itunes on another computer and then sync my music from my old phone and then just copy the library to itunes on my main computer? Thanks for any help.

    Hi HelpPleaseMan,
    >>How to get a photo from windows phone 8 programmatically and how to save that photo into my phone.
    In Windows Phone 8 we can use the
    PhotoChooserTask to enable users to select an existing photo from the phone.
    For more information, please try to refer to:
    #How to use the photo chooser task for Windows Phone 8:
    https://msdn.microsoft.com/en-us/library/windows/apps/hh394019(v=vs.105).aspx .
    Besides, we can also use the
    CameraCaptureTask to enable users to take a photo from your application using the built-in Camera application. If the user completes the task, an event is raised and the event handler receives a photo in the result. On Windows Phone 8, if the user accepts
    a photo taken with the camera capture task, the photo is automatically saved to the phone’s camera roll.
    For more information, please try to refer to:
    #How to use the camera capture task for Windows Phone 8:
    https://msdn.microsoft.com/library/windows/apps/hh394006(v=vs.105).aspx .
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting a user task list by assignee...

    Hello,
    I had many problems trying to get a user task list from a java file. I found a way.
    I do it this way because the IWorklistService class return cero tasks with any WhereCondition... please if any one found a proper way to do this, please let me know.
    I use nanoxml library.
    public static ArrayList queryWorklistServiceI(ArrayList users){ 
    // Lookup the worklist service.
    IWorklistService worklist =
    (IWorklistService)locator.lookupService( IWorklistService.SERVICE_NAME );
    try
    WhereCondition cond = new WhereCondition();
    cond.append("title like '%TaskActionHandler'").append("and").append(WhereConditionHelper.whereInstancesOpen());
    IInstanceHandle[] i = locator.listInstances(cond);
    ArrayList tareas = new ArrayList();
    for(int j=0; j<i.length;j++){
    IXMLParser xmlParser = XMLParserFactory.createDefaultXMLParser();
    IXMLReader xmlReader = StdXMLReader.stringReader(i[j].getAuditTrail());
    xmlParser.setReader(xmlReader);
    IXMLElement xml_e = (IXMLElement) xmlParser.parse();
    Vector children = xml_e.getChildren();
    IXMLElement task = ((IXMLElement)children.get(4)).getFirstChildNamed("details");
    IXMLParser xmlParser_task = XMLParserFactory.createDefaultXMLParser();
    IXMLReader xmlReader_task = StdXMLReader.stringReader(task.getContent());
    xmlParser_task.setReader(xmlReader_task);
    IXMLElement xml_task = (IXMLElement) xmlParser_task.parse();
    xml_task = xml_task.getFirstChildNamed("part").getFirstChildNamed("task");
    String asignado = "";
    asignado = xml_task.getFirstChildNamed("assigneeUsers").getContent();
    if(asignado==null){
    asignado = xml_task.getFirstChildNamed("assigneeGroups").getContent();
    boolean b = false;
    for(int k=0;k<users.size()&&!b;k++){
    if(((String)users.get(k)).equals(asignado))
    if(b){
    String id = xml_task.getFirstChildNamed("instanceId").getContent();
    String titulo = xml_task.getFirstChildNamed("title").getContent();
    String estado = xml_task.getFirstChildNamed("state").getContent();
    String modificado = (xml_task.getFirstChildNamed("modifyDate").getContent()).substring(0,16);
    String tarea_id = xml_task.getFirstChildNamed("taskId").getContent();
    Vector datos = xml_task.getFirstChildNamed("payload").getFirstChildNamed("Datos").getChildren();
    ArrayList datos_array = new ArrayList();
    for(int k=0;k<datos.size();k++){
    IXMLElement dato = (IXMLElement)datos.get(k);
    Dato d = new Dato(dato.getFirstChildNamed("Nombre").getContent(),dato.getFirstChildNamed("Valor").getContent(),false,"");
    datos_array.add(d);
    Tarea t = new Tarea(id,titulo,estado,asignado,modificado,tarea_id,datos_array);
    tareas.add(t);
    return tareas;
    } catch (Exception e){System.out.println(e);}
    return null;

    someone??

Maybe you are looking for