I rebuild LIBRARY torque-security-impl with property torque.security.database.name=default peer classes now contains DTABASE_NAME = "default" But problem doesn't gone. Now criteria before query contains "default". But "default" is not "scarab". I rebuild torque-security-impl with my database name, but i don't think what library should be compiled for every database installation
On Mon, Mar 31, 2008 at 11:46 PM, Thomas Vandahl <[EMAIL PROTECTED]> wrote: > (Copying to Torque-User as this is actually a Torque question) > > > > Andrey Larionov wrote: > > > When this module compiles name of target database is unknown and > > BaseTurbineUserPeer.DATABASE_NAME is empty. > > And setDbName method sets criteria DB to "", even if it contains correct > DB. > > What should i do to resolve this problem? > > > > The database name in Torque is just a placeholder for the connection pool > which is associated with the actual database via Torque.properties. So any > (abstract) name will do as long as you re-use it in your Torque > configuration. When creating the OM-classes, "default" may be a good choice > as it allows you to map one of your connection pools as default. > > Bye, Thomas. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
