Log in to follow, share, and participate in this community.
Thread Server push
Server pushHello, 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...
3.0.0-M1 taggedI'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...
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...
Thread Service discovery; clustering; load-balancing; etc.
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...
Interceptor NegotiationA long while back, Tom Elrod proposed a mechanism by which an interceptor stack can be configured for a connection. Someone at a later time suggested that the mechanism should be based on some sort of negotiation. So ...
Contexts, Sessions and ServicesContexts have been refactored to be generic. The type signature is "Context<I, O>" where I is the request ("input") type and O is the reply ("output") type. Unfortunately both request and reply start with "R". :...
One-way messages in Remoting 3I've been thinking about what Trustin said when we met a number of weeks ago, about one-way messages, delivery guarantee, and how it is implemented. Trustin's point back then was that a one-way message is actually ve...
Thread 2.2.2-SP1.jar and 2.2.2-SP1-brew.jar different
2.2.2-SP1.jar and 2.2.2-SP1-brew.jar differentHello remoters, I have a JBM user who has reported significantly behavioural differences between said jars, which strikes me as somewhat worrying: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=123119
remoting streamsEarlier this year I had an email exchange with Tom Elrod about the jboss remoting implementation of an InputStream. I had identified a variety of weaknesses in the implementation, and, more importantly, I wanted to ge...
Interceptor APII've committed the interceptor API into the Remoting 3 API module. I've removed the transaction and authentication methods from Context and created interceptor service interfaces for each of these. They are SecuritySe...
Unable to connect to JBoss ASHi I'm trying to access a site running on JBoss AS, but it keeps giving me a 'Unable to connect message' It works when I try to access using:
http://localhost:9090/myApp
But not when I use
http://my.machine.nam...
Thread The mad, mad world of Remoting requirements
The mad, mad world of Remoting requirementsOne thought I am left with after our recent design workshop is that there are a wide variety of expectations for Remoting 3. Accumulating all of my notes, emails, etc., I've discovered that there are some requirements...
Remoting sources?Where do i find the remoting sources? I am trying to verify http://jira.jboss.com/jira/browse/JBREM-411 and do need to look at the test cases. The labs page stil points to cvs.
JIRA ComponentsI've added two components to JIRA for Remoting 3: "r3 core" and "r3 api". Any bugs/tasks/etc related to the Remoting 3 Core and API modules should be filed in these components.
Transport Use CasesRight now there are a set of socket-based transports (including bisocket, multiplex, and socket, and encrypted variants), RMI, and a few HTTP-based transports. There are a few other transports that are on the table -...
NPE in HTTPSClientInvoker.I get a NullPointerException at HTTPSClientInvoker.createSocketFactory() line 144 because the code catches an exception and tries to log it, but the logger hasn't been initialized yet. This NPE masks the original exce...
Remoting 3 API Mockup/prototypeI made a mockup/prototype Remoting 3 API in the past couple days. I've uploaded it to a sandbox SVN repository in order to have a basis for discussion on features and so forth. Basically it's just a bunch of interface...
Why bother with APR?I've been having an email discussion with various parties about NIO versus APR. I'm thinking specifically in terms of Remoting, but I think that the discussion can be more generally applied. What I want to know is, w...
Interruption and the Remoting 3 APISome operations in Remoting 3 might be long-running under normal conditions, and thus it is be desirable to provide a means to interrupt them. This is means is provided by way of allowing the synchronous request metho...
Thread How to integrate JBoss Remoting with Spring Framework
How to integrate JBoss Remoting with Spring FrameworkIs it possible to use JBoss Remoting with Spring Framework ? And my web server is Tomcat 5. If possible can any body give me the guidance on how to do this. Katta.