[jboss-jira] [JBoss JIRA] Issue Comment Edited: (EJBTHREE-2112) Address clustering testsuite failures
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Fri Jun 11 06:48:38 EDT 2010
[ https://jira.jboss.org/browse/EJBTHREE-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12535136#action_12535136 ]
jaikiran pai edited comment on EJBTHREE-2112 at 6/11/10 6:46 AM:
-----------------------------------------------------------------
Thanks for releasing 1.2.0.Final, Brian. The testsuite now has 150 less failures. I'll close this issue. Upgrading to newer version as detailed in JBCLUSTER-282 will be done as part of EJBTHREE-2114
was (Author: jaikiran):
Thanks for releasing 1.2.0.Final, Brian. The testsuite has now 150 less failures. I'll close this issue. Upgrading to newer version as detailed in JBCLUSTER-282 will be done as part of EJBTHREE-2114
> 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