Log in to follow, share, and participate in this community.
Thread HAJNDI and JNDIView
HAJNDI and JNDIViewFeature Request: Shouldn't JNDIView have some processing to detect (MBean query?) HAJNDI instances and list the bindings that are replicated?
Removal of old HA-JNDI implementationFor JBoss 5, I've provided another HA-JNDI implementation based upon JBossCache. This implementation is in a new package so that the original implementation is still intact. By default, the new implementation is now u...
Thread Deleting JBossManagerCMP and ClusteredSessionCMP
Deleting JBossManagerCMP and ClusteredSessionCMPIs anyone aware of any reason to keep the old CMP-based distributed http session code around in Branch_4_0 and HEAD? I'm going to be doing some refactoring in the o.j.web.tomcat.tc5.session package and would prefer no...
Thread Farm deployment, cluster merge and offline operations
Farm deployment, cluster merge and offline operationsWe would like to solve the general case of what happens when members of the cluster are temporarily disconnected from other members of the cluster. This discussion is about deciding what we want and how to accomplish...
Thread Discovery of all clusters on a given network
Discovery of all clusters on a given networkFYI, I have added this feature to JGroups 2.2.9. Every JGroups node now listens to 224.0.0.75:7500 (this can be turned off, or changed, but is on by default). This allows a developer to discover all instances of all ...
Thread obtaining IP for targets in loadbalance policy
obtaining IP for targets in loadbalance policyI'm trying to develop a custom LoadBalancePolicy that selects targets based on their location within the network (for instance servers within the local subnet will probably be faster, also hopcount might matter). Howe...
org.jboss.ha.framework.server.FarmMemberService behaviourI have a question regarding FarmMemberService implementation. (version 4.0.2 final) During service start, before enabling the scanner thread you call PullNewDeployments(), where you check that remote deployment is ne...
JBoss 4.0.2 clustering in WAN environmentHi JBoss clustering uses Jgroups communication (multicast) for Clustering technology . Although multicast is enabled across all routers and firewalls , JBoss clustering doesn't work in the same network ( with differe...
Thread Should nodes joining the cluster pull applications from ever
Should nodes joining the cluster pull applications from everThis was raised in http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64186 and I wanted to discuss a proposal for resolving the issue without clouding the discussion in the other item. I would like to ...
Thread org.jboss.ha.framework.server.FarmMemberService again
org.jboss.ha.framework.server.FarmMemberService againSorry to bother you again but i think i found another problem that may become an issue in a large environment. Suppose you have a cluster of N nodes and each node has A applications in the farm directory. Now you joi...
Printing on ClusterHi, I get my print service from my Jboss AS. This supplies the printers, which are already installed on this server. As behaves jboss, if I it with cluster on two physically separated server runs. best regards
Thread EJB TimerService in a clustered environment
EJB TimerService in a clustered environmentThere is a problem with timer ID generation (class org.jboss.ejb.txtimer.BigIntegerTimerIdGenerator) in a clustered environment. Everything is fine as long as I use for persistence purposes a database per server in cl...
Thread TimerService Persistence across server re-starts
TimerService Persistence across server re-startsHow do I configure JBOSS to store existing timers across a reboot, and have them continue to exist after the server comes back up? I know this is possible, as it's also part of the 2.1 spec. Thanks in advance for sug...
Thread org.jgroups.blocks.RpcDispatcher and Exceptions
org.jgroups.blocks.RpcDispatcher and ExceptionsI'm looking into why the HAPartitionImpl extension of the RpcDispatcher.handle method is only logging checked exceptions thrown by the method invocation and I see that the RpcDispatcher has no concept of exceptions be...
Thread Inconsistent handling of group rpc call exceptions
Inconsistent handling of group rpc call exceptionsI'm looking into some inconsistent behavior regarding group rpc calls and exceptions related to this bug report: http://jira.jboss.com/jira/browse/JBAS-1571 Logging of cluster rpc method exceptions at warn level is i...
DO NOT POST USER QUESTIONS HERE!This forum is for discussing the implementation of JBoss's clustering framework. It is for developer discussions only. As a general rule, if you are asking for help you are not taking part in a developer discussion. ...
Thread Colocation and local optimization - JBAS-57
Colocation and local optimization - JBAS-57This relates to the following JIRA task: http://jira.jboss.com/jira/browse/JBAS-57 Since the colocation check in HAJRMP isn't redudant, this needs fixing in two ways: a) It needs applying to the other HA invokers b)...
Running NodeI'm using the above version of XDoclet with a session bean. But, JBoss and XDoclet don't seem to agree on the ejb-jar deployment descriptor doctype. My build script looks like : <ejbdoclet
destdir="${genjava.dir...
HASingleton ProgrammingWhen I create an HASingleton MBean, can I just extends HASingletonSupport class in org.jboss.ha.singleton package? Or, just I should extends ServiceMBeanSupport class?