Hi Mario et al.,

I've noticed that a number of Orchestra classes use
  private static final Log log = ....;
See class ConversationManager for an example.

I don't think static log objects are a good idea in libraries, as
described here:
  http://wiki.apache.org/jakarta-commons/Logging/StaticLog

Would it be ok by you to remove the "static" keyword from all Log object
references?

Regards,

Simon

Reply via email to