Bugs item #928615, was opened at 2004-04-03 01:03 Message generated for change (Comment added) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=928615&group_id=22866
Category: Nukes Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Chris Jericho (coachvargo) >Assigned to: Julien Viet (vietj) Summary: File upload problem, due to apache commons version conflict Initial Comment: I had an application deployed in jboss that uses the apache commons-fileupload.jar library. When I attempted to deploy and use nukes on the same jboss server, I was unable to "upload a file" in the manage html section. I kept receiving a NoSuchMethod error on FileUpload.setMaxSize(I). It seems the FileUpload class in use by nukes needs an int param for that method, yet the actual class from the apache jar uses a long param. I removed the ear file for my application, then restarted jboss and the nukes file upload worked fine. The nukes code should be changed to use the release version of the apache commons-fileupload.jar library otherwise, similar conflicts could occurr. ---------------------------------------------------------------------- >Comment By: Julien Viet (vietj) Date: 2004-04-15 13:16 Message: Logged In: YES user_id=981899 Upgraded to commons fileupload 1.0 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=928615&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
