Log in to follow, share, and participate in this community.
Thread [Remoting 3] Memory leak by closed connections
[Remoting 3] Memory leak by closed connectionsI found this bug (pretty sure about it being a bug, would love to directly file an issue in the issue tracker, but that doesn't seem to be possible without having some SalesForce "support case reference") when porting...
Thread EJB invocations from a remote client using JAAS
EJB invocations from a remote client using JAASSERVER: Jboss 6.2 eap I have a client application which is used to invoke an EJB at my JBoss Server. Everything was working properly when my jboss-ejb-client-property was something like this: jboos-ejb...
Thread KERBEROS AUTHENTICATION INTEGRATION FOR REMOTING
KERBEROS AUTHENTICATION INTEGRATION FOR REMOTINGHello, I am following these instructions here: Chapter 3. Additional Features - Red Hat Customer Portal Specifically, I am trying to follow section 3.3 and get Kerberos working with a remoting applicat...
Thread jboss river marshaling - handling a renamed field
jboss river marshaling - handling a renamed fieldI have a situation where some of the fields in a class have been renamed to remove underscores so that version 1.x can no longer talk to version 2.x of the server. The serialization mechanism being used is river...
JBoss Remoting 3 HelloWorld SampleWhat's the JBoss Remoting 3 HelloWorld Sample JBoss Remoting is wide used in JBoss Application Server, Remoting 3 is the next generation of JBoss Remoting, this article will provide a quick start sample for us...
[Remoting 3] SASL and KerberosWorking on how Kerberos can be supported with Remoting for REM3-29, the first stage is understanding the unederlying mechanism. Please Note, this article is not a user guide, it is a reference guide to ...
Thread How to support Multihome Remoting in Jboss 4.2.3
How to support Multihome Remoting in Jboss 4.2.3I'm currently using Jboss 4.2.3. This has been customized for specific purpose. So, it is very hard to upgrade my server. From the Remoting documentation, I found that the multihome support in Remoting is avai...
Apache Reserve Proxy vs JbossHello people, I have a problem whit the Apache reserve proxy to a Jboss, here's my config: <VirtualHost *:7779> Port 80 ServerName domai...
More issues with PingerSorry to be a pain, but I'm going through our remaining remoting issues we're having in messaging. :( We've been having connections mysteriously disappear from beneath us due even though the pinger was going on them ...
Thread How to call JBoss Remoting Server from non-java (or non Remoting) client
How to call JBoss Remoting Server from non-java (or non Remoting) clientI have a potential need where I would like to use the JBoss Remoting Server only. If Server is supporting both SOCKET and HTTP, how do I access it from non-remoting client or non-java client (for example plain text fr...
Parent POM artifactIdThe current parent POM's artifactId is 'jboss-remoting-all'. As far as I know, most projects uses '-parent' rather than '-all' for a parent POM and it's more intuitive in my opinion. Would you mind if I ch...
Remoting 3: "groupName" -> "instanceName"?While starting to develop Remoting 3 services in earnest, it occurs to me that the term "group name" is a bit confusing. It identifies a unique instance of a service within an endpoint more than anything. ...
Thread EOFException while closing stream causes hang
EOFException while closing stream causes hangI'm using 2.5.2_SP and I'm getting a hang because all my closes on a stream that was passed over to the server don't finish. The stack trace shows that in MicroSocketClientInvoker::transport() that an EOFExcepti...
R3.1 Remote Protocol SpecificationRemote Protocol Specification Table of Contents
Remote Protocol Specification
Table of Contents
Overview
Message Format
Framing
Header
First and Last Markers
End of Data Marker
...
Thread Performance (CPU Utilization costs, for remote calls across
Performance (CPU Utilization costs, for remote calls acrossI ran a simple experiment to try and measure the performance impact of using a remote session versus a local session within a jboss cluster. More specifically, I was looking at CPU utilization. It involved the followi...
Remoting 3 protocol SPISome discussion about protocol independent proxies in the thread "Naming over Remoting 3" in the JBoss AS Development forum (http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266845#4266845) has sugges...
Thread Can't load remote interface of ejb in my client from jboss
Can't load remote interface of ejb in my client from jbossHi, I had written a client which is trying to call the ejb dynamically using reflection api. Instead of putting the home and remote interfaces in the classpath of the client application I am trying to load these inter...
Thread Remoting 3: Builder pattern for service registration
Remoting 3: Builder pattern for service registrationI was looking at service registration and thought that it might be better/more user-friendly to switch this to use the builder pattern to construct the services. Compare:
final Registration handle = endpoint.servi...