You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Andrey Larionov <an...@gmail.com> on 2008/04/03 19:56:28 UTC

Re: Another question about torque-security-impl

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 <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: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: Another question about torque-security-impl

Posted by Andrey Larionov <an...@gmail.com>.
Already done, but when i traced (under debuger) i found what "default"
dosen't have adapter, and it's doesn't equal scarab database. I cant
lose time on this issue anymore. Maybe later i return to this
question.

Thomas, Can you answer on my last letter in mailing list about
security implmentation?

On Fri, Apr 4, 2008 at 1:18 PM, Thomas Vandahl
<th...@tewisoft.de> wrote:
> Andrey Larionov wrote:
>
> > 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
> >
>
>  Leave the database name as "default" and add
>
>  torque.database.default=scarab
>
>  to Torque.properties. See the Torque documentation at db.apache.org/torque/
> for details.
>
>
>
>  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: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: Another question about torque-security-impl

Posted by Thomas Vandahl <th...@tewisoft.de>.
Andrey Larionov wrote:
> 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

Leave the database name as "default" and add

torque.database.default=scarab

to Torque.properties. See the Torque documentation at 
db.apache.org/torque/ for details.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org