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
