I'm trying to run the ant target "all-test" and the TestRPC.testReverseData is failing with the below stack trace. I'm compiling and testing the 3/18 snapshot. Is this test working correctly for everybody else?
-Matt [junit] Running test.RPCDispatch.PackageTests [junit] - Exception: [junit] java.io.IOException: No serializer found for class test.RPCDispatch.Data in registry org.apache.axis.encoding.SerializationContextImpl@482923 [junit] at org.apache.axis.encoding.SerializationContextImpl.serializeActual(Unknown Source) [junit] at org.apache.axis.encoding.SerializationContextImpl.serialize(Unknown Source) [junit] at org.apache.axis.message.RPCParam.serialize(Unknown Source) [junit] at org.apache.axis.message.RPCElement.outputImpl(Unknown Source) [junit] at org.apache.axis.message.MessageElement.output(Unknown Source) [junit] at org.apache.axis.message.MessageElement.getAsString(Unknown Source) [junit] at org.apache.axis.message.MessageElement.toString(Unknown Source) [junit] at java.lang.String.valueOf(String.java:1947) [junit] at java.lang.StringBuffer.append(StringBuffer.java:370) [junit] at org.apache.axis.providers.java.RPCProvider.processMessage(Unknown Source) [junit] at org.apache.axis.providers.java.JavaProvider.invoke(Unknown Source) [junit] at org.apache.axis.strategies.InvocationStrategy.visit(Unknown Source) [junit] at org.apache.axis.SimpleChain.doVisiting(Unknown Source) [junit] at org.apache.axis.SimpleChain.invoke(Unknown Source) [junit] at org.apache.axis.server.AxisServer.invoke(Unknown Source) [junit] at test.RPCDispatch.TestRPC.rpc(Unknown Source) [junit] at test.RPCDispatch.TestRPC.testReverseData(Unknown Source)