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
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
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 :
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
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
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