Add getTaskExecutor() method to UimaDefaultMessageListenerContainer
-------------------------------------------------------------------
Key: UIMA-1973
URL: https://issues.apache.org/jira/browse/UIMA-1973
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.3.1AS
Spring v.3.0.3 that comes with AMQ 5.4.1 throws an exception shown below when
attempting to set a TaskExecutor via setTaskExecutor():
Invalid JavaBean property 'taskExecutor' being accessed! Ambiguous write methods
found next to actually used [public void org.apache.uima.adapter.jms.activemq.U
imaDefaultMessageListenerContainer.setTaskExecutor(org.springframework.core.task
.TaskExecutor)]: [public void org.springframework.jms.listener.DefaultMessageLis
tenerContainer.setTaskExecutor(java.util.concurrent.Executor)]
This is thrown by Spring framework's bean introspector class when a Java Bean (
in this case UimaDefaultMessageListenerContainer) contains a setter method with
no matching getter method. This exception is described here:
https://jira.springsource.org/browse/SPR-6399
The solution to quite this down is to add getTaskExcutor() method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.