Log in to follow, share, and participate in this community.
Thread Ability to restart a Connect with SocketServerInvoker
Ability to restart a Connect with SocketServerInvokerI'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...
StatefulHandleImpl in 4.xWhen 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...
JBoss/Java APII 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...
Thread NoSuchObjectException on Server Restart (RMIClientInvoker)
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 ...
3.0.0-M2 ReleasedRemoting 3.0.0-M2 is released. I've got the jars uploaded in a ZIP file, but you'll want to check out the project and look in the "samples/" for (a pitiful few) samples of using the standalone API. The Microcontainer ...
Another interface renameAs time goes by, I am finding the interface "Context" to be increasingly confusing of a name - especially since creating a "ContextContext" interface on the server side of a request channel. In the Remoting spirit, I ...
Discussion of JBREM-954JBREM-954 I have started a forum thread in the Clustering design forums due to ramifications of any solutions to this JIRA has in the UnifiedInvokerHAProxy layer. See: http://www.jboss.com/index.html?module=bb&o...
jmx invoker in trunkI'm wondering why the JMX invoker in trunk is still using the jrmp invoker instead of the unified invoker? http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/trunk/server/src/resources/jmx-invoker-adaptor/META-INF/jb...
Sample JRPP client and server code?I tried to find the usage of org.jboss.cx.remoting.Remoting in the sample module, but couldn't find one yet. Just before checking in my code that resolves http://jira.jboss.com/jira/browse/JBREM-914, I'd like to make ...
Thread Out of order message problem (discussion thread for JBREM-96
Out of order message problem (discussion thread for JBREM-96When dealing with a protocol using multiple channels (HTTP for example, and possibly a future multi-channel JRPP variant), sending two messages on two different channels can cause ordering issues if the second message...
Thread Checking in Eclipse project files into Remoting 3 repository
Checking in Eclipse project files into Remoting 3 repositoryI've just managed to import all Remoting 3 components into Eclipse. For those who will try to import Remoting 3 into their Eclipse workbench, I thought it might be a good idea to check in the project files into the so...
Duplicate mbean removalOn shutdown of the jbossas server I'm seeing these spurious errors due to the Connector trying to unregister itself or some other mbean:
13:00:10,081 INFO [TomcatDeployment] undeploy, ctxPath=/web-console, vfsUrl=m...
Thread PortUtil - Hits Max Will Always Hand Out 65535
PortUtil - Hits Max Will Always Hand Out 65535I think I've done all the requisite searching to see if this has been discussed elsewhere and I'm slightly convinced it may be a bug that hasn't been uncovered in that I'm not certain it has been hit as hard in testin...
A compilation error in Remoting 2'ant test' fails with the following output: [javac] /home/trustin/workspace/checkout/jboss/remoting2/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java:1813: cannot find symbol
[javac] symbo...
Thread Prerequisites for including Remoting 3 in JBossAS
Prerequisites for including Remoting 3 in JBossASI'd like to use this forum thread to accumulate a list of requirements that need to be met (in terms of features/functionality) for Remoting 3.x to be included with JBossAS as a replacement for the various things usin...
A compilation error in AbstractTypeMap, R3I don't get a compilation error when I build R3 with Ant, but Eclipse always shows a compilation error in AbstractTypeMap. It's 50th line: public Set<Entry<? extends B>> entrySet() {
return entrySet;
}...
Design of Remoting 3 deployersI've started a thread in the Deployers forum about the design of the R3 deployer. The link is here: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124437
Request headers must dieOK, so a while back we decided that it would be a good idea for requests to contain headers that can be mapped to the headers of the underlying protocol. Now that I'm actually implementing said protocols (HTTP at the...
HTTP transport and securityFor the purposes of securing the Remoting 3 HTTP transport, I intend to rely on HTTPS and standard HTTP authentication mechanisms to provide the authentication and encryption for the transport. Another possibility wo...
Streams again - this time, with threadsOK, so I can use the previously discussed mechanism to allow the user to include arbitrary streams into the request, which are mapped to the remote side by the use of stream handlers. But one issue that comes up in m...