I have two simple session beans that were working just fine for a few weeks, and suddenly today I get a crazy compile error on auto-deployment:
 
SessionHomeWrapper3.java:65: Invalid cast from java.lang.Thread to com.evermind.server.ApplicationServerThread.
                ApplicationServerThread thread = (ApplicationServerThread)Thread.currentThread();
                                                 ^
Has anyone seen this problem before?  Any ideas?  Thanks in advance.
 
Byron Hawkins

Reply via email to