You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Ioannis Canellos (JIRA)" <ji...@apache.org> on 2010/12/08 14:54:01 UTC

[jira] Created: (KARAF-318) JdbcBackingEngine should acquire schema configuration from JdbcLoginModule

JdbcBackingEngine should acquire schema configuration from JdbcLoginModule
--------------------------------------------------------------------------

                 Key: KARAF-318
                 URL: https://issues.apache.org/jira/browse/KARAF-318
             Project: Karaf
          Issue Type: Improvement
    Affects Versions: 2.2.0
            Reporter: Ioannis Canellos
             Fix For: 2.2.0


Currently the JDBCBackingEngine uses hard coded statements in order to insert/update/delete users and roles.

It should be possible to configure all these statements on the JDBCLogingModule. Then the JDBCBackingEngine should acquire these parameters from the JDBCLoginModule. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Closed] (KARAF-318) JdbcBackingEngine should acquire schema configuration from JdbcLoginModule

Posted by "Jamie goodyear (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear closed KARAF-318.
--------------------------------

    
> JdbcBackingEngine should acquire schema configuration from JdbcLoginModule
> --------------------------------------------------------------------------
>
>                 Key: KARAF-318
>                 URL: https://issues.apache.org/jira/browse/KARAF-318
>             Project: Karaf
>          Issue Type: Improvement
>    Affects Versions: 2.2.0
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: 2.2.0
>
>
> Currently the JDBCBackingEngine uses hard coded statements in order to insert/update/delete users and roles.
> It should be possible to configure all these statements on the JDBCLogingModule. Then the JDBCBackingEngine should acquire these parameters from the JDBCLoginModule. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (KARAF-318) JdbcBackingEngine should acquire schema configuration from JdbcLoginModule

Posted by "Ioannis Canellos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Canellos reassigned KARAF-318:
--------------------------------------

    Assignee: Ioannis Canellos

> JdbcBackingEngine should acquire schema configuration from JdbcLoginModule
> --------------------------------------------------------------------------
>
>                 Key: KARAF-318
>                 URL: https://issues.apache.org/jira/browse/KARAF-318
>             Project: Karaf
>          Issue Type: Improvement
>    Affects Versions: 2.2.0
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: 2.2.0
>
>
> Currently the JDBCBackingEngine uses hard coded statements in order to insert/update/delete users and roles.
> It should be possible to configure all these statements on the JDBCLogingModule. Then the JDBCBackingEngine should acquire these parameters from the JDBCLoginModule. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (KARAF-318) JdbcBackingEngine should acquire schema configuration from JdbcLoginModule

Posted by "Ioannis Canellos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Canellos resolved KARAF-318.
------------------------------------

    Resolution: Fixed

Updated the JDBCEngineFactory to build the JDBCBackingEngine using the schema configuration from JDBCLoginModule.
The schema configuration is in the form of select/insert/delete statements. They can be added to the LoginModule as options and are passed to the BackingEngine via setters.

> JdbcBackingEngine should acquire schema configuration from JdbcLoginModule
> --------------------------------------------------------------------------
>
>                 Key: KARAF-318
>                 URL: https://issues.apache.org/jira/browse/KARAF-318
>             Project: Karaf
>          Issue Type: Improvement
>    Affects Versions: 2.2.0
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: 2.2.0
>
>
> Currently the JDBCBackingEngine uses hard coded statements in order to insert/update/delete users and roles.
> It should be possible to configure all these statements on the JDBCLogingModule. Then the JDBCBackingEngine should acquire these parameters from the JDBCLoginModule. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.