• [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
  • JBoss Remoting 3 HelloWorld Sample

    What's the JBoss Remoting 3 HelloWorld Sample   JBoss Remoting is wide used in JBoss Application Server, Remoting 3 is the next generation of JBoss Remoting, this article will provide a quick start sample for us...
    Profile Photo
    last modified by akostadinov
  • Always hit OutOfMemoryError If I try to invoke ejb method with large object as its parameter

    Hi, all     In my stateless EJB, there is on method defined as below.     public void modelSave(SerializableInputStream model) throws java.rmi.RemoteException;     The S...
    Profile Photo
    last modified by licheng
  • [Remoting 3] SASL and Kerberos

    Working on how Kerberos can be supported with Remoting for REM3-29, the first stage is understanding the unederlying mechanism.    Please Note, this article is not a user guide, it is a reference guide to ...
    Profile Photo
    last modified by ron_sigal
  • 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
  • R3.1 Remote Protocol Specification

    Remote Protocol Specification  Table of Contents  Remote Protocol Specification Table of Contents Overview Message Format Framing Header First and Last Markers End of Data Marker ...
    Profile Photo
    last modified by dmlloyd
  • 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