You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Gabriel Gruber (JIRA)" <ji...@apache.org> on 2018/04/04 08:53:00 UTC

[jira] [Commented] (COCOON-2347) Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version

    [ https://issues.apache.org/jira/browse/COCOON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16425204#comment-16425204 ] 

Gabriel Gruber commented on COCOON-2347:
----------------------------------------

I have added a path for AbstractTestCase which fixes the test-case fails in cocoon-core. The problem was that Spring4 needed the applicationContext to be refreshed. If that was not done, the loading of the XML resource bundles would fail with this exception:

java.lang.IllegalStateException: org.apache.cocoon.MockWebApplicationContext@7d898981 has not been refreshed yet

> Make Cocoon 2.2 compatible with latest Spring Framework 4.2.x version
> ---------------------------------------------------------------------
>
>                 Key: COCOON-2347
>                 URL: https://issues.apache.org/jira/browse/COCOON-2347
>             Project: Cocoon
>          Issue Type: Improvement
>          Components: * Cocoon Core, - Components: Sitemap, - Expression language, - Servlet service framework
>    Affects Versions: 2.2
>            Reporter: Gabriel Gruber
>            Assignee: Javier Puerto
>            Priority: Major
>         Attachments: AbstractElementParser.java.patch, AbstractTestCase.java.patch, AbstractTestCase.java.patch, BeanMapElementParser.java.patch, BridgeElementParser.java.patch, BridgeElementParser.java.patch, CallScope.java.patch, MockRequestAttributes.java.patch, MultiMap.java, MultiValueMap.java, ObjectModel.java.patch, ObjectModelImpl.java.patch, PipelineComponentInfoInitializerDecorator.java.patch, PipelineComponentScope.java.patch, ServletDecorator.java.patch, ServletScope.java.patch, SitemapElementParser.java.patch, SourceResource.java.patch, UnmodifiableMultiMap.java.patch, WildcardBeanMap.java.patch
>
>
> The goal of this ticket is to make the current Cocoon TRUNK of 2.2 compatible with latest Spring Framework version.
> According to research and feedback in mailinglist following projects (maven modules) are affected:
> - cocoon-spring-configurator
> - cocoon-servlet-service-impl
> - cocoon-sitemap-impl
> - cocoon-pipeline-impl
> - cocoon-expression-api
> - cocoon-expression-language-impl
> ..
> Let's discuss problems, and append patches here and someone of the committers can then apply them to SVN.
> Original mail thread: http://markmail.org/message/kkdxrsjqoan6mhr6
> SVN branches:
>  * https://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_2_COCOON-2347
>  * https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-spring-configurator/branches/COCOON-2347
>  * https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-servlet-service-impl/branches/COCOON-2347
> Jenkins job: https://builds.apache.org/job/Cocoon 2.2



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)