Hi, Please describe the jars and structure of your app's WEB-INF/lib
I know Tomcat. If 5.5.X then what is in tomcat/common/lib and if Tomcat 6.0.X what is in tomcat/lib? When the ooxml-libs are used whether or not you have the correct XML parser or not becomes important. We've run POI in a webapps in both the shared location and in the WEB-INF/lib so it ought to wrk for you. There is either a misconfiguration or a conflict. Regards, Dave On Mar 10, 2011, at 4:46 PM, gregg wrote: > I have this small problem. I'm running my app within the JBoss app server. > All works fine for the older excel file format, the .xls. For the new, that > requires more libraries, especially those inside of the ooxml-lib folder, > nothing works. The code compiles but when running I'm getting the > class-not-found exception because jars inside of the ooxml-lib folder can't > be found, I think. > None of the tomcat based application servers scan the WEB-INF/lib folder for > more folders inside. The jar files directly in the WEB-INF/lib folder will > be scanned but not if I put them in some folder in there. > Since the older HSSP libraries require just one jar file, all works fine. > Anyone knows where should I put the required jars to get the JBoss (or > tomcat) to see them? > I tried to put them directly where all of my jars are but that didn't work. > The poi-ooxml-3.7-20101029.jar file has some references to the ooxml-lib > folder I guess so it has to be in there. > Thanks for any suggestion... > Greg. > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/WEB-INF-lib-tp3424392p3424392.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]
