So what does this mean, that the custom object input stream is not
needed?

-----Original Message-----
From: Clebert Suconic 
Sent: Monday, May 01, 2006 12:49 PM
To: Scott M Stark; Tom Elrod
Cc: Dimitris Andreadis; QA; 'jboss-development@lists.sourceforge.net'
Subject: RE: Problem with minimal config in Branch_4_0

MarshalledInvocation is initializing
org.jboss.invocation.unified.interfaces.JavaSerializationManager on its
static block, to avoid the dependency on the streaming Tom mentioned.

public class MarshalledInvocation
        extends Invocation
        implements java.io.Externalizable
{
   // Constants -----------------------------------------------------

   static
   {
      try
      {
 
Class.forName("org.jboss.invocation.unified.interfaces.JavaSerialization
Manager");
      }
      catch (Exception e)
      {
      }
   }


The instantiation of the streaming is being delegated to these
factories. And
org.jboss.invocation.unified.interfaces.JavaSerializationmanager creates
streams compatible with previous versions. (In case of MarshalledInvoker
being used with PooledInvoker for example).




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to