[Pas-dev] another update
Status: Beta
Brought to you by:
mortis
From: Justin B. <ju...@le...> - 2002-05-29 19:14:11
|
Ok. I changed the configuration parameter is pas.conf from pas.session.db.driver to pas.session.db.object. This allows a developer to create their own session DB drivers and specify in the config file where to find it. IOW, the session DB drivers are free of the Org::Bgw namespace. :) They of course will need to derive their session DB drivers from Org::Bgw::Pas::Session::Base. I'm leaving the Postgres & MySQL drivers in the repository. So can anyone test the stuff I commited and make sure it works for other people? ;) Justin |