• Strategy for supporting NonSerializable data

    With the switch to JDK5, accessing remotely the MBeanServer over the legacy JMXAdaptor and getting back MBeanInfo is problematic, due to non-serializable objects stored in the MBeanInfo Descriptors. We could deal wit...
    Profile Photo
    last modified by dimitris
  • Leasing is br0ken in servlet transport.

    Servlet transport doesn't process lease request messages, so it doesn't work.
    Profile Photo
    last modified by cyberax
  • Detached invokers are too detached from the transport

    So in looking at a request to be able to use the ssl client cert as the caller identity for an ejb as can be done for CLIENT_CERT authentication in the web tier, the current detached invoker framework is too detached ...
    Profile Photo
    last modified by starksm64
  • JSR-160 support

    Is there any intention to proceed with JSR-160 support? http://jira.jboss.com/jira/browse/JBREM-222
    Profile Photo
    last modified by dimitris
  • Source artifacts and jbossas version

    I added a jboss-remoting-src.zip artifact to the remoting build that should be included in the repository artifacts to simplify testing for other projects, and added jboss-remoting-src.zip artifacts to the 2.2.0.Alpha...
    Profile Photo
    last modified by starksm64
  • Better support for multi-homing

    Consider this connector config: <mbean code="org.jboss.remoting.transport.Connector" name="jboss.remoting:service=Connector,transport=Socket" display-name="Socket transport Connector"> <attribute name=...
    Profile Photo
    last modified by starksm64
  • source for 1.4.3

    I'm trying to find the source for 1.4.3 to debug a problem I'm having, but I can't find it anywhere. Can someone point me in the right direction? Thanks.
    Profile Photo
    last modified by ddunkin
  • org.jboss.remoting.CannotConnectException (ejb3)

    Hello When trying to connect to jboss (behind firewall) from a java client outside, i get a org.jboss.remoting.CannotConnectException: Can not get connection to server. Pr oblem establishing socket connection. at org...
    Profile Photo
    last modified by mhaerdi
  • Callback acknowledgements

    Integrating the Remoting http transport into JBossMessaging has uncovered a requirement in Messaging for Remoting callbacks to generate acknowledgements, and we're soliciting comments on the nature of these acknowledg...
    Profile Photo
    last modified by ron_sigal
  • change to client leasing

    Due to a bug with remoting regarding now client leases are managed (see http://jira.jboss.com/jira/browse/JBREM-596), the latest code base has been changed so that client leases are managed by the client invoker and n...
    Profile Photo
    last modified by tom.elrod
  • Wire Versioning at the Application-level Needed

    I feel that wire versioning (http://labs.jboss.com/portal/jbossremoting/docs/guide/ch12.html) is a very important feature, because if people are using JBoss Remoting as the framework on which they are building distrib...
    Profile Photo
    last modified by joe.marques
  • Moving core o.j.invocation classes to common

    With the effort underway to consolidate the client-side interceptor models, a problem that comes up is where to put some of the core org.jboss.invocation classes, e.g. org.jboss.invocation.Invocation. http://jira.jbo...
    Profile Photo
    last modified by brian.stansberry
  • Have remoting support a non invocation based model

    Hi Tom et al As we move further ahead with JBoss Messaging, we're going to need to provide a non blocking approach to processing requests on the server. I.e. on the server side: Read some data (non blocking) from t...
    Profile Photo
    last modified by timfox
  • Extracting load balancing classes from AS cluster module for

    Opening a forum thread for discussions of http://jira.jboss.com/jira/browse/JBCLUSTER-137 First fundamental issue is the dependencies that the LoadBalancePolicy interface brings with it: 1) public void init (HARMICl...
    Profile Photo
    last modified by brian.stansberry
  • Encryption in Remoting

    Related to http://jira.jboss.com/jira/browse/JBREM-419 I plug in a CipherOutputStream to the JBossObjectOutputStream. The issue with COS is that it needs an explicit close() to flush all the data across. But this cau...
    Profile Photo
    last modified by anil.saldhana
  • refactoring of SSLSocketBuilder / RemotingSSLSocketFactory

    I checked in some refactoring to combine the common code that existed between SSLSocketBuilder and RemotingSSLSocketFactory. I also added additional configuration capabilities to SSLSocketBuilder - the ones of import...
    Profile Photo
    last modified by mazz
  • Changes to Client that require connect() be called

    This topic is in reference to http://jira.jboss.com/jira/browse/JBREM-366 The remoting code has been changed to use reference counting for client invokers created instead of re-creating new instances if the current o...
    Profile Photo
    last modified by tom.elrod
  • Broken connection listener test due to JBREM-382

    Test case org.jboss.test.remoting.lease.LocalLeaseTestCase within remoting test suite fails due to the changes for http://jira.jboss.com/jira/browse/JBREM-382 (also more info in http://www.jboss.com/index.html?module=...
    Profile Photo
    created by tom.elrod
  • local invoker behavior

    While working on JBREM-382, I realized might be good to get feedback on the behavior of the local invokers in general. To start, if a client and server are running within the same VM, the client will use a local invok...
    Profile Photo
    last modified by tom.elrod
  • remoting configuration semantics

    Currently the rules for configuration the Client and Connector is fairly loose. The problem is that the projects is getting too big to not have better constraints on when/where configurations can be set. Therefore, wo...
    Profile Photo
    created by tom.elrod