Log in to follow, share, and participate in this community.
Thread multiplex transport for release 1.4.1
multiplex transport for release 1.4.1I'm starting this thread to follow up "remaining issues with multiplex transport for 1.4.0 final" (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=75672) so that Tim Fox will have a platform to beat o...
Bug in setupClientLeaseI'm observing a bug in Client::setupClientLease() where the same LeasePinger instance gets scheduled twice resulting in failure. Looking at the code
ret = invoker.invoke(new InvocationRequest(sessionId, subsystem...
Thread JBossIDE / JEE5 features for JBoss Remoting
JBossIDE / JEE5 features for JBoss RemotingHey guys.. I'm going around collecting information about what features you envision being supported by JBossIDE in your project for JEE5/JavaOne. I'm starting this thread to get your requests / wishes / concerns for ...
cleaning up server side callback handlersWith regards to JBREM-117, need a way for server side callback back handlers to clean up when detect client callback servers are dead. This only applies to push callbacks where try to deliver callbacks to remote callb...
log.isTraceEnabled()One other (easy) change I would really appreciate being in remoting before jboss messaging 1.0 is released, is, (in SocketClientInvoker and SocketServerInvoker especially) is to use the following idiom:
public void...
SocketWrapper.checkConnectionHi- I noticed that checkConnection is called immediately before any invocation is made. This seems to write a byte to the socket outputstream then flushes it. If the invocation itself is small enough to fit in one t...
Thread remaining issues with multiplex transport for 1.4.0 final re
remaining issues with multiplex transport for 1.4.0 final reAs I understand it, there is one (and only one) remaining issue with multiplex transport in regards to use within the JBoss Messaging project. This issue is that the local invoker is not used to make direct, by refere...
dynamic classloadingJBossRemoting currently has the ability to dynamically load classes from the server that do not exist on the client's classpath. This is only enabled when the server is configured with a loader port (see http://labs.j...
Dependency on coyote.jarI have tested JBossRemoting/head integrated with Head, and I realized something. Due to the recent changes on HTTPInvoker, HTTPLocator is loading transporters for HTTP which is depending on coyote.jar (and some other...
TransporterClient exception handlingSince the transporters use the Java reflection API to make remote calls and the "invoke" method of the class "Method" wraps all user defined exceptions of the underlying method in an "InvocationTargetException", I thi...
Serialization/Marshalling problemI'm obviously doing something wrong but can't work it out, perhaps one of you guys can help me out. I am attempting to send an Invocation (actually an org.jboss.aop.joinpoint.MethodInvocation) from client to server u...
Thread Trying to use multiplex to implement UIL2 style transport
Trying to use multiplex to implement UIL2 style transportOne of our critical tasks in JBoss Messaging is to have a "UIL2" style transport - with this transport sockets are only created from client to server, and the same socket is used for communication from server to clien...
Multiplex transport performance.Hi guys The multiplex docs state that the performance of the multiplex transport is between about 2 and 9 times "slower" than normal sockets depending on what you're doing. Does "slowness" here refer to a reduction ...
Thread Callback for transport progress notification
Callback for transport progress notificationI was looking for a way to implement some kind of transport progress notification. When a large amount of data being transfered in either direction (to/from the server) I'd like to register a "ProgressListener" to rem...
transport progress notificationThere is a jira issue (JBREM-103) requesting ability to provide progress notification while sending a payload to the server. While I don't think would be practical to have this build in for most client to server invoc...
Progress Feedback In RemotingHello, I have an interesting question. Currently I am developing an RCP using eclipse. Having been amazed with eclipse's user feedback framework with progress monitors, I would like to implement the same monitors fo...
JBoss Remoting TransporterClientI'm currently analyzing JBoss Remoting, because I want to use it in a customer project here in Germany. Particularly interesting are the TransporterClient and TransporterServer classes. During my first tests I notice...
JBAS-2523 - "Unified" naming context factoryDiscussion thread for: http://jira.jboss.com/jira/browse/JBAS-2523 My comment on an earlier discussion on the dev-list On Tue, 2005-09-13 at 16:49, Scott M Stark wrote: > Moving all of the other org.jboss.naming...
StreamCorruptedException in DTM testcaseI am getting weird a java.io.StreamCorruptedException in a DTM testcase. This is a recent thing, it started to happen after a CVS update. A stack trace is included below. To reproduce the problem in a JBoss QA lab bo...