On 12/20/05, Phillip Duba <[EMAIL PROTECTED]> wrote:
> Thanks Joe, but that's my underlying problem. The datasource is based on the
> User session. The application is a single code-based application with
> multiple datasources serving different customers.

The wiring is still correct but the Datasource bean would then be a
facade for the actual datasource. At login, you'd set the actual
datasource details into the facade (which was already wired in). The
facade would keep a simple datasource bean in session scope (i.e., for
each logged in user).

Make sense?
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

Reply via email to