I deserved the sarcasm. I had an old jar of my project in the classpath causing BasePeer to be overridden. I wish my IDE would warn me when there are more than one copy of a class in the classpath.
--- Scott Eade <[EMAIL PROTECTED]> wrote: > Look in BaseAddressPeer: > public abstract class BaseAddressPeer extends > _BasePeer_ > > What do you know, BasePeer includes: > protected static Log log = > LogFactory.getLog(BasePeer.class); > > Scott > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
