• Starting services in a cluster

    Is there a way to dynamically tell HASingleton service to stop on Node A and start on Node D (could be a new node added to cluster) Sorry for posting this here in developer forum as I hardly get any response to my qu...
    Profile Photo
    last modified by mohitanchlia
  • JBPAPP-653

    Discussion (perhaps with myself) re: logs attached to http://jira.jboss.com/jira/browse/JBPAPP-653. Couple indications point to a problem with perf02 receiving messages. 1) perf04, which would use perf02 as a buddy ...
    Profile Photo
    last modified by brian.stansberry
  • HA election policy

    I am looking for some complete reference to ElectionPolicy in HA Singleton. I am not able to find complete guide. I have gone through Clustering Guide but it's not elaborate enough on HA singleton/ElectionPolicy etc. ...
    Profile Photo
    last modified by mohitanchlia
  • Pluggable replication protocols

    Hi all, I'm taking a look on JBossCache to see if it is possible to use this framework to test and compare new replication protocols. Is it possible to plug new replication protocols in the framework and configure wh...
    Profile Photo
    last modified by nonius
  • HAJNDI access of NamingContext.localServer

    As part of JBNAME-8 to add security for sensitive operations, I really need to remove access to the public static localServer variable of the org.jnp.interfaces.NamingContext class. It looks like the only current user...
    Profile Photo
    last modified by starksm64
  • Transaction Stickiness in heterogeneous/homogeneous deployme

    I was thinking and running some further error situation tests with regards to transaction stickiness and I came to the conclusion that transaction stickiness only makes sense in a homogeneous deployment scenario, not ...
    Profile Photo
    last modified by galder.zamarreno
  • HANamingService IllegalStateException: Must call setClustere

    As I'm testing moving the beans from conf/jboss-service.xml to deploy, and I'm now seeing this exception when the HANamingService is starting: 21:01:30,619 INFO [HANamingService] Started HAJNDI bootstrap; jnpPort=1...
    Profile Photo
    last modified by starksm64
  • Handling soft versus hard pooledInvoker exceptions in JRMPIn

    Before I create a jira for this issue, I wanted to gather some feedback. Let me know if I didn't explain this clearly enough. :-) I noticed that the PooledInvokerProxy.invoke() handles java.io.EOFException by throwin...
    Profile Photo
    last modified by smarlow
  • JBCLUSTER-206 - Extract HB/JBC integration layer from EJB3

    re: https://jira.jboss.org/jira/browse/JBCLUSTER-206 I've decided to have a go at this. Brian kindly provided with a set of steps of what he thinks needs doing: 1) Decide on a name for binary and module in svn. I t...
    Profile Photo
    last modified by galder.zamarreno
  • Service Binding Manager

    Just an FYI for those who follow this forum re changes in Service Binding Manager. See http://wiki.jboss.org/wiki/AS5ServiceBindingManager as well as JIRA and forum thread linked from that page.
    Profile Photo
    created by brian.stansberry
  • JBPAPP-863 -- FC blocks during slow failure detection

    Discussion of http://jira.jboss.com/jira/browse/JBPAPP-863 . Removing FC is not a general purpose option as it is highly likely that will lead to OOM problems. Removing it in a 2 node TCP-based cluster like this test...
    Profile Photo
    last modified by brian.stansberry
  • Java Concurrency in Practice annotations

    FYI, I've added the net.jcip/jcip-annotations jar to the AS trunk thirdparty.
    Profile Photo
    created by brian.stansberry
  • HASingleton election and communication with mod_cluster

    See http://wiki.jboss.org/wiki/en/ModClusterDesign and http://wiki.jboss.org/wiki/Mod-Cluster_AS_integration for background. HASingleton election refers to the process by which one of a set of nodes in a cluster is c...
    Profile Photo
    created by brian.stansberry
  • JBAS-4960 - broken merge

    With the latest change to the JBossWebMetaData, the merge is failing due to an NPE. Caused by: java.lang.NullPointerException at org.jboss.metadata.web.jboss.JBossWebMetaData.merge(JBossWebMetaData.java:1051) at ...
    Profile Photo
    last modified by adrian.brock
  • jboss clustering shell script for rhel5

    Hi, I need a help... I wil explain the setup 1st....I need to install rhel5 images on some linux boxes.The requirement is that ones the system boots Jboss shud be up and running.Yups.....I have the init script with ...
    Profile Photo
    created by suvra82002
  • JBAS-5647 HAPartition Sync Call with RspFilter

    Hi, re: http://jira.jboss.com/jira/browse/JBAS-5647 Taking in account that this JIRA requires an API change, I'd like to get it done asap. Creating the response filter for HA-JNDI and making HA-JNDI use this new API...
    Profile Photo
    last modified by galder.zamarreno
  • setting up a jboss as proxy for routing HTTP requests to jbo

    I have been working on jbos cluster from past 2 years. I already have a setup where apache as a front end to jboss cluster with mod_jk2. Now because of some reasons I need to remove the apache and I want to shift the ...
    Profile Photo
    last modified by krisohary
  • Rant on Clustering design forum name

    Apologies if I might sound fuzzy, but the header from cluster design forum emails is too long compared to any other mailing lists, isn't it? [Design of Clustering on JBoss (Clusters/JBoss)] Whenever I wanna read an ...
    Profile Photo
    last modified by galder.zamarreno
  • Scoping of FIELD granularity session pojos

    Currently, pojos stored in a FIELD replication granularity web session are stored in a section of the cache scoped to the webapp, not to the session. I'm more and more inclined to change this to session scoping, and w...
    Profile Photo
    last modified by brian.stansberry
  • JBAS-5577 Discussion thread

    Discussion of http://jira.jboss.com/jira/browse/JBAS-5577 . I can understand the desire for this, but let's be careful about overly harming performance or adding too much complexity to support it. The difficulty I s...
    Profile Photo
    last modified by brian.stansberry