This looks familiar, I think I ran into it at some point, but don't recall exactly what was wrong.
Make sure your client is doing a JNDI lookup on the remote interface class name, not the local interface or the bean itself. Also, make sure you are casting the result of the JNDI lookup to the remote interface, not anything else. If that doesn't work, take a closer look at what exactly $Proxy120 is, find out what interfaces it implements. (Put in some debug log statements, or use a debugger) For more help, we probably need to see some of the code around your UserAction.java line 357. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892096#3892096 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892096 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
