Found the bug, when removing:

[code]<!--  replacement of the mvc:annotation-drive tag, since that overrides 
the  -->
<bean 
class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping">
        <property name="order" value="1" />
</bean>
[/code]
it was fixed. As it was also used by Blossom, in:

[code]<bean 
class="info.magnolia.module.blossom.preexecution.BlossomHandlerMapping">
                <property name="targetHandlerMappings">
                        <list>
                                <bean
                                        
class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping">
                                        <property 
name="useDefaultSuffixPattern" value="false" />
                                </bean>
                                <bean 
class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping" />
                        </list>
                </property>
        </bean>
[/code]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=6dddc9de-374d-44af-acdc-020eb8e3c019


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to