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

Summary: CalendarClient sample throws exception if set incorrect data value
Product: serverplugins Reporter: Andrey Yamkovoy <kaktus>
Component: IdentityAssignee: Peter Liu <petertliu>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89517    

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.