Quantcast

Bundle dependencies?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Bundle dependencies?

Pavel Tavoda
Hello, bundle 220 depends on org.hibernate.annotations but bundle 293
is exporting it. What's wrong?

TNX
_____________________________________________________________
karaf@root> list -s | grep 220
[ 220] [Installed  ] [            ] [       ] [   60]
org.sculptor.shipping (1.0.0.SNAPSHOT)

karaf@root> start 220
Error executing command: The bundle
"org.sculptor.shipping_1.0.0.SNAPSHOT [220]" could not be resolved.
Reason: Missing Constraint: Import-Package: org.hibernate.annotations;
version="0.0.0"

karaf@root> list -s | grep 293
[ 293] [Installed  ] [            ] [       ] [   60]
com.springsource.org.hibernate.annotations (3.4.0.GA)

karaf@root> start 293
Error executing command: A fragment bundle cannot be started:
com.springsource.org.hibernate.annotations_3.4.0.GA [293]

karaf@root> headers 293

JBoss Hibernate Annotations (293)
---------------------------------
Manifest-Version = 1.0
Export-Package =
org.hibernate;version="3.4.0.GA",org.hibernate.annotations;version="3.4.0.GA";uses:="javax.persistence",org.hibernate.cfg;version="3.4.0.GA";uses:="javax.persistence,org.dom4j,org.hibernate,org.hibernate.annotations,org.hibernate.annotations.common.reflection,org.hibernate.cfg.annotations,org.hibernate.engine,org.hibernate.mapping,org.w3c.dom,org.xml.sax",org.hibernate.cfg.annotations;version="3.4.0.GA";uses:="javax.persistence,org.hibernate,org.hibernate.annotations,org.hibernate.annotations.common.reflection,org.hibernate.cfg,org.hibernate.mapping",org.hibernate.cfg.annotations.reflection;version="3.4.0.GA";uses:="javax.persistence,org.dom4j,org.hibernate.annotations.common.annotationfactory,org.hibernate.annotations.common.reflection",org.hibernate.cfg.search;version="3.4.0.GA";uses:="org.hibernate.event",org.hibernate.ejb;version="3.4.0.GA",org.hibernate.mapping;version="3.4.0.GA",org.hibernate.type;version="3.4.0.GA";uses:="org.dom4j,org.hibernate,org.hibernate.engine"
Implementation-Title = Hibernate Annotations
Implementation-Version = 3.4.0.GA
Bundle-Classpath = .
Specification-Vendor = jcp.org
Bundle-Name = JBoss Hibernate Annotations
Created-By = 1.5.0_06-b05 (Sun Microsystems Inc.)
Implementation-URL = http://annotations.hibernate.org
Ant-Version = Apache Ant 1.7.1
Implementation-Vendor = hibernate.org
Bundle-Vendor = SpringSource
Fragment-Host =
com.springsource.org.hibernate;bundle-version="[3.3.1.GA, 3.4.0)"
Implementation-Vendor-Id = hibernate.org
Bundle-Version = 3.4.0.GA
Specification-Title = Java Persistence
Bundle-ManifestVersion = 2
Import-Package = javax.persistence;version="[1.0.0,
2.0.0)",org.dom4j;version="[1.6.1,
2.0.0)",org.dom4j.io;version="[1.6.1,
2.0.0)",org.hibernate.annotations.common.annotationfactory;version="[3.3.0.ga,
3.4.0)",org.hibernate.annotations.common.reflection;version="[3.3.0.ga,
3.4.0)",org.hibernate.annotations.common.reflection.java;version="[3.3.0.ga,
3.4.0)",org.hibernate.annotations.common.util;version="[3.3.0.ga,
3.4.0)",org.slf4j;version="[1.3.1, 2.0.0)",org.w3c.dom,org.xml.sax
Specification-Version = 1.0
Bundle-SymbolicName = com.springsource.org.hibernate.annotations
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

RE: Bundle dependencies?

Łukasz Dywicki
Hi Pavel,
I see that you try to install Hibernate under ServiceMix. You can try
feature named jpa-hibernate which contains all dependencies needed to run
Hibernate under OSGi. Also you can use packages:exports <bundle-id> and
packages:imports <bundle-id> to check what bundle try to get. Another good
command is dev:show-tree <bundle-id>.


Best regards,
Lukasz

-----Original Message-----
From: Pavel Tavoda [mailto:[hidden email]]
Sent: Thursday, November 25, 2010 7:19 PM
To: [hidden email]
Subject: Bundle dependencies?

Hello, bundle 220 depends on org.hibernate.annotations but bundle 293
is exporting it. What's wrong?

TNX
_____________________________________________________________
karaf@root> list -s | grep 220
[ 220] [Installed  ] [            ] [       ] [   60]
org.sculptor.shipping (1.0.0.SNAPSHOT)

karaf@root> start 220
Error executing command: The bundle
"org.sculptor.shipping_1.0.0.SNAPSHOT [220]" could not be resolved.
Reason: Missing Constraint: Import-Package: org.hibernate.annotations;
version="0.0.0"

karaf@root> list -s | grep 293
[ 293] [Installed  ] [            ] [       ] [   60]
com.springsource.org.hibernate.annotations (3.4.0.GA)

karaf@root> start 293
Error executing command: A fragment bundle cannot be started:
com.springsource.org.hibernate.annotations_3.4.0.GA [293]

karaf@root> headers 293

JBoss Hibernate Annotations (293)
---------------------------------
Manifest-Version = 1.0
Export-Package =
org.hibernate;version="3.4.0.GA",org.hibernate.annotations;version="3.4.0.GA
";uses:="javax.persistence",org.hibernate.cfg;version="3.4.0.GA";uses:="java
x.persistence,org.dom4j,org.hibernate,org.hibernate.annotations,org.hibernat
e.annotations.common.reflection,org.hibernate.cfg.annotations,org.hibernate.
engine,org.hibernate.mapping,org.w3c.dom,org.xml.sax",org.hibernate.cfg.anno
tations;version="3.4.0.GA";uses:="javax.persistence,org.hibernate,org.hibern
ate.annotations,org.hibernate.annotations.common.reflection,org.hibernate.cf
g,org.hibernate.mapping",org.hibernate.cfg.annotations.reflection;version="3
.4.0.GA";uses:="javax.persistence,org.dom4j,org.hibernate.annotations.common
.annotationfactory,org.hibernate.annotations.common.reflection",org.hibernat
e.cfg.search;version="3.4.0.GA";uses:="org.hibernate.event",org.hibernate.ej
b;version="3.4.0.GA",org.hibernate.mapping;version="3.4.0.GA",org.hibernate.
type;version="3.4.0.GA";uses:="org.dom4j,org.hibernate,org.hibernate.engine"
Implementation-Title = Hibernate Annotations
Implementation-Version = 3.4.0.GA
Bundle-Classpath = .
Specification-Vendor = jcp.org
Bundle-Name = JBoss Hibernate Annotations
Created-By = 1.5.0_06-b05 (Sun Microsystems Inc.)
Implementation-URL = http://annotations.hibernate.org
Ant-Version = Apache Ant 1.7.1
Implementation-Vendor = hibernate.org
Bundle-Vendor = SpringSource
Fragment-Host =
com.springsource.org.hibernate;bundle-version="[3.3.1.GA, 3.4.0)"
Implementation-Vendor-Id = hibernate.org
Bundle-Version = 3.4.0.GA
Specification-Title = Java Persistence
Bundle-ManifestVersion = 2
Import-Package = javax.persistence;version="[1.0.0,
2.0.0)",org.dom4j;version="[1.6.1,
2.0.0)",org.dom4j.io;version="[1.6.1,
2.0.0)",org.hibernate.annotations.common.annotationfactory;version="[3.3.0.g
a,
3.4.0)",org.hibernate.annotations.common.reflection;version="[3.3.0.ga,
3.4.0)",org.hibernate.annotations.common.reflection.java;version="[3.3.0.ga,
3.4.0)",org.hibernate.annotations.common.util;version="[3.3.0.ga,
3.4.0)",org.slf4j;version="[1.3.1, 2.0.0)",org.w3c.dom,org.xml.sax
Specification-Version = 1.0
Bundle-SymbolicName = com.springsource.org.hibernate.annotations

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

RE: Bundle dependencies?

Łukasz Dywicki
In reply to this post by Pavel Tavoda
Anyway,
I found that you might use this feature, but that is not reason why I double
post. You try to start fragment bundle. That isn't supported, only one state
you might get in fragment bundle is resolved. After that packages exported
from fragment (com.springsource.org.hibernate.annotations) will be attached
to host bundle (com.springsource.org.hibernate).

Best regards,
Lukasz

-----Original Message-----
From: Pavel Tavoda [mailto:[hidden email]]
Sent: Thursday, November 25, 2010 7:19 PM
To: [hidden email]
Subject: Bundle dependencies?

Hello, bundle 220 depends on org.hibernate.annotations but bundle 293
is exporting it. What's wrong?

TNX
_____________________________________________________________
karaf@root> list -s | grep 220
[ 220] [Installed  ] [            ] [       ] [   60]
org.sculptor.shipping (1.0.0.SNAPSHOT)

karaf@root> start 220
Error executing command: The bundle
"org.sculptor.shipping_1.0.0.SNAPSHOT [220]" could not be resolved.
Reason: Missing Constraint: Import-Package: org.hibernate.annotations;
version="0.0.0"

karaf@root> list -s | grep 293
[ 293] [Installed  ] [            ] [       ] [   60]
com.springsource.org.hibernate.annotations (3.4.0.GA)

karaf@root> start 293
Error executing command: A fragment bundle cannot be started:
com.springsource.org.hibernate.annotations_3.4.0.GA [293]

karaf@root> headers 293

JBoss Hibernate Annotations (293)
---------------------------------
Manifest-Version = 1.0
Export-Package =
org.hibernate;version="3.4.0.GA",org.hibernate.annotations;version="3.4.0.GA
";uses:="javax.persistence",org.hibernate.cfg;version="3.4.0.GA";uses:="java
x.persistence,org.dom4j,org.hibernate,org.hibernate.annotations,org.hibernat
e.annotations.common.reflection,org.hibernate.cfg.annotations,org.hibernate.
engine,org.hibernate.mapping,org.w3c.dom,org.xml.sax",org.hibernate.cfg.anno
tations;version="3.4.0.GA";uses:="javax.persistence,org.hibernate,org.hibern
ate.annotations,org.hibernate.annotations.common.reflection,org.hibernate.cf
g,org.hibernate.mapping",org.hibernate.cfg.annotations.reflection;version="3
.4.0.GA";uses:="javax.persistence,org.dom4j,org.hibernate.annotations.common
.annotationfactory,org.hibernate.annotations.common.reflection",org.hibernat
e.cfg.search;version="3.4.0.GA";uses:="org.hibernate.event",org.hibernate.ej
b;version="3.4.0.GA",org.hibernate.mapping;version="3.4.0.GA",org.hibernate.
type;version="3.4.0.GA";uses:="org.dom4j,org.hibernate,org.hibernate.engine"
Implementation-Title = Hibernate Annotations
Implementation-Version = 3.4.0.GA
Bundle-Classpath = .
Specification-Vendor = jcp.org
Bundle-Name = JBoss Hibernate Annotations
Created-By = 1.5.0_06-b05 (Sun Microsystems Inc.)
Implementation-URL = http://annotations.hibernate.org
Ant-Version = Apache Ant 1.7.1
Implementation-Vendor = hibernate.org
Bundle-Vendor = SpringSource
Fragment-Host =
com.springsource.org.hibernate;bundle-version="[3.3.1.GA, 3.4.0)"
Implementation-Vendor-Id = hibernate.org
Bundle-Version = 3.4.0.GA
Specification-Title = Java Persistence
Bundle-ManifestVersion = 2
Import-Package = javax.persistence;version="[1.0.0,
2.0.0)",org.dom4j;version="[1.6.1,
2.0.0)",org.dom4j.io;version="[1.6.1,
2.0.0)",org.hibernate.annotations.common.annotationfactory;version="[3.3.0.g
a,
3.4.0)",org.hibernate.annotations.common.reflection;version="[3.3.0.ga,
3.4.0)",org.hibernate.annotations.common.reflection.java;version="[3.3.0.ga,
3.4.0)",org.hibernate.annotations.common.util;version="[3.3.0.ga,
3.4.0)",org.slf4j;version="[1.3.1, 2.0.0)",org.w3c.dom,org.xml.sax
Specification-Version = 1.0
Bundle-SymbolicName = com.springsource.org.hibernate.annotations

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Bundle dependencies?

Pavel Tavoda
Thanks for response Lukasz, I was trying only to show that it's
fragment bundle. Anyway after stopping Karaf and starting it again
behavior is totally strange and I have to reinstall it. Now I'm
starting to understand why OSGi is so difficult. This dependency stuff
is becoming horrible specially for project with around 32 dependencies
in pom.xml what is around 90 libraries :-/.

Pavel


2010/11/25 Łukasz Dywicki <[hidden email]>:

> Anyway,
> I found that you might use this feature, but that is not reason why I double
> post. You try to start fragment bundle. That isn't supported, only one state
> you might get in fragment bundle is resolved. After that packages exported
> from fragment (com.springsource.org.hibernate.annotations) will be attached
> to host bundle (com.springsource.org.hibernate).
>
> Best regards,
> Lukasz
>
> -----Original Message-----
> From: Pavel Tavoda [mailto:[hidden email]]
> Sent: Thursday, November 25, 2010 7:19 PM
> To: [hidden email]
> Subject: Bundle dependencies?
>
> Hello, bundle 220 depends on org.hibernate.annotations but bundle 293
> is exporting it. What's wrong?
>
> TNX
> _____________________________________________________________
> karaf@root> list -s | grep 220
> [ 220] [Installed  ] [            ] [       ] [   60]
> org.sculptor.shipping (1.0.0.SNAPSHOT)
>
> karaf@root> start 220
> Error executing command: The bundle
> "org.sculptor.shipping_1.0.0.SNAPSHOT [220]" could not be resolved.
> Reason: Missing Constraint: Import-Package: org.hibernate.annotations;
> version="0.0.0"
>
> karaf@root> list -s | grep 293
> [ 293] [Installed  ] [            ] [       ] [   60]
> com.springsource.org.hibernate.annotations (3.4.0.GA)
>
> karaf@root> start 293
> Error executing command: A fragment bundle cannot be started:
> com.springsource.org.hibernate.annotations_3.4.0.GA [293]
>
> karaf@root> headers 293
>
> JBoss Hibernate Annotations (293)
> ---------------------------------
> Manifest-Version = 1.0
> Export-Package =
> org.hibernate;version="3.4.0.GA",org.hibernate.annotations;version="3.4.0.GA
> ";uses:="javax.persistence",org.hibernate.cfg;version="3.4.0.GA";uses:="java
> x.persistence,org.dom4j,org.hibernate,org.hibernate.annotations,org.hibernat
> e.annotations.common.reflection,org.hibernate.cfg.annotations,org.hibernate.
> engine,org.hibernate.mapping,org.w3c.dom,org.xml.sax",org.hibernate.cfg.anno
> tations;version="3.4.0.GA";uses:="javax.persistence,org.hibernate,org.hibern
> ate.annotations,org.hibernate.annotations.common.reflection,org.hibernate.cf
> g,org.hibernate.mapping",org.hibernate.cfg.annotations.reflection;version="3
> .4.0.GA";uses:="javax.persistence,org.dom4j,org.hibernate.annotations.common
> .annotationfactory,org.hibernate.annotations.common.reflection",org.hibernat
> e.cfg.search;version="3.4.0.GA";uses:="org.hibernate.event",org.hibernate.ej
> b;version="3.4.0.GA",org.hibernate.mapping;version="3.4.0.GA",org.hibernate.
> type;version="3.4.0.GA";uses:="org.dom4j,org.hibernate,org.hibernate.engine"
> Implementation-Title = Hibernate Annotations
> Implementation-Version = 3.4.0.GA
> Bundle-Classpath = .
> Specification-Vendor = jcp.org
> Bundle-Name = JBoss Hibernate Annotations
> Created-By = 1.5.0_06-b05 (Sun Microsystems Inc.)
> Implementation-URL = http://annotations.hibernate.org
> Ant-Version = Apache Ant 1.7.1
> Implementation-Vendor = hibernate.org
> Bundle-Vendor = SpringSource
> Fragment-Host =
> com.springsource.org.hibernate;bundle-version="[3.3.1.GA, 3.4.0)"
> Implementation-Vendor-Id = hibernate.org
> Bundle-Version = 3.4.0.GA
> Specification-Title = Java Persistence
> Bundle-ManifestVersion = 2
> Import-Package = javax.persistence;version="[1.0.0,
> 2.0.0)",org.dom4j;version="[1.6.1,
> 2.0.0)",org.dom4j.io;version="[1.6.1,
> 2.0.0)",org.hibernate.annotations.common.annotationfactory;version="[3.3.0.g
> a,
> 3.4.0)",org.hibernate.annotations.common.reflection;version="[3.3.0.ga,
> 3.4.0)",org.hibernate.annotations.common.reflection.java;version="[3.3.0.ga,
> 3.4.0)",org.hibernate.annotations.common.util;version="[3.3.0.ga,
> 3.4.0)",org.slf4j;version="[1.3.1, 2.0.0)",org.w3c.dom,org.xml.sax
> Specification-Version = 1.0
> Bundle-SymbolicName = com.springsource.org.hibernate.annotations
>
>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

RE: Bundle dependencies?

Łukasz Dywicki
Regarding huge number of dependencies. Some libraries have a lot of
dependencies or modules. To avoid installing all dependencies we create
composite bundles - for example CXF comes in one bundle with jaxws and jaxrs
support. Apache POI and Drools bundle aggregates all libraries modules
(drools-core, compiler and so on). There is nothing wrong in composite
bundles.
If you use some common libraries you may submit patch to ServiceMix and
they'll be included in ServiceMix bundles repository and let community to
support it.

Best Regards,
Lukasz


-----Original Message-----
From: Pavel Tavoda [mailto:[hidden email]]
Sent: Friday, November 26, 2010 8:26 AM
To: [hidden email]
Subject: Re: Bundle dependencies?

Thanks for response Lukasz, I was trying only to show that it's
fragment bundle. Anyway after stopping Karaf and starting it again
behavior is totally strange and I have to reinstall it. Now I'm
starting to understand why OSGi is so difficult. This dependency stuff
is becoming horrible specially for project with around 32 dependencies
in pom.xml what is around 90 libraries :-/.

Pavel


2010/11/25 Łukasz Dywicki <[hidden email]>:
> Anyway,
> I found that you might use this feature, but that is not reason why I
double
> post. You try to start fragment bundle. That isn't supported, only one
state
> you might get in fragment bundle is resolved. After that packages exported
> from fragment (com.springsource.org.hibernate.annotations) will be
attached

> to host bundle (com.springsource.org.hibernate).
>
> Best regards,
> Lukasz
>
> -----Original Message-----
> From: Pavel Tavoda [mailto:[hidden email]]
> Sent: Thursday, November 25, 2010 7:19 PM
> To: [hidden email]
> Subject: Bundle dependencies?
>
> Hello, bundle 220 depends on org.hibernate.annotations but bundle 293
> is exporting it. What's wrong?
>
> TNX
> _____________________________________________________________
> karaf@root> list -s | grep 220
> [ 220] [Installed  ] [            ] [       ] [   60]
> org.sculptor.shipping (1.0.0.SNAPSHOT)
>
> karaf@root> start 220
> Error executing command: The bundle
> "org.sculptor.shipping_1.0.0.SNAPSHOT [220]" could not be resolved.
> Reason: Missing Constraint: Import-Package: org.hibernate.annotations;
> version="0.0.0"
>
> karaf@root> list -s | grep 293
> [ 293] [Installed  ] [            ] [       ] [   60]
> com.springsource.org.hibernate.annotations (3.4.0.GA)
>
> karaf@root> start 293
> Error executing command: A fragment bundle cannot be started:
> com.springsource.org.hibernate.annotations_3.4.0.GA [293]
>
> karaf@root> headers 293
>
> JBoss Hibernate Annotations (293)
> ---------------------------------
> Manifest-Version = 1.0
> Export-Package =
>
org.hibernate;version="3.4.0.GA",org.hibernate.annotations;version="3.4.0.GA
>
";uses:="javax.persistence",org.hibernate.cfg;version="3.4.0.GA";uses:="java
>
x.persistence,org.dom4j,org.hibernate,org.hibernate.annotations,org.hibernat
>
e.annotations.common.reflection,org.hibernate.cfg.annotations,org.hibernate.
>
engine,org.hibernate.mapping,org.w3c.dom,org.xml.sax",org.hibernate.cfg.anno
>
tations;version="3.4.0.GA";uses:="javax.persistence,org.hibernate,org.hibern
>
ate.annotations,org.hibernate.annotations.common.reflection,org.hibernate.cf
>
g,org.hibernate.mapping",org.hibernate.cfg.annotations.reflection;version="3
>
.4.0.GA";uses:="javax.persistence,org.dom4j,org.hibernate.annotations.common
>
.annotationfactory,org.hibernate.annotations.common.reflection",org.hibernat
>
e.cfg.search;version="3.4.0.GA";uses:="org.hibernate.event",org.hibernate.ej
>
b;version="3.4.0.GA",org.hibernate.mapping;version="3.4.0.GA",org.hibernate.
>
type;version="3.4.0.GA";uses:="org.dom4j,org.hibernate,org.hibernate.engine"

> Implementation-Title = Hibernate Annotations
> Implementation-Version = 3.4.0.GA
> Bundle-Classpath = .
> Specification-Vendor = jcp.org
> Bundle-Name = JBoss Hibernate Annotations
> Created-By = 1.5.0_06-b05 (Sun Microsystems Inc.)
> Implementation-URL = http://annotations.hibernate.org
> Ant-Version = Apache Ant 1.7.1
> Implementation-Vendor = hibernate.org
> Bundle-Vendor = SpringSource
> Fragment-Host =
> com.springsource.org.hibernate;bundle-version="[3.3.1.GA, 3.4.0)"
> Implementation-Vendor-Id = hibernate.org
> Bundle-Version = 3.4.0.GA
> Specification-Title = Java Persistence
> Bundle-ManifestVersion = 2
> Import-Package = javax.persistence;version="[1.0.0,
> 2.0.0)",org.dom4j;version="[1.6.1,
> 2.0.0)",org.dom4j.io;version="[1.6.1,
>
2.0.0)",org.hibernate.annotations.common.annotationfactory;version="[3.3.0.g
> a,
> 3.4.0)",org.hibernate.annotations.common.reflection;version="[3.3.0.ga,
>
3.4.0)",org.hibernate.annotations.common.reflection.java;version="[3.3.0.ga,
> 3.4.0)",org.hibernate.annotations.common.util;version="[3.3.0.ga,
> 3.4.0)",org.slf4j;version="[1.3.1, 2.0.0)",org.w3c.dom,org.xml.sax
> Specification-Version = 1.0
> Bundle-SymbolicName = com.springsource.org.hibernate.annotations
>
>

Loading...