Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-5208

bpel: wait timer longer than 30 seconds causes process to wait indefinitely

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • jboss-fuse-6.2.1
    • Fuse EAP, SwitchYard
    • None
    • % %
    • Hide

      The following bpel wait directives will show the error:

      <bpel:wait name="testwait_29">
      <bpel:for>'PT29S'</bpel:for>
      </bpel:wait>

      <bpel:wait name="testwait_30">
      <bpel:for>'PT30S'</bpel:for>
      </bpel:wait>

      <bpel:wait name="testwait_31">
      <bpel:for>'PT31S'</bpel:for>
      </bpel:wait>

      Show
      The following bpel wait directives will show the error: <bpel:wait name="testwait_29"> <bpel:for>'PT29S'</bpel:for> </bpel:wait> <bpel:wait name="testwait_30"> <bpel:for>'PT30S'</bpel:for> </bpel:wait> <bpel:wait name="testwait_31"> <bpel:for>'PT31S'</bpel:for> </bpel:wait>

    Description

      The wait timer in bpel processes time correctly for times <= 30 seconds. Anything larger causes the process to wait indefinitely.

      For example, for 'PT29S' the process continues after 29 seconds.
      For 'PT30S' the process continues after 30 seconds.
      For 'PT31S' the process waits indefinitely.

      Attachments

        Activity

          People

            tcunning@redhat.com Thomas Cunningham
            rhn-support-shiggs Stephen Higgs
            Martin Basovnik Martin Basovnik (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: