Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-5467

Extend Spring support to accept web-scoped beans

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.6.2
    • None
    • Integration
    • None

    Description

      Now AXIS2 offers only ContextLoaderListener as Listener for Spring
      <listener>
      <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
      </listener>

      It's initialized during deploy of war

      For using spring web-scoped beans http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-factory-scopes-other-web-configuration axis2 must support also

      <listener>
      <listener-class>org.springframework.web.context.request.RequestContextListener</listener-class>
      </listener>

      Please, add suport or provide workaround for this issue

      Attachments

        1. AxisSpringExample.zip
          8 kB
          Anton

        Activity

          People

            Unassigned Unassigned
            popalka Anton
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: