I have a very, very strange phenomenom: I have one web-application which handles several clients. Each client uses its own database, but the database schema is always the same.
Our web-application handles requests for all clients, so I have to switch the PersistenceBroker as soon as I notice that another client should be handled.
This generally works fine when testing one client, but when testing other clients simultanously data of client A appears in the results of client B and vice versa. The most funny (?) thing is that the visible data switches from client A to client B after a few clicks.
Is it possible that the cache ojb-uses doesn't respect the different PersistenceBrokers? That would explain the described behaviour.
How could I turn off the cache, so I can verify this ?
Do you have other ideas which I might try ?
I am using ojb1.0rc5
With regards Tino
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
