[jboss-jira] [JBoss JIRA] Created: (JBAS-4702) Don't support null 'tpes' param to HAPartition cluster RPC invocation methods

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Sep 11 18:04:11 EDT 2007


Don't support null 'tpes' param to HAPartition cluster RPC invocation methods
-----------------------------------------------------------------------------

                 Key: JBAS-4702
                 URL: http://jira.jboss.com/jira/browse/JBAS-4702
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
            Priority: Minor
             Fix For:  JBossAS-5.0.0.Beta3


The HAPartition RPC methods require "Object[] params, Class[] types" in their signature.  In the impl we try to deal with people passing null as the types by using a deprecated JGroups method. In AS 5 we won't do that anymore; the types have to be provided.

-- 
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