You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2010/03/09 21:46:27 UTC

[jira] Commented: (VYSPER-187) Spring configuration is broken

    [ https://issues.apache.org/jira/browse/VYSPER-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843278#action_12843278 ] 

Niklas Gustavsson commented on VYSPER-187:
------------------------------------------

My bad, I missed this during the upgrade of MINA to 2.0. I'll have a look at it tomorrow unless someone beats me to it.

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