[
https://issues.apache.org/jira/browse/STANBOL-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13994486#comment-13994486
]
Minto van der Sluis edited comment on STANBOL-1330 at 5/11/14 9:18 AM:
-----------------------------------------------------------------------
Could I have the full stack trace?
BuiltinPersonalities is present but could not be initialized, so probably one
of its dependency classes could not be found/reached. I'd like to know which
one.
It might be that this missing class is loaded dynamically. In that case the
jena-core manifest needs to be extended with the corresponding package (see
also <clerezza.osgi.dynamicimport.pkg> property in
clerezza/ext/jena-core/pom.xml).
was (Author: misl):
Could I have the full stack trace?
BuiltinPersonalities is present but could not be initialized, so probably one
of its dependency classes could not be found/reached. I'd like to know which
one.
It might be that missing class is loaded dynamically. In that case the
jena-core manifest needs to be extended with the corresponding package (see
also <clerezza.osgi.dynamicimport.pkg> property in
clerezza/ext/jena-core/pom.xml).
> Update clerezza.ext jena TDB bundles
> ------------------------------------
>
> Key: STANBOL-1330
> URL: https://issues.apache.org/jira/browse/STANBOL-1330
> Project: Stanbol
> Issue Type: Improvement
> Reporter: Reto Gmür
> Assignee: Reto Gmür
>
> Instead of using
> <groupId>org.apache.clerezza.ext</groupId>
> <artifactId>org.apache.jena.tdb</artifactId>
> <version>0.4-SNAPSHOT</version>
> the following smaller bundles should be used:
> <dependency>
> <groupId>org.apache.clerezza.ext</groupId>
> <artifactId>org.apache.jena.jena-iri</artifactId>
> <version>1.0.1_1-SNAPSHOT</version>
> </dependency>
> <dependency>
> <groupId>org.apache.clerezza.ext</groupId>
> <artifactId>org.apache.jena.jena-core</artifactId>
> <version>2.11.1_1-SNAPSHOT</version>
> </dependency>
> <dependency>
> <groupId>org.apache.clerezza.ext</groupId>
> <artifactId>org.apache.jena.jena-arq</artifactId>
> <version>2.11.1_1-SNAPSHOT</version>
> </dependency>
> <dependency>
> <groupId>org.apache.clerezza.ext</groupId>
> <artifactId>org.apache.jena.jena-tdb</artifactId>
> <version>1.0.1_1-SNAPSHOT</version>
> </dependency>
--
This message was sent by Atlassian JIRA
(v6.2#6252)