[jboss-jira] [JBoss JIRA] Closed: (JBREM-114) getting callbacks for a callback handler always returns null
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 05:31:07 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-114?page=all ]
David Lloyd closed JBREM-114.
-----------------------------
> getting callbacks for a callback handler always returns null
> ------------------------------------------------------------
>
> Key: JBREM-114
> URL: http://jira.jboss.com/jira/browse/JBREM-114
> Project: JBoss Remoting
> Issue Type: Bug
> Components: callbacks
> Affects Versions: 1.2.0 final
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Priority: Critical
> Fix For: 1.2.0 final
>
>
> When made the change to include not only client id, but the handler id as well to identify which handler was being registered on the invoker server, did not account for the getting (pull) of callbacks.
> Therefore, when add a callback handler, it uses these two ids to identify the callback handler. When call to get the callbacks from the server, the server looks up the handler but there is only the client id and not the handler id (since no handler is passed to the Client's getCallback() method). Therefore, there are never any callbacks.
> This is going to require an API change to Client.
--
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