DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24015>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24015 Missing records in RecordFactory and EventRecordFactory static Class[] ------- Additional Comments From [EMAIL PROTECTED] 2003-10-23 03:11 ------- Jason, I wasn't suggesting that we remove the UnknownRecord class itself, just that if we use reflection to enumerate all of the record classes to use in the factory, we should special case Record and UnknownRecord and not add them to the list b/c we'll never get a record read in from the stream for them (Record has no sid, and UnknownRecord has a 0 sid); UnknownRecord is created as a catch all. What do you think about using reflection to prevent further missing classes? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
