[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-2112) Address clustering testsuite failures

jaikiran pai (JIRA) jira-events at lists.jboss.org
Thu Jun 10 11:25:38 EDT 2010


Address clustering testsuite failures
-------------------------------------

                 Key: EJBTHREE-2112
                 URL: https://jira.jboss.org/browse/EJBTHREE-2112
             Project: EJB 3.0
          Issue Type: Bug
          Components: testsuite
            Reporter: jaikiran pai
            Assignee: jaikiran pai
            Priority: Blocker


Mike is showing majority of clustering tests failing. The root cause is this:

2010-06-10 14:59:44,803 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (RMI TCP Connection(3)-127.0.0.1) Error installing to Start: name=ProxyFactory/clusteredsession-test/OverrideStateful/OverrideStatefulRemote/DefaultPartition state=Create: java.lang.NoSuchMethodError: org.jboss.ha.framework.server.HATarget.getReplicants()Ljava/util/ArrayList;
	at org.jboss.ejb3.proxy.clustered.registry.ProxyClusteringRegistry.registerClusteredBean(ProxyClusteringRegistry.java:117) [:1.0.3]
	at org.jboss.ejb3.proxy.clustered.factory.session.stateful.StatefulSessionClusteredProxyFactory.start(StatefulSessionClusteredProxyFactory.java:117) [:1.0.3]


The HATarget used to have a:

public ArrayList getReplicants()

in 1.1.1.GA version of jboss-ha-server-api

which has now changed (for good reasons) to:

public List getReplicants()



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list