[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1958) Fix the clusteredsession test failure against AS trunk

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sat Nov 21 13:37:29 EST 2009


    [ https://jira.jboss.org/jira/browse/EJBTHREE-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12495954#action_12495954 ] 

Brian Stansberry commented on EJBTHREE-1958:
--------------------------------------------

My last comment assumed you knew the fix, which may not be 100% true, :-) The fix for this is to just remove the following, no need to replace it with anything else:

         
      <!-- The address used to determine the node name -->
      <property name="nodeAddress">${jboss.bind.address}</property>

> Fix the clusteredsession test failure against AS trunk
> ------------------------------------------------------
>
>                 Key: EJBTHREE-1958
>                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1958
>             Project: EJB 3.0
>          Issue Type: Task
>          Components: testsuite
>            Reporter: jaikiran pai
>            Assignee: jaikiran pai
>
> JBAS-7209 removed the nodeAddress property from the org.jboss.ha.framework.server.ClusterPartition MC bean. The EJB3 testsuite (clusteredsession testcases) has testlocal-jboss-beans.xml which has references to this property. As a result, this file fails to deploy against AS trunk with the following exception:
> Caused by: java.lang.IllegalArgumentException: No such property nodeAddress for bean org.jboss.ha.framework.server.ClusterPartition available [allowSynchronousMembershipNotifications, haPartitionDependencyCreator, JGroupsVersion, threadPool, nodeName, state, currentView, bindIntoJndi, serviceName, stateString, clusterNodes, stateTransferTimeout, distributedStateService, clusterNode, name, currentViewId, distributedReplicantManager, methodCallTimeout, partitionName, distributedReplicantManagerImpl, class, kernelControllerContext, log, channelStackName, DRMServiceNames, channelFactory, cacheHandler, distributedStateImpl, currentNodeCoordinator, cacheConfigName, notificationInfo, server]
> 	at org.jboss.beans.info.plugins.AbstractBeanInfo.getProperty(AbstractBeanInfo.java:147)
> The test config needs to be fixed.
> P.S: The fix to that test config should be done in such a way that the test remains compatible against EAP-5 
>  
>  

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

        



More information about the jboss-jira mailing list