https://issues.apache.org/bugzilla/show_bug.cgi?id=46667
--- Comment #2 from Chris Noonan <[email protected]> 2009-02-08 16:50:30 PST --- That's the strange thing. In both 3.2, and 3.5 beta4, it is in the classpath, however during runtime, it won't pick it up. public final class HSSFRow implements java.lang.Comparable, org.apache.poi.ss.usermodel.Row { ... public org.apache.poi.hssf.usermodel.HSSFCell createCell(int p1) { } public org.apache.poi.hssf.usermodel.HSSFCell createCell(int p1, int p2) { } ... } I'm using Oracle Containers 4 Java (OC4J) as my server. Not sure whether this is causing the issue or not. I've also tried compiling the src myself and using that (thinking there could have been an issue with the binary), however, same issue still occurs. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
