Hi,

I have fixed the wrong *Log* package
(com.sun.org.apache.commons.logging.Log) in BSPJob.

Use

import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;


instead of

import com.sun.org.apache.commons.logging.Log;
> import com.sun.org.apache.commons.logging.LogFactory;



With the agreement of Edward I have committed this directly.

Martin

Reply via email to