
[ http://jira.qos.ch/browse/LBCLASSIC-165?page=com.atlassian.jira.plugin.syste... ] Hugues Malphettes edited comment on LBCLASSIC-165 at 11/10/09 6:49 PM: ----------------------------------------------------------------------- Hi Ceki and thanks! Sorry for not coming back to you faster: I forgot to watch it to receive the email notification. In fact that software is contributed to jetty@eclipse; I am still developing some of it on github but it will be built with the rest of jetty at some point: http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk/jetty-osgi/ logback dual-licensed with EPL and LGPL is really neat for jetty@eclipse. Updating and trying this patch. I can also try the whole of slf4j and logback in my environment. I am not using all the jars at this point but I'll make sure I can switch from the bundles distributed by springsource to the ones built by this project. was (Author: hmalphettes): Hi Ceki and thanks! Sorry for not coming back to you faster: somehow I did not get an email notification. In fact that software is contributed to jetty@eclipse; I am still developing some of it on github but it will be built with the rest of jetty at some point: http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk/jetty-osgi/ logback dual-licensed with EPL and LGPL is really neat for jetty@eclipse. Updating and trying this patch. I can also try the whole of slf4j and logback in my environment. I am not using all the jars at this point but I'll make sure I can switch from the bundles distributed by springsource to the ones built by this project.
Wrong MANIFEST.MF Private-Package and Export-Package sections -------------------------------------------------------------
Key: LBCLASSIC-165 URL: http://jira.qos.ch/browse/LBCLASSIC-165 Project: logback-classic Issue Type: Bug Components: joran Affects Versions: 0.917 Reporter: Bulat Nigmatullin Assignee: Logback dev list Fix For: 0.9.18
Attachments: LBCLASSIC-165.patch
I'm trying to setup logback configuration loading in accordance with http://logback.qos.ch/xref/chapter3/MyApp3.html . When running in OSGi Framework i have the following error: Error while starting bundle: file:/home/bulat/Desktop/xmppserver/lib/log-0.2.jar: org.osgi.framework.BundleException: Unresolved constraint in bundle ru.rambler.xmpp.server.util.log [13]: package; (package=ch.qos.logback.classic) Package ch.qos.logback.classic and ch.qos.logback.classic.joran and may be many others should be in Export-Package section of MANIFEST.MF
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira