• 3.0.0-M2 Released

    Remoting 3.0.0-M2 is released. I've got the jars uploaded in a ZIP file, but you'll want to check out the project and look in the "samples/" for (a pitiful few) samples of using the standalone API. The Microcontainer ...
    Profile Photo
    last modified by dmlloyd
  • Another interface rename

    As time goes by, I am finding the interface "Context" to be increasingly confusing of a name - especially since creating a "ContextContext" interface on the server side of a request channel. In the Remoting spirit, I ...
    Profile Photo
    last modified by dmlloyd
  • Discussion of JBREM-954

    JBREM-954 I have started a forum thread in the Clustering design forums due to ramifications of any solutions to this JIRA has in the UnifiedInvokerHAProxy layer. See: http://www.jboss.com/index.html?module=bb&o...
    Profile Photo
    created by galder.zamarreno
  • jmx invoker in trunk

    I'm wondering why the JMX invoker in trunk is still using the jrmp invoker instead of the unified invoker? http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/trunk/server/src/resources/jmx-invoker-adaptor/META-INF/jb...
    Profile Photo
    created by adrian.brock
  • Sample JRPP client and server code?

    I tried to find the usage of org.jboss.cx.remoting.Remoting in the sample module, but couldn't find one yet. Just before checking in my code that resolves http://jira.jboss.com/jira/browse/JBREM-914, I'd like to make ...
    Profile Photo
    last modified by trustin
  • Out of order message problem (discussion thread for JBREM-96

    When dealing with a protocol using multiple channels (HTTP for example, and possibly a future multi-channel JRPP variant), sending two messages on two different channels can cause ordering issues if the second message...
    Profile Photo
    last modified by dmlloyd
  • Checking in Eclipse project files into Remoting 3 repository

    I've just managed to import all Remoting 3 components into Eclipse. For those who will try to import Remoting 3 into their Eclipse workbench, I thought it might be a good idea to check in the project files into the so...
    Profile Photo
    last modified by trustin
  • Duplicate mbean removal

    On shutdown of the jbossas server I'm seeing these spurious errors due to the Connector trying to unregister itself or some other mbean: 13:00:10,081 INFO [TomcatDeployment] undeploy, ctxPath=/web-console, vfsUrl=m...
    Profile Photo
    last modified by starksm64
  • PortUtil - Hits Max Will Always Hand Out 65535

    I think I've done all the requisite searching to see if this has been discussed elsewhere and I'm slightly convinced it may be a bug that hasn't been uncovered in that I'm not certain it has been hit as hard in testin...
    Profile Photo
    last modified by jcreynol
  • A compilation error in Remoting 2

    'ant test' fails with the following output: [javac] /home/trustin/workspace/checkout/jboss/remoting2/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java:1813: cannot find symbol [javac] symbo...
    Profile Photo
    last modified by trustin
  • Prerequisites for including Remoting 3 in JBossAS

    I'd like to use this forum thread to accumulate a list of requirements that need to be met (in terms of features/functionality) for Remoting 3.x to be included with JBossAS as a replacement for the various things usin...
    Profile Photo
    created by dmlloyd
  • A compilation error in AbstractTypeMap, R3

    I don't get a compilation error when I build R3 with Ant, but Eclipse always shows a compilation error in AbstractTypeMap. It's 50th line: public Set<Entry<? extends B>> entrySet() { return entrySet; }...
    Profile Photo
    last modified by trustin
  • Design of Remoting 3 deployers

    I've started a thread in the Deployers forum about the design of the R3 deployer. The link is here: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124437
    Profile Photo
    created by dmlloyd
  • Request headers must die

    OK, so a while back we decided that it would be a good idea for requests to contain headers that can be mapped to the headers of the underlying protocol. Now that I'm actually implementing said protocols (HTTP at the...
    Profile Photo
    last modified by dmlloyd
  • HTTP transport and security

    For the purposes of securing the Remoting 3 HTTP transport, I intend to rely on HTTPS and standard HTTP authentication mechanisms to provide the authentication and encryption for the transport. Another possibility wo...
    Profile Photo
    created by dmlloyd
  • Streams again - this time, with threads

    OK, so I can use the previously discussed mechanism to allow the user to include arbitrary streams into the request, which are mapped to the remote side by the use of stream handlers. But one issue that comes up in m...
    Profile Photo
    last modified by dmlloyd
  • Server push

    Hello, Well, i'm not asking for help here but to make a suggestion / ask for information i have already searched in this forum without success : Is server push capability planned into the Seam remoting roadmap ? I j...
    Profile Photo
    last modified by cloud
  • 3.0.0-M1 tagged

    I've tagged 3.0.0-M1. This is essentially an alpha version of Remoting 3. The main features that distinguish this version from what come before are: * It compiles * It can connect via JRPP and local protocols * Simpl...
    Profile Photo
    created by dmlloyd
  • JBoss Remoting SVN conversion is today!

    We will be converting our current CVS repository to Subversion today at 5:00pm EST (that's 22:00 UTC). Around this time the CVS repository will be "locked down", and copied to the new SVN repository (this process shou...
    Profile Photo
    last modified by dmlloyd
  • Service discovery; clustering; load-balancing; etc.

    I've come up with a basic client API for service discovery and utilization. Basically the idea is you create a ServiceLocator (which identifies what service you want to talk to), and you apply that to a Session (if yo...
    Profile Photo
    created by dmlloyd