I'm calling a method on a stateful session bean, and it's causing
problems in the server because when it gets to the server the Method
returned by (MethodInvocation).getMethod is null! This first showed up in
the TxInterceptor, and I put in some code to handle it there (return
SUPPORTS), but then it blows up the StatefulSessionContainer...
Thanks,
Aaron
