You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Evgeny Ryabitskiy (JIRA)" <ji...@apache.org> on 2009/11/01 00:19:59 UTC

[jira] Created: (CAY-1299) Cayenne Distributed Configuration to aggregate DataDomains from several configuration files

Cayenne Distributed Configuration to aggregate DataDomains from several configuration files
-------------------------------------------------------------------------------------------

                 Key: CAY-1299
                 URL: https://issues.apache.org/jira/browse/CAY-1299
             Project: Cayenne
          Issue Type: New Feature
          Components: Cayenne Core Library
            Reporter: Evgeny Ryabitskiy
             Fix For: 3.0


I wish to Aggregated domain information from several configuration files.

Like in my case I have several modules, each has it's configuration like myModule-cayenne.xml
So now aplication need to get aggregated configuration from all modules.

related to  	 CAY-943

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


[jira] Updated: (CAY-1299) Cayenne Distributed Configuration to aggregate DataDomains from several configuration files

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

Evgeny Ryabitskiy updated CAY-1299:
-----------------------------------

    Attachment: CAY-1299.patch

This is how I solve this problem.
Very simple solution.
It's already used in my project and works fine almost.... 
But I decide to contribute it, maybe to be not only person who is supporting it... :)



> Cayenne Distributed Configuration to aggregate DataDomains from several configuration files
> -------------------------------------------------------------------------------------------
>
>                 Key: CAY-1299
>                 URL: https://issues.apache.org/jira/browse/CAY-1299
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: Cayenne Core Library
>            Reporter: Evgeny Ryabitskiy
>             Fix For: 3.0
>
>         Attachments: CAY-1299.patch
>
>
> I wish to Aggregated domain information from several configuration files.
> Like in my case I have several modules, each has it's configuration like myModule-cayenne.xml
> So now aplication need to get aggregated configuration from all modules.
> related to  	 CAY-943

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


[jira] Commented: (CAY-1299) Cayenne Distributed Configuration to aggregate DataDomains from several configuration files

Posted by "Evgeny Ryabitskiy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAY-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772295#action_12772295 ] 

Evgeny Ryabitskiy commented on CAY-1299:
----------------------------------------

Still need to test it for several DataNodes with different  DataSorces (mean different DB types)..
There was really crazy thing!
When I configure 2 DataDomains on different Data Base servers... first is MS SQL and second is Oracle.
Both Domains and Nodes initialized properly for each DataSorce but Oracle DataSorce override MS SQL DataSorce in first domen...

How could it happen... maybe because my DataNodes has same name?

> Cayenne Distributed Configuration to aggregate DataDomains from several configuration files
> -------------------------------------------------------------------------------------------
>
>                 Key: CAY-1299
>                 URL: https://issues.apache.org/jira/browse/CAY-1299
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: Cayenne Core Library
>            Reporter: Evgeny Ryabitskiy
>             Fix For: 3.0
>
>         Attachments: CAY-1299.patch
>
>
> I wish to Aggregated domain information from several configuration files.
> Like in my case I have several modules, each has it's configuration like myModule-cayenne.xml
> So now aplication need to get aggregated configuration from all modules.
> related to  	 CAY-943

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


[jira] Updated: (CAY-1299) Cayenne Distributed Configuration to aggregate DataDomains from several configuration files

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

Evgeny Ryabitskiy updated CAY-1299:
-----------------------------------

    Fix Version/s:     (was: 3.0)
                   3.1

> Cayenne Distributed Configuration to aggregate DataDomains from several configuration files
> -------------------------------------------------------------------------------------------
>
>                 Key: CAY-1299
>                 URL: https://issues.apache.org/jira/browse/CAY-1299
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: Cayenne Core Library
>            Reporter: Evgeny Ryabitskiy
>             Fix For: 3.1
>
>         Attachments: CAY-1299.patch
>
>
> I wish to Aggregated domain information from several configuration files.
> Like in my case I have several modules, each has it's configuration like myModule-cayenne.xml
> So now aplication need to get aggregated configuration from all modules.
> related to  	 CAY-943

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


[jira] Commented: (CAY-1299) Cayenne Distributed Configuration to aggregate DataDomains from several configuration files

Posted by "Evgeny Ryabitskiy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAY-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772483#action_12772483 ] 

Evgeny Ryabitskiy commented on CAY-1299:
----------------------------------------

After some research I found what was a problem....
While working with several DataSources in same time I use transaction... I really didn't expect that DataSorce is going to be extracted from transaction....

So this configuration is working... problem was not here...

> Cayenne Distributed Configuration to aggregate DataDomains from several configuration files
> -------------------------------------------------------------------------------------------
>
>                 Key: CAY-1299
>                 URL: https://issues.apache.org/jira/browse/CAY-1299
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: Cayenne Core Library
>            Reporter: Evgeny Ryabitskiy
>             Fix For: 3.0
>
>         Attachments: CAY-1299.patch
>
>
> I wish to Aggregated domain information from several configuration files.
> Like in my case I have several modules, each has it's configuration like myModule-cayenne.xml
> So now aplication need to get aggregated configuration from all modules.
> related to  	 CAY-943

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