Ticket #307 (closed defect: invalid)
Missing required thread name when subscribing a bean to a message
| Reported by: | Jorge Loyo | Owned by: | peterfarrell |
|---|---|---|---|
| Priority: | major | Milestone: | Mach-II 1.8.0 alpha |
| Component: | framework - core | Version: | 1.8.0 - Framework |
| Keywords: | message-subscribers, subscriber, call-method, thread | Cc: | jorgeloyo@… |
| Blocking: | Blocked By: |
Description
While testing the call-method support in a message I get the following error:
Error Detail: Thread name must be specified and it can not be empty.
This is my message declaration:
<message-subscribers>
<message name="needAddressData" multithreaded="true" waitForThreads="true" timeout="60">
<subscriber bean="geodataService" method="getCountries" resultArg="countries" />
<subscriber bean="geodataService" method="getStates" resultArg="states">
<arg name="countrycode" value="${event.countrycode:'US'}"/>
</subscriber>
</message>
</message-subscribers>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

