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

Summary: deadline-expr does not follow standard for seconds < 10 sec
Product: soa Reporter: terrybraun <terrybraun>
Component: BPELAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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