You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org> on 2007/07/04 17:45:04 UTC

[jira] Created: (COCOON-2083) Allow database connections defined as Spring beans to be used in Avalon components

Allow database connections defined as Spring beans to be used in Avalon components
----------------------------------------------------------------------------------

                 Key: COCOON-2083
                 URL: https://issues.apache.org/jira/browse/COCOON-2083
             Project: Cocoon
          Issue Type: New Feature
          Components: * Cocoon Core, Blocks: Databases
    Affects Versions: 2.2-dev (Current SVN)
            Reporter: Grzegorz Kossakowski
            Assignee: Grzegorz Kossakowski
             Fix For: 2.2-dev (Current SVN)


In thread http://thread.gmane.org/gmane.text.xml.cocoon.devel/73925 we have came to conclusion that there is no way to access database connections defined as Spring beans. Since we have a lot of Avalon-managed components in Cocoon and Spring-based solutions are preferred now I think it's worth to implement a bridge that will connect both worlds.

The idea is implement Avalon's selector (DataSourceSelector) that will gather connections defined both in Avalon and Spring way and expose all of them. New Spring-based selector will replace old one and the old one will be renamed to stay still accessible for new selector.

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


[jira] Closed: (COCOON-2083) Allow database connections defined as Spring beans to be used in Avalon components

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

Grzegorz Kossakowski closed COCOON-2083.
----------------------------------------

    Resolution: Fixed

Implemented solution that has been described in this comment: https://issues.apache.org/jira/browse/COCOON-2106#action_12528410

Since Csaba Kazó confirmed it works I'm closing this issue. The only part left is to provide tiny document explaining how to migrate Avalon configuration of database connection to Spring ones. I'll create such within few days.

> Allow database connections defined as Spring beans to be used in Avalon components
> ----------------------------------------------------------------------------------
>
>                 Key: COCOON-2083
>                 URL: https://issues.apache.org/jira/browse/COCOON-2083
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: * Cocoon Core, Blocks: Databases
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski
>            Assignee: Grzegorz Kossakowski
>             Fix For: 2.2-dev (Current SVN)
>
>
> In thread http://thread.gmane.org/gmane.text.xml.cocoon.devel/73925 we have came to conclusion that there is no way to access database connections defined as Spring beans. Since we have a lot of Avalon-managed components in Cocoon and Spring-based solutions are preferred now I think it's worth to implement a bridge that will connect both worlds.
> The idea is implement Avalon's selector (DataSourceSelector) that will gather connections defined both in Avalon and Spring way and expose all of them. New Spring-based selector will replace old one and the old one will be renamed to stay still accessible for new selector.

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


[jira] Commented: (COCOON-2083) Allow database connections defined as Spring beans to be used in Avalon components

Posted by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517898 ] 

Grzegorz Kossakowski commented on COCOON-2083:
----------------------------------------------

See this[1] comment describing how beans should be named to work properly in Avalon components.

[1] https://issues.apache.org/jira/browse/COCOON-2106#action_12517896

> Allow database connections defined as Spring beans to be used in Avalon components
> ----------------------------------------------------------------------------------
>
>                 Key: COCOON-2083
>                 URL: https://issues.apache.org/jira/browse/COCOON-2083
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: * Cocoon Core, Blocks: Databases
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski
>            Assignee: Grzegorz Kossakowski
>             Fix For: 2.2-dev (Current SVN)
>
>
> In thread http://thread.gmane.org/gmane.text.xml.cocoon.devel/73925 we have came to conclusion that there is no way to access database connections defined as Spring beans. Since we have a lot of Avalon-managed components in Cocoon and Spring-based solutions are preferred now I think it's worth to implement a bridge that will connect both worlds.
> The idea is implement Avalon's selector (DataSourceSelector) that will gather connections defined both in Avalon and Spring way and expose all of them. New Spring-based selector will replace old one and the old one will be renamed to stay still accessible for new selector.

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