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 171463 - Time zone should 't be required field
Summary: Time zone should 't be required field
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-04 10:45 UTC by Vitaly Bychkov
Modified: 2011-11-30 16:23 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 Vitaly Bychkov 2009-09-04 10:45:38 UTC
The Deadline expression editor requires that Time Zone field wasn't empty, but it is allowed by spec.

Steps to reproduce:
1. create Synchronous Sample and open Synchronous.bpel
2. add wait activity
3. from the property editor change "Alarm Type" onto "Until"
4. select the wait activity and switch to the bpel mapper
5. Choose from Bpel Mapper Palette "Date & Time"/Deadline Literal
6. Remove all from Time Zone field and press ok, Error Message appears: 
"Invalid value of time zone, it must have format {+|-}hh:mm" 

More over while openning Deadline Expr without time zone the local time zone is added and Hour(s) field value changed
accordingly to this value:

Steps to reproduce:
1. create Synchronous Sample and open Synchronous.bpel
2. add wait activity
3. from the property editor change "Alarm Type" onto "Until"
4. from the property editor/ or from the source defines "Deadline expr" value without time zone
e.g.:

        <wait name="Wait1">
            <until>'1971-01-01T01:01:1.0'</until>
        </wait>
5. select the wait activity and go to the bpel mapper
6. invoke "deadline expr" editor by dbl click on deadlie literal
7. see Time Zone field is filled and Hour(s) field value changed