Can somebody provide a clue of how it's possible that the turbine security
system database functionality can be working accessing the database without
a problem but not the same for the sample "Insert Entry" form? 

This because I'm getting an Exception when using the "Insert Entry"
functionality, precisely when doing:

dbMap = Torque.getDatabaseMap("webapp") at RdfMapBuilder.java

After debugging my guess is, the decoupled Torque has not been initialized
because  MapBuilder peer classes have not build their DataBaseMap dbMap
member objects, here I have a question, who is supposed to do the
Torque.init() method call? It's assumed that as developer I should do it or
not? I'm assuming that the framework somewhere, sometime should do it but
I'm not sure, or is this a .properties file issue?  

I can do almost everything with the security system: insert, delete, query
users, role, permissions, etc. and obviously that is reflected correctly in
the database.

Thanks for your help,
Rogelio

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to