The last stable release ran "out of the box" w/o a database. I am
currently evaluating jetspeed for a project and would like to get things
running the same way.
My problem appears to be related to the database.maps.builder property
in TurbineResources.property. I think I need to somehow "unset" this
peer class so that turbine doesn't try to instantiate a database peer.
When I run jetspeed, I get the following backtrace:
Exception: java.lang.Error: Error in BasePeer.initTableSchema(Visitor):
org.gjt.mm.mysql.Driver
at org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:225)
at
org.apache.turbine.om.user.peer.TurbineUserPeer.<clinit>(TurbineUserPeer.java:139)
at org.apache.turbine.om.user.peer.UserFactory.getUser(UserFactory.java:158)
at
org.apache.jetspeed.turbine.actions.JetspeedSessionValidator.doPerform(JetspeedSessionValidator.java:93)
at org.apache.turbine.modules.Action.perform(Action.java:77)
....
I've tried using the XMLDatabaseMapBuilder class, but then end up w/ a
NullPointerException (which probably implies that some other property
needs to be set).
Does anyone know if it's still possible to run w/o a database?
- Paul
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]