[arquillian-issues] [JBoss JIRA] (ARQ-1109) WarpDispatcherServlet - set the ApplicationContext through constructor

Jakub Narloch (JIRA) jira-events at lists.jboss.org
Sun Jan 20 19:48:21 EST 2013


    [ https://issues.jboss.org/browse/ARQ-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749050#comment-12749050 ] 

Jakub Narloch commented on ARQ-1109:
------------------------------------

I'm afraid that the closest we can get without droping Spring 2.5.x support is to introduce alternative aproach of capturing the execution context through custom HandlerInterceptor. It can basicly do (almost) the same as the WarpDispatcherServlet.
                
> WarpDispatcherServlet - set the ApplicationContext through constructor
> ----------------------------------------------------------------------
>
>                 Key: ARQ-1109
>                 URL: https://issues.jboss.org/browse/ARQ-1109
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Spring
>    Affects Versions: spring_1.0.0.Beta1
>            Reporter: Jakub Narloch
>            Assignee: Jakub Narloch
>             Fix For: spring_1.0.0.next
>
>
> WarpDispatcherServlet relies on Spring 2.5.6 which by default loads the application context from xml file. In Spring 3 there were introduced change that allows to set the context through constructor. Basicly the idea is to allow configuring the WarpDispatcherServlet with custom application context but in the same time keep it's compatibility with Spring 2.5

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list