You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2013/05/02 15:22:16 UTC

[jira] [Created] (FELIX-4044) Web Console has a non-optional dependency on commons fileupload

Thomas Diesler created FELIX-4044:
-------------------------------------

             Summary: Web Console has a non-optional dependency on commons fileupload
                 Key: FELIX-4044
                 URL: https://issues.apache.org/jira/browse/FELIX-4044
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-4.0.0
            Reporter: Thomas Diesler


The documentation suggests that the full variant contains file upload

{code}
Caused by: org.osgi.service.resolver.ResolutionException: Unable to resolve HostBundleRevision[org.apache.felix.webconsole:4.0.0]: missing requirement XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.commons.fileupload)(&(version>=1.2.0)(!(version>=2.0.0))))},[org.apache.felix.webconsole:4.0.0]]
	at org.apache.felix.resolver.Candidates.populateResource(Candidates.java:285)
	at org.apache.felix.resolver.Candidates.populate(Candidates.java:153)
	at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:100)
	at org.jboss.osgi.resolver.felix.FelixResolver.resolve(FelixResolver.java:54)
	at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:177)
	at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:125)
	at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:107)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira