[jboss-user] [Remoting] - Re: Un/Marshaller not found

2007-08-10 Thread [EMAIL PROTECTED]
Sorry for the long delay in answering. When attempting to load a marshaller, org.jboss.remoting.marshal.MarshalFactory will first try to use the value of the datatype parameter, invocation in this case. Since invocation is not a built-in data type, there would be no marshaller associated with

[jboss-user] [Remoting] - Re: Un/Marshaller not found

2007-06-26 Thread hurzeler
Please help I am really stuck. I use JBoss 4.0.5GA with Jboss remoting 1.4.0. The question is how do I get the socket server configured so that it accepts simple text. I have created three extra classes SimpleInputStreamWrapper which just returns the input and outputstreams and the two