[JBoss-user] [Remoting] - Configuring multiplex Clients and callback Connectors

2006-05-31 Thread ron_sigal
I would like to respond in the public forum to an issue expressed in the following e-mail from Michael Voß . It concerns the configuration of a Client and callback Connector using the sslmultiplex transport. > I have discovered another problem but I am not sure if it is about > Linux/Windows

[JBoss-user] [Remoting] - Re: Remoting log4j

2006-04-05 Thread ron_sigal
Hi Daniel, There are (at least) a couple of ways of pointing log4j to a configuration file. One is to add to your CLASSPATH the directory holding your configuration file. Another is to use the log4j.configuration system property, e.g.: | -Dlog4j.configuration="file:/C:\Documents and Settin

[JBoss-user] [Remoting] - Re: Receiving Stream

2006-02-26 Thread ron_sigal
A stream is received by the handler method org.jboss.remoting.stream.StreamInvocationHandler.handleStream(). See, for example org.jboss.remoting.samples.stream.StreamingServer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926378#3926378 Reply to the post :

[JBoss-user] [Remoting] - Re: Exception in Multiplex sample

2006-02-25 Thread ron_sigal
Hi Justin, Everything above the line at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:183) comes from the server (MultipleInvokerServer), so changing Client2Server1 isn't the problem. Is there anything different about your server environment? View the original po

[JBoss-user] [Remoting] - Re: Receiving Stream

2006-02-24 Thread ron_sigal
Hi ppc, You can find JBoss Remoting documentation at http://labs.jboss.com/portal/jbossremoting/docs/index.html Look, in particular, at the JBossRemoting User Guide, http://labs.jboss.com/portal/jbossremoting/docs/guide/index.html for discussion and http://labs.jboss.com/portal/jbossrem

[JBoss-user] [Remoting] - Re: Compressing(Un)Marshaller - blocking read on server side

2005-12-23 Thread ron_sigal
Eric, This problem was of my creation. It's fixed, and the modified versions of SimpleClient and SimpleServer, as you described them, work. If you're working off CVS, you can get the corrected versions of CompressingMarshaller and CompressingUnmarshaller from the HEAD branch. Otherwise, th