On Jan 4, 2007, at 9:31 AM, [EMAIL PROTECTED] wrote:
import java.util.List;-import org.apache.avalon.framework.component.Component; import org.apache.avalon.framework.thread.ThreadSafe; import org.jaxen.NamespaceContext; @@ -43,7 +42,7 @@ */ public final class JaxenProcessorImpl extends AbstractProcessorImpl - implements XPathProcessor, Component, ThreadSafe + implements XPathProcessor, ThreadSafe {
Ah, it seems like you took out the "implements Component" nearly everywhere.
This will break all applications using excalibur components with a container that depends on "Component" being implemented. Removing an implements interface can also break stuff like serialization...
I think that unless there's a really good reason for it, you should roll these back :-/
- LSD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
