<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
  <tbody>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Message-ID: </th>
      <td><a class="moz-txt-link-rfc2396E" href="mailto:46421295.1080605@redhat.com">&lt;46421295.1080605@redhat.com&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Date: </th>
      <td>Wed, 09 May 2007 14:27:33 -0400</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">From: </th>
      <td>Ron Sigal <a class="moz-txt-link-rfc2396E" href="mailto:rsigal@redhat.com">&lt;rsigal@redhat.com&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">User-Agent: </th>
      <td>Thunderbird 1.5.0.10 (Windows/20070221)</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">MIME-Version:
      </th>
      <td>1.0</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">To: </th>
      <td>Dimitris Andreadis <a class="moz-txt-link-rfc2396E" href="mailto:dandread@redhat.com">&lt;dandread@redhat.com&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">CC: </th>
      <td>JBoss.org development list
<a class="moz-txt-link-rfc2396E" href="mailto:jboss-development@lists.jboss.org">&lt;jboss-development@lists.jboss.org&gt;</a>, JBoss AS
<a class="moz-txt-link-rfc2396E" href="mailto:jboss-as@redhat.com">&lt;jboss-as@redhat.com&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Subject: </th>
      <td>Re: jboss remoting 2.2.0.SPx update</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">References: </th>
      <td><a class="moz-txt-link-rfc2396E" href="mailto:46420340.8030005@redhat.com">&lt;46420340.8030005@redhat.com&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">In-Reply-To: </th>
      <td><a class="moz-txt-link-rfc2396E" href="mailto:46420340.8030005@redhat.com">&lt;46420340.8030005@redhat.com&gt;</a></td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Content-Type:
      </th>
      <td>text/plain; charset=ISO-8859-1; format=flowed</td>
    </tr>
    <tr>
      <th align="right" nowrap="nowrap" valign="baseline">Content-Transfer-Encoding:
      </th>
      <td>7bit</td>
    </tr>
  </tbody>
</table>
<br>
<br>
<pre>1. I'm confused about the NotSerializableException - 
org.jboss.invocation.Invocation in trunk/server/src/main really *isn't* 
serializable. ???

2. All of the errors in the compatibility testsuite seem to be 
"unsupported classversion 49.0".  But I created the Remoting 2.2.0.SP4 
jar with jdk 1.4.2_14-b05. ???

3. Also, for the socket transport, pooled connection checking has to be 
compatible - "socket.check_connection" attribute.

-Ron

Dimitris Andreadis wrote:
&gt; I updated Branch_4_2 to remoting 2.2.0.SP4 and added the 
&gt; -Djboss.remoting.pre_2_0_compatible=true flag on the server side, but 
&gt; that doesn't fix the compatibility testsuite.
&gt;
&gt; <a class="moz-txt-link-freetext" href="http://jira.jboss.com/jira/browse/JBAS-4407">http://jira.jboss.com/jira/browse/JBAS-4407</a>
&gt;
&gt; Also the latest jboss AS testsuite run is full of those exceptions:
&gt;
&gt; <a class="moz-txt-link-freetext" href="http://cruisecontrol.jboss.com/cc/artifacts/jboss-4.2-testsuite-sun-1.5/20070509091300/results/index.html">http://cruisecontrol.jboss.com/cc/artifacts/jboss-4.2-testsuite-sun-1.5/20070509091300/results/index.html</a> 
&gt;
&gt; Failed to communicate. Problem during marshalling/unmarshalling; 
&gt; nested exception is: java.io.NotSerializableException: 
&gt; org.jboss.invocation.Invocation
&gt; java.rmi.MarshalException: Failed to communicate.  Problem during 
&gt; marshalling/unmarshalling; nested exception is:
&gt;     java.io.NotSerializableException: org.jboss.invocation.Invocation
&gt;     at 
&gt; org.jboss.remoting.transport.socket.SocketClientInvoker.handleException(SocketClientInvoker.java:122) 
&gt;
&gt;     at 
&gt; org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:641) 
&gt;
&gt;     at 
&gt; org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) 
&gt;
&gt;     at org.jboss.remoting.Client.invoke(Client.java:1550)
&gt;     at org.jboss.remoting.Client.invoke(Client.java:530)
&gt;     at 
&gt; org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:175) 
&gt;
&gt;     at 
&gt; org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365) 
&gt;
&gt;     at 
&gt; org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197) 
&gt;
&gt;     at 
&gt; org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61) 
&gt;
&gt;     at 
&gt; org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
&gt;     at 
&gt; org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:184)
&gt;     at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
&gt;     at $Proxy1.findAll(Unknown Source)
&gt;     at 
&gt; org.jboss.test.bank.test.BankStressTestCase.setUp(BankStressTestCase.java:462) 
&gt;
&gt;     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
&gt;     at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
&gt;     at junit.extensions.TestSetup.run(TestSetup.java:25)
&gt; Caused by: java.io.NotSerializableException: 
&gt; org.jboss.invocation.Invocation
&gt;     at 
&gt; java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
&gt;     at 
&gt; java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375) 
&gt;
&gt;     at 
&gt; java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
&gt;     at 
&gt; java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) 
&gt;
&gt;     at 
&gt; java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
&gt;     at 
&gt; java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
&gt;     at 
&gt; org.jboss.remoting.serialization.impl.java.JavaSerializationManager.sendObjectVersion2_2(JavaSerializationManager.java:120) 
&gt;
&gt;     at 
&gt; org.jboss.remoting.serialization.impl.java.JavaSerializationManager.sendObject(JavaSerializationManager.java:95) 
&gt;
&gt;     at 
&gt; org.jboss.remoting.marshal.serializable.SerializableMarshaller.write(SerializableMarshaller.java:120) 
&gt;
&gt;     at 
&gt; org.jboss.remoting.transport.socket.MicroSocketClientInvoker.versionedWrite(MicroSocketClientInvoker.java:964) 
&gt;
&gt;     at 
&gt; org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:554) 
&gt;
&gt;     ... 28 more
&gt;

</pre>
</body>
</html>