You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jirka (JIRA)" <ji...@apache.org> on 2016/02/16 21:51:18 UTC

[jira] [Created] (KARAF-4342) Missing dependencies: (&(objectClass=org.apache.aries.blueprint.NamespaceHandler)(osgi.service.blueprint.namespace=http://aries.apache.org/xmlns/jpa/v1.1.0

Jirka created KARAF-4342:
----------------------------

             Summary: Missing dependencies: (&(objectClass=org.apache.aries.blueprint.NamespaceHandler)(osgi.service.blueprint.namespace=http://aries.apache.org/xmlns/jpa/v1.1.0
                 Key: KARAF-4342
                 URL: https://issues.apache.org/jira/browse/KARAF-4342
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 3.0.5
            Reporter: Jirka


I am upgrading from Karaf 3.0.3 to Karaf 3.0.5.
I install exactly the same features:
{code}
		<feature>openjpa</feature>
		<feature>jdbc</feature>
		<feature>jndi</feature>
		<feature>cxf-jaxrs</feature>
		<feature>war</feature>
		<feature>jasypt-encryption</feature>
{code}

Some blueprint aries bundles are missing. 

3.0.5
{code}
karaf@root()> la -s | grep -i aries
  9 | Active      |  20 | 1.1.1                 | org.apache.aries.util
 10 | Active      |  20 | 1.0.1                 | org.apache.aries.proxy.api
 11 | Active      |  20 | 1.0.7                 | org.apache.aries.blueprint.cm
 12 | Active      |  20 | 1.0.4                 | org.apache.aries.proxy.impl
 13 | Active      |  20 | 1.0.1                 | org.apache.aries.blueprint.api
 14 | Resolved    |  20 | 1.0.0                 | org.apache.aries.blueprint.core.compatibility, Hosts: 15
 15 | Active      |  20 | 1.4.4                 | org.apache.aries.blueprint.core, Fragments: 14
 36 | Active      |  30 | 1.0.0                 | org.apache.aries.quiesce.api
 38 | Active      |  30 | 1.1.1                 | org.apache.aries.jmx.api
 39 | Active      |  30 | 1.1.3                 | org.apache.aries.jmx.core
 40 | Active      |  30 | 1.1.0                 | org.apache.aries.jmx.blueprint.api
 41 | Active      |  30 | 1.1.0                 | org.apache.aries.jmx.blueprint.core
 42 | Active      |  30 | 1.0.0                 | org.apache.aries.jmx.whiteboard
 65 | Active      |  30 | 1.0.2                 | org.apache.aries.transaction.blueprint
 66 | Active      |  30 | 1.1.1                 | org.apache.aries.transaction.manager
 85 | Active      |  30 | 1.1.0                 | org.apache.aries.jndi.api
 86 | Active      |  30 | 1.0.2                 | org.apache.aries.jndi.core
 87 | Active      |  30 | 1.0.0                 | org.apache.aries.jndi.rmi
 88 | Active      |  30 | 1.1.0                 | org.apache.aries.jndi.url
 89 | Active      |  30 | 1.0.0                 | org.apache.aries.jndi.legacy.support
{code}


3.0.3
{code}
karaf@root()> la -s | grep -i aries
  9 | Active   |  20 | 1.1.0                 | org.apache.aries.util
 10 | Active   |  20 | 1.0.1                 | org.apache.aries.proxy.api
 11 | Active   |  20 | 1.0.4                 | org.apache.aries.proxy.impl
 12 | Active   |  20 | 1.0.1                 | org.apache.aries.blueprint.api
 13 | Active   |  20 | 1.0.5                 | org.apache.aries.blueprint.cm
 14 | Resolved |  20 | 1.0.0                 | org.apache.aries.blueprint.core.compatibility, Hosts: 15
 15 | Active   |  20 | 1.4.2                 | org.apache.aries.blueprint.core, Fragments: 14
 36 | Active   |  30 | 1.0.0                 | org.apache.aries.quiesce.api
 57 | Active   |  30 | 1.1.1                 | org.apache.aries.jmx.api
 58 | Active   |  30 | 1.1.2                 | org.apache.aries.jmx.core
 59 | Active   |  30 | 1.1.0                 | org.apache.aries.jmx.blueprint.api
 60 | Active   |  30 | 1.1.0                 | org.apache.aries.jmx.blueprint.core
 61 | Active   |  30 | 1.0.0                 | org.apache.aries.jmx.whiteboard
 65 | Active   |  30 | 1.0.1                 | org.apache.aries.transaction.blueprint
 66 | Active   |  30 | 1.1.1                 | org.apache.aries.transaction.manager
 68 | Active   |  30 | 1.0.2                 | org.apache.aries.jpa.api
 69 | Active   |  30 | 1.0.4                 | org.apache.aries.jpa.blueprint.aries
 70 | Active   |  30 | 1.0.2                 | org.apache.aries.jpa.container
 71 | Active   |  30 | 1.0.4                 | org.apache.aries.jpa.container.context
 89 | Active   |  30 | 1.1.0                 | org.apache.aries.jndi.api
 90 | Active   |  30 | 1.0.0                 | org.apache.aries.jndi.core
 91 | Active   |  30 | 1.0.0                 | org.apache.aries.jndi.rmi
 92 | Active   |  30 | 1.1.0                 | org.apache.aries.jndi.url
 93 | Active   |  30 | 1.0.0                 | org.apache.aries.jndi.legacy.support
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)