HandlerInterceptors doesnt work with Jsr181HandlerMapping on Spring 2.x
-----------------------------------------------------------------------
Key: XFIRE-917
URL: http://jira.codehaus.org/browse/XFIRE-917
Project: XFire
Issue Type: Bug
Components: Spring
Affects Versions: 1.2.5
Reporter: Jara Cesnek
Assigned To: Dan Diephouse
applicationContext.xml
<bean id="webServicesAgent"
class="org.codehaus.xfire.spring.remoting.Jsr181HandlerMapping" abstract="true">
<property name="typeMappingRegistry"><ref
bean="xfire.typeMappingRegistry"/></property>
<property name="xfire"><ref bean="xfire"/></property>
<property name="webAnnotations">
<bean
class="org.codehaus.xfire.annotations.jsr181.Jsr181WebAnnotations"/>
</property>
<property name="urlPrefix"><value>/webservices/</value></property>
<property name="interceptors">
<list>
<ref local="openSessionInView"/>
</list>
</property>
</bean>
OpenSessionInView gets ingnored due to bug in Jsr181HandlerMapping.java which
do not call super.initApplicationContext() in overriden method
initApplicationContext().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email