Give this a try: put only the POI jar in your classpath along with commons-logging jar and whatever your POI-using class is (I uses the examples). See if it works. Mine did and didn't log a thing.
-Andy On Sun, 2002-03-17 at 18:00, Thomas Linden wrote: > On Sun, Mar 17, 2002 at 05:22:01PM -0500, Andrew C. Oliver wrote: > > is commons logging > > (http://cvs.apache.org/viewcvs/jakarta-poi/lib/core/commons-logging-1.0.jar) not >in the distribution? It needs to be in your classpath (as this exception indicates). > Its not really a logging api, its a front end to logging apis. > > > > We're now using commons logging which is a front end for logging. > > Basically it lets you lazy load logging APIs if you choose to use them, > > or not load them if you don't. > > yes, see my previous message, I found it :-) > > > Give it a try with commons logging in your classpath and let me know. > > I'm very interested in this because its the bug I most want to be > > assured is fixed before 1.5 is released. > > yes, also see my previous message. In short, it works, but it behaves not > like I expected. > > Tom > > > -- > $_=`perl -v`;s;^.*ll;;s;$^=unpack"u","'8V]D;')E<```";s;\W;;gs;$/=7* > ($^=~s;.;;g);%^=map{$_=>1}split//,lc;$_=join$\,(sort keys(%^))[map{ > ord($_)-$/}split//,'1I7E13?@E:7C1A7C=1:35<7C'];s"0(.)" \U$1"g;print; -- http://www.superlinksoftware.com http://jakarta.apache.org/poi - port of Excel/Word/OLE 2 Compound Document format to java http://developer.java.sun.com/developer/bugParade/bugs/4487555.html - fix java generics! The avalanche has already started. It is too late for the pebbles to vote. -Ambassador Kosh
