[
https://issues.apache.org/jira/browse/DIRMINA-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590740#action_12590740
]
Trustin Lee commented on DIRMINA-573:
-------------------------------------
The constructors with various parameters are a shortcut for 'new
ExecutorFilter(new OrderedExecutor(...))'. It seems like you are interested in
configuring the properties of OrderedExecutor. Of course you can do that with
Spring nested property without modifying MINA.
<bean id="..." class="org.apache.mina.filter.ExecutorFilter" ...>
<proeprty name="executor.corePoolSize" value="100"/>
</bean>
> Exposing ExecutorFilter private members with getter and setter methods -
> Spring issue
> -------------------------------------------------------------------------------------
>
> Key: DIRMINA-573
> URL: https://issues.apache.org/jira/browse/DIRMINA-573
> Project: MINA
> Issue Type: Improvement
> Components: Core
> Affects Versions: 2.0.0-M1
> Environment: Spring framework version 2.5.0 to 2.5.3
> Reporter: simon trudeau
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> Currently, Spring version 2.5.0 to 2.5.3 have a bug with dependency injection
> based on constructor argument. Basically when classes have many constructors
> with the same number of arguments, dependency injection doesn't work. It
> would really help if the org.apache.mina.filter.executor.ExecutorFilter would
> expose its private members using getter and setter methods.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.