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 90778 - CalendarClient sample throws exception if set incorrect data value
Summary: CalendarClient sample throws exception if set incorrect data value
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks: 89517
  Show dependency tree
 
Reported: 2006-12-07 16:20 UTC by Andrey Yamkovoy
Modified: 2007-03-12 13:25 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 Andrey Yamkovoy 2006-12-07 16:20:53 UTC
I think it's not good idea to throw exception if the
date value is incorrect. In this case it will be better to inform user about 
incorrect date value with message.

Steps to reproduce:
- Create CalendarServer and CalendarClient sample projects.
- Deploy CalendarServer project.
- Run CalendarClient project.
- When CalendarClient servlet running set some incorrect value to data field.
- Push 'Get events' button.
- Following exception occurs:

java.io.IOException: JAXRPC.TIE.04: Internal Server Error (JAXRPCTIE01: caught 
exception while handling request: java.rmi.RemoteException: Unparseable 
date: "incorrect value")
Comment 1 Peter Liu 2007-02-07 23:30:17 UTC
Will try to fix after Gavotte beta
Comment 2 Peter Liu 2007-03-01 23:04:04 UTC
Fix checked in release551 branch.
Comment 3 Peter Liu 2007-03-01 23:04:08 UTC
Fix checked in release551 branch.
Comment 4 Andrey Yamkovoy 2007-03-12 13:25:24 UTC
Fix verified.