Issue #SCB2426
Ronny Voelker <[email protected]>
| Newsgroups | gmane.comp.java.scarab.issues |
|---|---|
| Message-ID | <[email protected]> |
Activity report on *Defect SCB2426 - Null in CreatedDate and ModifiedDate throws an Exception in listing* Scarab Link: http://www.solitone.org/scarab/issues/id/SCB2426 Module: Scarab Activity generated by Ronny Voelker ([email protected]) at 11/07/2007 20:19 *Comments* - By Ronny Voelker - 11/07/2007 20:19 --- "The creation and modification date *must* be available, because some functionality in Scarab depends on this data. So rather than ignoring the NPE, we should prevent such a situation from happening. In the data model we have to add an additional foreign key for scarab_issue.last_trans_id and make scarab_transaction.created_date and scarab_transaction.created_date not null. In Issue.java we have to ensure that the respective fields are filled with proper values, when an issue is saved. "