I was Googling more on this issue ... I always try Google before I post to a mailing list, and that is the same answer I got.

That there is an older poi 2.5.1 jar hiding somewhere. That's what I am looking for now. That was the older jar we were using, and I was hoping our build process removed it, but I did search and I saw the jar in some JBoss tmp directories. If this is a problem on my local system, then I have to worry about it on our QA and Prod systems ... to make sure we remove the reference to the old jars.

I'll keep looking for that old jar and remove it, and I will let the list know how I made out.
It could help someone else out in the future.    Thanks!
Tom

Nick Burch wrote:
On Mon, 28 Apr 2008, Tom Holmes Jr. wrote:
And then I get this error:
java.lang.NoSuchMethodError: org.apache.poi.hssf.usermodel.HSSFCell.getRichStringCellValue()Lorg/apache/poi/hssf/usermodel/HSSFRichTextString;

You have an older version of POI somewhere on your classpath

Try outputting in your webapp something like:
   HSSFCell.class.getClassLoader().
getResource("org/apache/poi/hssf/usermodel/HSSFCell.class").getPath()

You should get back a path to your .jar file, which my guess is actually poi 2.5.1 hiding somewhere

Nick

---------------------------------------------------------------------
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]

Reply via email to