Still quite a few failures, but minimal remote server functionality is working. I whipped up an EJBInvocation implementation that reads the data off the stream as it passes through the interceptor stack in the container. As soon as we are in a post-release cycle, I'm going to stream-line that even further.
Test results are: Tests run: 112, Failures: 27, Errors: 6 Couple things causing problems: - DatabaseBean can't get a datasource, so no BMP tests run. (open) - BeanPolicy$2.invoke throwing "Not yet implemented" is preventing nearly all the SFSB tests from running. (open) - Still having classloader issues on outbound proxy replacements, so many RMI-IIOP tests are failing. (working on it) All in all the test suite is doing it's job. -David
