Log in to follow, share, and participate in this community.
Thread Remoting 3: Two ways to create a local client
Remoting 3: Two ways to create a local clientRemoting 3 gives us two ways to invoke local services. One is by creating a client that wraps a request listener directly on the endpoint. The other is to use the connection API to create a local connection, and look ...
Thread Remoting 3: Slight change to connection handler API
Remoting 3: Slight change to connection handler APISince now there are more than one pair of eyeballs on this code again, I'm just posting a heads-up that I'm changing the connection handler API a little bit. Before, a connection instance would implement ConnectionHa...
JBoss RMI + Serialization performance issuehi, This is w.r.t. http://labs.jboss.com/jbossremoting/docs/benchmark/performance_benchmark.html where comparision between diffarent protocols is done. The page also gives the JUnit code that generated the graphs. we...
Remoting 3: Type-safe client APILeaving aside the fact that it's been an amazingly long time since I've had a chance to post in here... I've recently added additional type-safe methods to the Client interface in trunk. The purpose of these methods ...
Thread How to know that a remote ejb is droped from the Server
How to know that a remote ejb is droped from the ServerI created an remote ejb... And i want to know if the ejb is remove when I do the bean.remove(); I have checked in the jmx-console ( org.jboss.ejb.StatelessSessionContainer) of may ejb, and I can see statistics of cr...
Creating my own jms connection factoriesHi All, I am using JBoss 4.2.3. I want to do a lookup to JMS ConnectionFactory remotely. It is seen that by default JBoss provides two factories ConnectionFactory and XAConnectionFactory. In addition to these if I ad...
Thread Can not get connection to server - port out of range -1
Can not get connection to server - port out of range -1I'm getting this exception from the Invoker: INFO | jvm 1 | main | 2009/05/21 16:21:13 | EXCEPTION: org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection...
Server side thread leak?Re: https://jira.jboss.org/jira/browse/JBAS-6665 Ron/Richard, is this happening in clustered or non clustered tests? Or both? My thoughts: Unified invokers (read EJB2) do not work like the the EJB3 ones. The unifie...
Remoting 3: Package rename - againMuch as I hate to do this, it's looking like we're going to have to rename the Remoting 3 "org.jboss.remoting" to "org.jboss.remoting3" if we want this to be included into the AS, since there are components that canno...
Thread Remoting 2: Timeout waiting on socket for InvokerLocator
Remoting 2: Timeout waiting on socket for InvokerLocatorHi guys, I have a JMS/Remoting error that's environment-specific to my Hudson, cannot reproduce locally or on other CI servers. Mostly likely I just need to make the test more resilient? java.util.concurrent.Executi...
How to implement reverse proxyHello, I have a JBoss AS with one WEB interface from which our customer want to start another WEB application on a specific URL; our idea was to insert in our WEB interface a link to this external WEB application acce...
HTTP Tunnel subprojectAndy Taylor of JBM team will be working on the following issue: * https://jira.jboss.org/jira/browse/NETTY-109 I believe we will also be able to benefit from this if implemented generic enough (that's the purpose.)...
Remoting 3: Splitting subprojectsSo far I've split the project as follows: 1) Transporters are in https://svn.jboss.org/repos/jbossremoting/remoting3-transporter/trunk. After the main GA release of Remoting, I'll release a Beta of transporters that ...
Remoting 3: Decision time...OK, so I just released Beta2. We need to decide what else, if anything, we need to add before releasing 3.0.0.GA. Right now we've got: * Basic protocol (intended to be a model for implementations, not for primary usa...
Remoting 3: Secure Remote Classloading (JBREM-929)Various parties have already pointed out the security concerns with the existing remote classloading system and the need to better integrate with the AS classloader system. There are (at least) three points where sec...
Remoting 3: TransportersNot sure if you guys noticed, but the other night I whipped up a Transporter implementation and put it in, thinking back to Ron's comment about how he hopes they stay around. Let me know what you think!