You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2010/01/25 14:11:45 UTC

[jira] Created: (SMX4-467) Feature for 'servicemix-http' is incomplete

Feature for 'servicemix-http' is incomplete
-------------------------------------------

                 Key: SMX4-467
                 URL: https://issues.apache.org/activemq/browse/SMX4-467
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.0.0
            Reporter: Gert Vanthienen
            Assignee: Gert Vanthienen
            Priority: Minor
             Fix For: 4.1.0


When I place only "servicemix-http" feature into "featuresBoot":
{code}
featuresBoot=servicemix-http
{code}
in etc/org.apache.felix.karaf.features.cfg file, it won't start.

Here is error got from log file:
{quote}
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet; version="[2.5.0,3.0.0)"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
at org.apache.felix.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:295)
at org.apache.felix.karaf.features.internal.FeaturesServiceImpl$1.run(FeaturesServiceImpl.java:663)
{quote}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4-467) Feature for 'servicemix-http' is incomplete

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SMX4-467.
----------------------------------

    Resolution: Fixed

Fixed in http://svn.apache.org/viewvc?view=revision&revision=902802

> Feature for 'servicemix-http' is incomplete
> -------------------------------------------
>
>                 Key: SMX4-467
>                 URL: https://issues.apache.org/activemq/browse/SMX4-467
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 4.1.0
>
>
> When I place only "servicemix-http" feature into "featuresBoot":
> {code}
> featuresBoot=servicemix-http
> {code}
> in etc/org.apache.felix.karaf.features.cfg file, it won't start.
> Here is error got from log file:
> {quote}
> org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: javax.servlet; version="[2.5.0,3.0.0)"
> at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
> at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
> at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
> at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
> at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
> at org.apache.felix.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:295)
> at org.apache.felix.karaf.features.internal.FeaturesServiceImpl$1.run(FeaturesServiceImpl.java:663)
> {quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.