Issue #SCB2535

Michael Semb Wever <[email protected]> Sun, 4 May 2008 22:52:00 +0200 (CEST)
Newsgroups gmane.comp.java.scarab.issues
Message-ID <[email protected]>
Activity report on

  *Defect SCB2535 - notification screen fails from auto created users*
 
  Scarab Link: http://www.solitone.org/scarab/issues/id/SCB2535
  Module: Scarab


  Activity generated by  Michael Semb Wever ([email protected])  at 05/04/2008 22:50



  *Comments*
  - By Michael Semb Wever - 05/04/2008 22:50 ---
  "notification.log is empty despite much data in SCARAB_NOTIFICATION_STATUS.

no notification emails are being sent.


mysql> select count(*), a.activity_type from SCARAB_NOTIFICATION_STATUS s, SCARAB_ACTIVITY a where s.activity_id = a.activity_id group by a.activity_type;
+----------+------------------------+
| count(*) | activity_type          |
+----------+------------------------+
|      125 | attribute_changed      | 
|      227 | comment_added          | 
|        2 | dependency_changed     | 
|       30 | user_attribute_changed | 
+----------+------------------------+


doesn't report any nulls.
Otherwise this issue appears identical to what David Freeman reports in http://scarab.tigris.org/servlets/ReadMsg?list=users&msgNo=7325"