• Exception propagation using HTTP servlet transport on 1.4.4

    There's a bug in ServletServerInvoker in 1.4.4 version of remoting. 'processRequest' methods do not support propagation of exceptions to remote clients. This code: try { // call transport on the subclass, get t...
    Profile Photo
    last modified by cyberax
  • Remoting 3: One-way requests are still the black sheep

    If you're not familiar with the Remoting 3 API, none of this will make sense or it will not mean what you think. Fair warning given! :) One-way requests need to move off of Client on to their own thing or be dropped....
    Profile Photo
    last modified by dmlloyd
  • (Extremely) Basic protocol implementation

    I've renamed the current "basic" to "multiplex" because that's really what it is, and made a real "basic" protocol. This protocol exists simply for testing and messing around; I don't want to produce any production co...
    Profile Photo
    created by dmlloyd
  • Time for some cleanup

    We're rapidly approaching the 3.0.0.Beta1 release, and I plan to do some fairly drastic code cleanup as soon as I finish my current integration tasks. Specifically: * Removal of all the old HTTP implementation module...
    Profile Photo
    last modified by dmlloyd
  • Stuck startup WebServiceDeployer

    Hi everyone , I am pretty new to jboss and have to solve some issues mainly for the version control. Since the tibco reference has changed, and start up jboss i am getting this error: What is going on?? thnx ps: i c...
    Profile Photo
    last modified by stfndln
  • JBoss Remote API with in the Jboss AS 4.21

    Hi I have standalone Server Socket Application, Can i deploy this application with in the JBoss App Server 4.2.1 using JBoss Remote API. Can I use JBoss Remote API with in the JBoss 4.2.1 AS thanks crr
    Profile Photo
    last modified by crr
  • Remoting and remote classloading

    In the course of working on JBREM-962 "Remote classloading does not work with Isolated EARs", I've realized that 1) Remoting has its own remote classloading facility, and 2) the Application Server runs an RMI classlo...
    Profile Photo
    last modified by ron_sigal
  • Remoting unmarshalling vs. class loaders

      "scott.stark@jboss.org" wrote: I have been talking to Ron about some current remoting class loading issues that arise from the invocation handler being the only one who knows the correct class loader for unmars...
    Profile Photo
    last modified by dmlloyd
  • Thread started regarding a common marshalling framework

    See http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168874 for the main thread.
    Profile Photo
    created by dmlloyd
  • R3 transports to implement

    If I remember the latest conversation with David in our IRC channel, our current timeline-less road map looks like the following overally: * 3.0 - Stable API and its R2 compatible transports (socket, RMI, servlet, b...
    Profile Photo
    last modified by trustin
  • JBREM-1019, RemotingClassLoader parent first behavior

    For the jbossas5 app client container, a class loader policy that loads from the child first is used to pickup the client jar manifest references. If such a class loader is registered as the user class loader with the...
    Profile Photo
    last modified by starksm64
  • Streaming in R3

    IIUC, we create a new connection to pull data from a stream in R2 and close the connection when we reach to the end of the stream, right? If so, I think it might cause a problem when a user exchanges thousands of sma...
    Profile Photo
    last modified by trustin
  • 2.4.0 PDF Documentation issue

    I'm reading the PDF version of the Remoting 2.4.0 Guide, and found a few subtle issues with formatting: * URL is not represented as a link. Clicking on a link in a PDF viewer should show the URL in a user's preferred...
    Profile Photo
    last modified by trustin
  • JBAS-5464 - distrib. unified http invoker

    re: http://jira.jboss.com/jira/browse/JBAS-5464 re: http://wiki.jboss.org/wiki/EJBAndJNDIOverHTTPWithUnifiedInvoker Basically, I'd like to get that exploded .sar package into AS 5.CR2 including the test cases explain...
    Profile Photo
    created by galder.zamarreno
  • JMXConnector problems in AS5 testsuite

    Cross-posting (or asking for jboss remoting guys help :-) http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160517#4160517
    Profile Photo
    created by alesj
  • Creating a Druable Queue in JBoss

    Hi Can anybody please tell me how to create a Durable Queue in JBoss? Regards Swapna
    Profile Photo
    last modified by swapna16
  • 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