Gérald Quintana wrote:

> Freddy's solution was:
> "try adding the following libraries in
> your project properties | libraries | compile:
> 
> - stripes.jar (which I'm sure you already did)
> - jcl104-over-slf4j-1.4.3.jar
> - slf4j-api-1.4.3.jar
> - slf4j-simple-1.4.3.jar
> 
> This looks like a joke but it's not. I think the problem has to do with
> commons-logging. I'm not sure. One thing I do know is that after removing
> commons-logging.jar from the libraries and adding the SLF4J JARs instead, I
> no longer had that error. Try it and let us know."

Sorry for the delay, it took me a while to migrate all the other stuff I 
have over to NB6.

I've added the following libraries to the compile classpath, in the 
following order, as I'm using log4j:

        jcl104-over-slf4j-1.5.0.jar
        slf4j-api-1.5.0.jar
        slf4j-log4j12-1.5.0,jar
        log4j-1.2.15.jar

But I still get the same error.  Anyone else have any other suggestions 
I could try?

Thanks,

-- 
Alan Burlison
--

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to