Allow overriding the default Spring assembly without having to modify it
------------------------------------------------------------------------

                 Key: JS2-740
                 URL: https://issues.apache.org/jira/browse/JS2-740
             Project: Jetspeed 2
          Issue Type: Improvement
          Components: Assembly/Configuration
    Affects Versions: 2.1.1
            Reporter: Ate Douma
            Assignee: Ate Douma
             Fix For: 2.1.1


Spring provides a simply configuration override solution: just have it load the 
overriding bean definitions later.
Jetspeed currently loads all configurations (except the boot which is loaded 
first) from one directory which makes it difficult to use this feature as there 
is no guarantee in which order the files will be loaded.

By adding an additional assembly subdirectory, override, to be loaded after the 
default assembly directory, it becomes very easy to use the Spring override 
feature.
Just put only your changed/modified bean definitions in an Spring configuration 
xml file and there is no need to change the default assembly anymore.

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


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

Reply via email to