• Remote Classloading Service Redesign - JBAS-2075

    This thread is for the discussion of issues related to JBAS-2075 and the redesign/enhancement of the remote classloading service.
    Profile Photo
    last modified by adrian.brock
  • access to tomcat jars for remoting

    This post is in regards to jira issue - http://jira.jboss.com/jira/browse/JBAS-2766. Since the change of remoting http server invoker to use the tomcat connectors, there has been a requirement for the following tomca...
    Profile Photo
    last modified by tom.elrod
  • Atomic Operations

    Hi I have a scenario in which I need to treat DB commit of 2 rows as one atomic operation. How do I achieve this using CMT? Any tips would be useful. Basically I have something like this. public class TestMDBean im...
    Profile Photo
    created by akrishmohan
  • Servlet transport is completely broken.

    Servlet transport (in Remoting 2.0) is broken in sooooo many ways.... 1) There can't be two servlet invokers (it's necessary, for example, if you want to use them for JBoss Messagning and for EJBs - they require sepa...
    Profile Photo
    last modified by cyberax
  • 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