I've been doing a bit of debugging while running the DRT server in NetUI. My usual practice is to start the server from the netui/test/webapps/drt directory through the 'ant start' command and then run the DRTs through the 'ant drt.running' command. If I do this, everything passes fine. When I start the server using 'ant start.with.shmem', I get two failures in the DRTs, ActionChaining and OverloadedActions. I did a bit of debugging on this, and what appears to happen is that we are looking up and action for " action5b.do" which should be the method "action5b". For some reason, the action isn't found using reflection, but it is in the page flow. It must be in the class file because if I stop and start the server without a rebuild it all works.
Anyone see this behavior before? Rich, do you have any idea what might be happening here and why starting the server with shmem would change the behavior?
