[
https://issues.apache.org/jira/browse/VYSPER-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niklas Gustavsson closed VYSPER-187.
------------------------------------
Resolution: Fixed
Assignee: Niklas Gustavsson
Fixed.
commit -m "Spring config now supports MINA 2.0 (VYSPER-187)"
/Users/niklas/Documents/svn/vysper-trunk/server/core/src/main/config/spring-config.xml
Sending
/Users/niklas/Documents/svn/vysper-trunk/server/core/src/main/config/spring-config.xml
Transmitting file data ...
Committed revision 921133.
> Spring configuration is broken
> ------------------------------
>
> Key: VYSPER-187
> URL: https://issues.apache.org/jira/browse/VYSPER-187
> Project: VYSPER
> Issue Type: Bug
> Reporter: Thomas Kratz
> Assignee: Niklas Gustavsson
>
> I use a spring config based on your example to set up my server (for eg with
> my own Authentication)
> After a recent update today the config seemd to be broken. I could fix
> org.apache.mina.filter.LoggingFilter to
> org.apache.mina.filter.logging.LoggingFilter
> but now i get
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'filterChainBuilder' defined in class path resource
> [vysper-config.xml]: Error setting property values; nested exception is
> org.springframework.beans.PropertyBatchUpdateException; nested
> PropertyAccessExceptions (1) are:
> PropertyAccessException 1:
> org.springframework.beans.MethodInvocationException: Property 'filters' threw
> exception; nested exception is java.lang.NoClassDefFoundError:
> org/apache/mina/common/IoFilter
> is this referenced from mina spring integration ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.