• Ability to restart a Connect with SocketServerInvoker

    I'm seeing some issues with an AS clustering test that attempts to restart (ie. deploy, then stop(), then start()) a bunch of services. They tie back to restarting an instance of UnifiedInvoker and how it interacts th...
    Profile Photo
    last modified by brian.stansberry
  • StatefulHandleImpl in 4.x

    When migrating a huge application from JBoss 3.2.7 to JBoss 4.0 (and then to JBoss 4.2), I found some strange behaviour which I filed as a bug (http://jira.jboss.org/jira/browse/JBAS-5302) and some implementation deta...
    Profile Photo
    last modified by frito
  • JBoss/Java API

    I am getting the following error when while using Eclipse/JBoss. Can anyone help in pointing me to a solution? Help is greatly appreciated. log4j:WARN The log4j system is not properly configured! log4j:WARN All ERR...
    Profile Photo
    last modified by bedehaan
  • NoSuchObjectException on Server Restart (RMIClientInvoker)

    We're using a Swing application to connect to JBoss EAP 4.2CR1. The connecor is configured to use the UnifiedInvoker and a transport of rmi. This is a conversion from Weblogic 8.1. Everything works pretty nicely, but ...
    Profile Photo
    last modified by jcreynol
  • 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