Friends, Whenever I am trying to change any methods in my Stateless Session Bean (using weblogic 6.1) , I am getting the following error :
java.io.InvalidClassException: com.pfizer.lmtrc.templates.utils.GSPECRequest; Local class not compatible: stream classdesc serialVersionUID=-8 079970327621290205 local class serialVersionUID=1234567890 -------------------------------- I have checked : 1. Cleared my CLASSPATH, so that no refrence to any local class is obtained. 2. Made doubly sure that while compiling I use the JDK provided by Weblogic 6.1(i.e. jdk131) 3. I also tried setting serialVersionUID explictily, but with no help. Any thought ? One more thing, if I add only few system.out message then things are running fine and this error is reported only if I add any new method or change the signature of exixting method. -Neeraj =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
