Spring configuration is broken
------------------------------
Key: VYSPER-187
URL: https://issues.apache.org/jira/browse/VYSPER-187
Project: VYSPER
Issue Type: Bug
Reporter: Thomas Kratz
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.