The latest in my on-going attempts to monitor object transfers from ejbs is to try and monitor sockets. When I get the input stream associated with port 1099 I translate it to an object and find that its a Marshalled RMI object. When I call get() on it and print it I get the following: org.jnp.server.NamingServer_Stub[RemoteStub [ref: [endpoint:[<localhost>:2530](remote),objID:[e3293:e7a96fca78:-8000, 2]]]] Looking at the ports that open when my client talks to the ejbs, I notice that 2530 is one of the ports that opens. So maybe are objects returned by the ejbs transfered back on whatever port is given in this packet? Anyway, I try listening to this port and every other one that opens during and interaction and I don't get any data (through java.net.Socket means). Does anybody think I'm headed in a direction that would allow me to monitor the data transfer from the ejbs? Are there any features in RMI that allow you to monitor data transfers to and from remote methods? _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
