I don't know of any such jar named jul-over-slf4j-*.jar, but I really wish there was one. I checked both the maven repo and the latest binary. Where you suggesting that they create one?
http://repo1.maven.org/maven2/org/slf4j/ http://slf4j.org/download.html Cameron On 5/14/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > On 5/15/07, Cameron Taggart <[EMAIL PROTECTED]> wrote: > > I'm running Jetty 6.1.3 with a servlet from jaxws-spring-1.4.jar use > > to create a web service (SOAP) endpoint. My code uses the SL4J API. > > Jetty's logging delegates to SL4J. Spring 2.0.4 uses Commons Logging, > > so I include jcl104-over-slf4j-1.3.1.jar. The issue is that the > > jaxws-spring-1.4.jar is using java.util.logging. > > > > If anything uses java.util.logging, are you pretty much stuck with > > java.util.logging? > > Providing jul-over-slf4j-*.jar and prepending it to the bootstrap > classpath might resolve this issue. WDYT? > > Trustin > -- > what we call human nature is actually human habit > -- > http://gleamynode.net/ > -- > PGP Key ID: 0x0255ECA6 > _______________________________________________ > user mailing list > [email protected] > http://www.slf4j.org/mailman/listinfo/user > _______________________________________________ user mailing list [email protected] http://www.slf4j.org/mailman/listinfo/user
