This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 164981 - deadline-expr does not follow standard for seconds < 10 sec
Summary: deadline-expr does not follow standard for seconds < 10 sec
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-12 16:46 UTC by terrybraun
Modified: 2009-05-12 16:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description terrybraun 2009-05-12 16:46:40 UTC
When a user enters a deadline for a <wait><until> or <onAlarm><until> element, an expression for less than 10 seconds 
is not zero filling the BPEL code.

  <wait name="Wait1">
            <until>'2009-05-13T07:38:8.0'</until>
  </wait>

By the following standard of "deadline-expr" this should be:

  <until>'2009-05-13T07:38:08.0'</until>

[From 
FORMAT: -yyyy-mm-ddThh:mm:ss.ss
EXAMPLE: 2007-05-17T10:15:20.35 = May 17, 2007 @ 10:15 AM + 20.35
seconds
“-” == optional “BCE” designator for years “Before Christian Era” (a “+” is not
allowed)
yyyy == year
mm == month
dd == day
T == time follows
hh == hours
mm == minutes
ss == seconds
“.” == fractions of seconds
zzzzzz == timezone