No, iam using Jakarta-commons/fileupload ! I found out that it only runs if i work with DiskFileUpload class, instead of FileUpload ( I got a nullexception ). Very strange, isnt it? I have to deal with this problem, since i have just to persist streams on DB. Regarding the problem described bellow, i have fixed it by recompiling my classes. Thanks Yoav, Euclides.
-----Mensagem original----- De: Shapira, Yoav [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 17 de julho de 2003 09:47 Para: Tomcat Users List Assunto: RE: Urgent please, what does this error mean( IncompatibleClassChangeError)? Howdy, What are you using (if a 3rd party package) to handle file uploads? Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Jose Euclides da Silva Junior - DATAPREVRJ >[mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 16, 2003 7:30 PM >To: '[EMAIL PROTECTED]' >Subject: Urgent please, what does this error mean( >IncompatibleClassChangeError)? > >Hi guys, >the following error message have been coming since my (servlet) controller >started to deal with an optional multipart-form/data . Any kind of help >would be appreciated. >Regards, Euclides. > > >java.lang.IncompatibleClassChangeError > at BancoServlet.init(BancoServlet.java:50) > at >org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.ja va:9 >3 >4) > at >org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java: 666) > at >org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVal ve.j >a >va:214) > at org.apache.catalina.core.StandardPipeline > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
