[logback-user] DynamicClassLoadingException - How does class loading in logback works?
Thorbjørn Ravn Andersen
ravn at runjva.com
Thu Nov 13 18:51:54 CET 2008
Jenny skrev:
> Ah that explains it. Thanks Ceki.
>
> Thorbjørn, Initially this was my setup
>
> Weblogic Domain / lib
> - logback.jar files
>
> MyApp.ear
> - MyWeb.jar
> - WEB-INF/lib
> - customAppenderPackage.jar
>
> When I put logback.jar files in the same level with customAppenderPackage.jar it works.
>
Great, that makes sense. The domain lib cannot see the application
packages.
Oh the joys of classloader magic.
More information about the Logback-user
mailing list