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

robert lazarski commented on AXIS2-5467:
----------------------------------------

A sample project may help, but if you needed a quicker solution I suggest 
turning on debug and seeing if axis2 is attempting to load Spring before your 
app has configured it. And also to try tweaking the axis2 source to use 
getRequiredWebApplicationContext instead of getWebApplicationContext if the 
latter returns null, take a look at the source of WebApplicationContextUtils 
and RequestContextListener to see the difference. 
                
> Extend Spring support to accept web-scoped beans
> ------------------------------------------------
>
>                 Key: AXIS2-5467
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5467
>             Project: Axis2
>          Issue Type: New Feature
>          Components: Integration
>    Affects Versions: 1.6.2
>            Reporter: Anton 
>
> 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

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to