Log in to follow, share, and participate in this community.
Thread Server side connection clean-up
Server side connection clean-upIn JBoss Messaging we want to clean-up server side connection resources when the connection from the client fails, e.g. the client dies. On the client side, we can hook into connection failure using addConnectionList...
remoting vs raw transport performanceThere was a jira issue logged (JBREM-195) that pointed out the performance difference between raw rmi calls and rmi calls using remoting. Although the performance is better now, it spurred me to write some tests to co...
DO NOT POST USER QUESTIONS HEREIf you want to help with the development or discuss the design of the Remoting you are in the correct place. If you are asking for help, go here: http://www.jboss.com/index.html?module=bb&op=viewforum&f=222 ...
JBAS-2237: DiscussionComment by Scott M Stark [09/Sep/05 12:13 PM] Delete [ Permlink ] The stack trace and message look consistent to me. You appear to have used an invalid naming url for the current InitialContextFactory and its parsing ...
Thread Improvements of call-by-value and pluging jboss-serializatio
Improvements of call-by-value and pluging jboss-serializatioI was going to send this message to jboss-development list at sourceforge but since the message takes forever to be delivered I decided to use this forum instead. I have worked with Telrod on improve call-by-value o...
Thread Running into exception while using EJB3 Beta1 and 4.0.3RC1
Running into exception while using EJB3 Beta1 and 4.0.3RC1Basically we are polling the server from a client every 1 sec using a StatelessSessionBean and we run into this exception once in a while : 2005-07-28 18:06:31,421 DEBUG [ClientPoller][ClientPoller]: Initiating a pol...
Thread Couple of questions regarding JBOSS Remoting
Couple of questions regarding JBOSS RemotingHi, Today only I read about remoting. I got few doubts, My first question, intially I thought of writing RMI server and client classes, then i read about remoting. Can I using remoting instead of writing directly u...
Thread Migrating Externalizable object to a versioned implementatio
Migrating Externalizable object to a versioned implementatioIn looking into an issue I found that some pooled invoker changes had not been migrated to the 4.0 branch, and as part of this I wanted to externalize the current hard-coded retry connection count. This would require ...
MBean design flaw?Can please anybody explain the detector MBean design of JBoss Remoting 1.2.0 to me? There is a class AbstractDetector which implements the interface Detector, as well as the MBean interface AbstractDetectorMBean. The...
Remoting JBossAS integration - next stepsI'd like to start a discussion on the next phase of JBossAS/Remoting integration. In particular, I'd like to know where we are in terms of clustering and "sharing" or "not sharing" connections across applications for...
Application server configuration confusionI have scanned the forums and the web for information on this but haven't found adequate information. If I simply missed some wiki page somewhere please let me know. 1. What version of JBR is included in JBoss AS 4.0...
Thread getting error in connecting to server via client
getting error in connecting to server via clientI am getting following error when I want to connect to server by outside client: org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection. at org.jboss.remo...
NAT issuesI talked to a jboss user who indicated he needed to create a custom invoker to deal with firewall routing issues because the remoting layer did not have the notion of allowing the client endpoint to specify the connec...
Thread Is JBOSS remoting suitable for lightweight applets?
Is JBOSS remoting suitable for lightweight applets?Hi, I wonder if JBOSS remoting is suitable for use in java applets. The total size of the applet should be small < 150kb. I need a way to communicate with enterprise beans, and it also have to handle http transpor...
Streaming support - use cases?I am working on adding support of adding the ability to send InputStreams via remoting. I have the basics working, but am struggling with how to expose this via the API. The concept is that if a user wants to pass an...
JBossRemoting 1.2.0 releasedThe JBossRemoting 1.2.0 release is now available. Some of the new features include: * SSL Support * Support for HTTP/HTTPS proxy and basic authentication (direct and via proxy) * Sending of input streams * Servle...
Servlet invoker added - test cases neededA servlet based transport has been added to the remoting code. See http://wiki.jboss.org/wiki/Wiki.jsp?page=Remoting_servlet_invoker for more information. Although there are some tests for this invoker that match the...
remoting on Jboss 3.xI'm curious to know about the possibility of running JBoss/Remoting inside JBoss 3.x. As we know, JBoss/Remoting can run standalone - so it doesn't have any JBossAS dependencies. However, due to some libraries that s...
security issuesI delivered a presentation on JBoss/Remoting tonight at the Philly JBUG, and received a question that I didn't know the answer. I figured I post it here since I promised to find the answer :-) It involves security. W...