• [Remoting 3] Memory leak by closed connections

    I found this bug (pretty sure about it being a bug, would love to directly file an issue in the issue tracker, but that doesn't seem to be possible without having some SalesForce "support case reference") when porting...
    Profile Photo
    last modified by rschneider
  • EJB invocations from a remote client using JAAS

    SERVER: Jboss 6.2 eap   I have a client application which is used to invoke an EJB at my JBoss Server. Everything was working properly when my jboss-ejb-client-property was something like this:   jboos-ejb...
    Profile Photo
    last modified by barry_allen
  • KERBEROS AUTHENTICATION INTEGRATION FOR REMOTING

    Hello,   I am following these instructions here: Chapter 3. Additional Features - Red Hat Customer Portal   Specifically, I am trying to follow section 3.3 and get Kerberos working with a remoting applicat...
    Profile Photo
    last modified by tmfjr
  • jboss river marshaling - handling a renamed field

    I have a situation where some of the fields in a class have been renamed to remove underscores so that version 1.x can no longer talk to version 2.x of the server.  The serialization mechanism being used is river...
    Profile Photo
    created by clecompt
  • How to support Multihome Remoting in Jboss 4.2.3

    I'm currently using Jboss 4.2.3. This has been customized for specific purpose. So, it is very hard to upgrade my server.   From the Remoting documentation, I found that the multihome support in Remoting is avai...
    Profile Photo
    last modified by arun168403
  • Apache Reserve Proxy vs Jboss

    Hello people,   I have a problem whit the Apache reserve proxy to a Jboss, here's my config:   <VirtualHost *:7779>        Port 80      ServerName domai...
    Profile Photo
    created by dblue_one
  • More issues with Pinger

    Sorry to be a pain, but I'm going through our remaining remoting issues we're having in messaging. :( We've been having connections mysteriously disappear from beneath us due even though the pinger was going on them ...
    Profile Photo
    last modified by timfox
  • XPost - Remoting from unsigned applet - ClassLoader security

    http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109218 How hard would it be to get Remoting working in an unsigned applet?
    Profile Photo
    last modified by fatbatman
  • How to call JBoss Remoting Server from non-java (or non Remoting) client

    I have a potential need where I would like to use the JBoss Remoting Server only. If Server is supporting both SOCKET and HTTP, how do I access it from non-remoting client or non-java client (for example plain text fr...
    Profile Photo
    last modified by gmansoor
  • Parent POM artifactId

    The current parent POM's artifactId is 'jboss-remoting-all'.  As far as I know, most projects uses '-parent' rather than '-all' for a parent POM and it's more intuitive in my opinion.  Would you mind if I ch...
    Profile Photo
    last modified by trustin
  • Remoting 3: "groupName" -> "instanceName"?

    While starting to develop Remoting 3 services in earnest, it occurs to me that the term "group name" is a bit confusing.  It identifies a unique instance of a service within an endpoint more than anything.  ...
    Profile Photo
    last modified by dmlloyd
  • EOFException while closing stream causes hang

    I'm using 2.5.2_SP and I'm getting a hang because all my closes on a stream that was passed over to the server don't finish.  The stack trace shows that in MicroSocketClientInvoker::transport() that an EOFExcepti...
    Profile Photo
    created by tsaulpau
  • Performance (CPU Utilization costs, for remote calls across

    I ran a simple experiment to try and measure the performance impact of using a remote session versus a local session within a jboss cluster. More specifically, I was looking at CPU utilization. It involved the followi...
    Profile Photo
    created by bainwohl
  • Remoting 3 protocol SPI

    Some discussion about protocol independent proxies in the thread "Naming over Remoting 3" in the JBoss AS Development forum (http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266845#4266845) has sugges...
    Profile Photo
    last modified by ron_sigal
  • Can't load remote interface of ejb in my client from jboss

    Hi, I had written a client which is trying to call the ejb dynamically using reflection api. Instead of putting the home and remote interfaces in the classpath of the client application I am trying to load these inter...
    Profile Photo
    created by vikram_khati
  • Remoting 3: Builder pattern for service registration

    I was looking at service registration and thought that it might be better/more user-friendly to switch this to use the builder pattern to construct the services. Compare: final Registration handle = endpoint.servi...
    Profile Photo
    last modified by dmlloyd
  • Remoting 3: Two ways to create a local client

    Remoting 3 gives us two ways to invoke local services. One is by creating a client that wraps a request listener directly on the endpoint. The other is to use the connection API to create a local connection, and look ...
    Profile Photo
    created by dmlloyd
  • Remoting 3: Slight change to connection handler API

    Since now there are more than one pair of eyeballs on this code again, I'm just posting a heads-up that I'm changing the connection handler API a little bit. Before, a connection instance would implement ConnectionHa...
    Profile Photo
    created by dmlloyd
  • JBoss RMI + Serialization performance issue

    hi, This is w.r.t. http://labs.jboss.com/jbossremoting/docs/benchmark/performance_benchmark.html where comparision between diffarent protocols is done. The page also gives the JUnit code that generated the graphs. we...
    Profile Photo
    last modified by ravi_eze
  • Remoting 3: Type-safe client API

    Leaving aside the fact that it's been an amazingly long time since I've had a chance to post in here... I've recently added additional type-safe methods to the Client interface in trunk. The purpose of these methods ...
    Profile Photo
    last modified by dmlloyd