Log in to follow, share, and participate in this community.
Thread Remoting 3: Beta release imminent
Remoting 3: Beta release imminentOK, so I've finished fixing up the Multiplex problems, getting integration with XNIO 1.2 and Mashalling straightened out, classloading, etc. There is only one remaining issue for Beta1, which relates to service metai...
Remoting 3: RFC: Simple load balancersIn IRC someone was asking about load balancing. One major benefit of the ClientSource+Client design is the ability to create a wrapper ClientSource which can do things like this. I thought it would be nice to provide ...
remoting-jboss-beans.xmlI'm working on moving the Remoting related stuff in AS from deploy/remoting-service.xml to deploy/remoting-jboss-beans.xml, and I have a few questions. A skeletal version of remoting-jboss-beans.xml is appended below....
Missing tomcat JARs in branches/2.x?Hi, I've just set my eclipse workspace again and checked out remoting2/branches/2.x, and Eclipse is telling me: Project 'jboss-remoting2' is missing required library: 'lib/apache-tomcat/tomcat-apr.jar' Project 'jbos...
Thread Exception propagation using HTTP servlet transport on 1.4.4
Exception propagation using HTTP servlet transport on 1.4.4There'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...
Thread Remoting 3: One-way requests are still the black sheep
Remoting 3: One-way requests are still the black sheepIf 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....
(Extremely) Basic protocol implementationI'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...
Time for some cleanupWe'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...
Stuck startup WebServiceDeployerHi 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...
JBoss Remote API with in the Jboss AS 4.21Hi 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
Remoting and remote classloadingIn 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...
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...
R3 transports to implementIf 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...
Thread JBREM-1019, RemotingClassLoader parent first behavior
JBREM-1019, RemotingClassLoader parent first behaviorFor 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...
Streaming in R3IIUC, 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...
2.4.0 PDF Documentation issueI'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...
JBAS-5464 - distrib. unified http invokerre: 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...
JMXConnector problems in AS5 testsuiteCross-posting (or asking for jboss remoting guys help :-) http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160517#4160517