on 5/9/2000 6:07 PM, Josh Lucas <[EMAIL PROTECTED]> wrote:

> Ok, I did this and now I'm getting an error in BasePeer.initTableSchema
> (line 225).  This is obviously because I was using Turbine without a db
> context and *thought* that the WebMacro functionality didn't require one.
> Obviously, I probably didn't pay good enough attention on the mailing list.
> 
> josh

Now you are having problems because the TurbineUser that you are using is
attempting to connect to a database. Just implement your own TurbineUser
class (that implements the User interface and doesn't make any database
connections) and update the user.class= property in your
TurbineResources.properties to point to it.

We should probably include a non-database turbineuser class with turbine. If
you would like to contribute one, it would be appreciated. :-)

-jon

-- 
    Java Servlet Based - Open Source  |        Collab.Net
        Bug/Issue Tracking System     |   now hiring smart people
       <http://scarab.tigris.org/>    |  <http://Collab.Net/jobs/>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to