Hi,

Trying to use Peers in a standalone app, I get this error during
compilation:

/home/charles/jakarta/jakarta-james/build/src/org/apache/james/userrepository/UsersPeerRepository.java:44:
class org.apache.turbine.util.TurbineConfig is an abstract class. It
can't be instantiated.
             = new TurbineConfig("/path","TurbineResources.properties");


the relevant method is:

    public void initialize()
        throws Exception {

        TurbineConfig tc
             = new TurbineConfig("/path","TurbineResources.properties");
         tc.init();
    }

which is what the docs suggest.

Any ideas what is happening?

Charles

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to