You want to tell what I need to rebuild torque-security-impl for
every turbine installation for every different database?
In Peer class setDbName sets criteria database name property to ""
(PeerProperty DATABASE_NAME is "" after OM generation), because
criteria database name property equals Turbine default database name.
Why i should rebuild library which is part of turbine, why not to
place "default" by default?
On Mon, Mar 31, 2008 at 11:46 PM, Thomas Vandahl <tv@apache.org> 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: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org
|