• HAJNDI and JNDIView

    Feature Request: Shouldn't JNDIView have some processing to detect (MBean query?) HAJNDI instances and list the bindings that are replicated?
    Profile Photo
    last modified by adrian.brock
  • Removal of old HA-JNDI implementation

    For 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...
    Profile Photo
    last modified by jerrygauth
  • Issues with cluster node crashes with REPL_SYNC session repl

    Opening this forum thread to talk about JBAS-2170 in particular and effects of nodes crashes with REPL_SYNC session replication in general.
    Profile Photo
    last modified by brian.stansberry
  • Deleting JBossManagerCMP and ClusteredSessionCMP

    Is 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...
    Profile Photo
    last modified by brian.stansberry
  • Farm deployment, cluster merge and offline operations

    We 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...
    Profile Photo
    last modified by smarlow
  • Discovery of all clusters on a given network

    FYI, 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 ...
    Profile Photo
    last modified by belaban
  • obtaining IP for targets in loadbalance policy

    I'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...
    Profile Photo
    last modified by peterb
  • org.jboss.ha.framework.server.FarmMemberService behaviour

    I 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...
    Profile Photo
    last modified by garu
  • JBoss 4.0.2 clustering in WAN environment

    Hi 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...
    Profile Photo
    created by sboddula
  • Should nodes joining the cluster pull applications from ever

    This 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 ...
    Profile Photo
    last modified by smarlow
  • org.jboss.ha.framework.server.FarmMemberService again

    Sorry 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...
    Profile Photo
    last modified by garu
  • Printing on Cluster

    Hi, 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
    Profile Photo
    created by hido
  • EJB TimerService in a clustered environment

    There 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...
    Profile Photo
    last modified by kraftek
  • TimerService Persistence across server re-starts

    How 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...
    Profile Photo
    created by mka
  • org.jgroups.blocks.RpcDispatcher and Exceptions

    I'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...
    Profile Photo
    last modified by starksm64
  • Inconsistent handling of group rpc call exceptions

    I'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...
    Profile Photo
    last modified by starksm64
  • 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. ...
    Profile Photo
    created by adrian.brock
  • Colocation and local optimization - JBAS-57

    This 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)...
    Profile Photo
    last modified by adrian.brock
  • Running Node

    I'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...
    Profile Photo
    created by javakung
  • HASingleton Programming

    When I create an HASingleton MBean, can I just extends HASingletonSupport class in org.jboss.ha.singleton package? Or, just I should extends ServiceMBeanSupport class?
    Profile Photo
    last modified by moongabi