[jboss-jira] [JBoss JIRA] Commented: (JBESB-294) MessageAwareListener cannot be instantiated by the EsbListenerController becua seu it doesn't have the proper constructor
Esteban Schifman (JIRA)
jira-events at jboss.com
Fri Dec 22 07:30:45 EST 2006
[ http://jira.jboss.com/jira/browse/JBESB-294?page=comments#action_12349292 ]
Esteban Schifman commented on JBESB-294:
----------------------------------------
The EsbListenerController is dead meat. The new controlling process for message aware listeners is the 'ListenerManager' interface, and it's default implementation: DefaultListenerManager.
So, MessageAwareListener has a constructor (using your words: a 'proper' constructor) that takes two arguments: ListenerManager and ConfigTree.
> MessageAwareListener cannot be instantiated by the EsbListenerController becua seu it doesn't have the proper constructor
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: JBESB-294
> URL: http://jira.jboss.com/jira/browse/JBESB-294
> Project: JBoss ESB
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: ESB Core
> Affects Versions: 4.0 RC1
> Reporter: Tom Fennelly
> Assigned To: Esteban Schifman
> Priority: Blocker
>
> Hey Es....
> EsbListenerController is trying to instantiate the MessageAwareListener through a constructor of the form (EsbListenerController, ConfigTree). MessageAwareListener doesn't have a constructor matching this sig.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list