Home
Analytics
Karaf BIRT runtime
Pats
<p>Hi have added all jars required for birt as maven in karaf features , but am imported following packages for reporting</p>
<p> </p>
<p>org.eclipse.birt.core.framework,</p>
<p> </p>
<p>But when i run it gives me follwoming error in karaf , even after org.eclipse.birt.runtime-4.3.1 bundle is active in karaf </p>
<p> </p>
<p> could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.birt.core.framework; version="0.0.0"<br>
at org.apache.karaf.shell.console.MultiException.throwIf(MultiException.java:92)<br>
</p>
<p> </p>
<p>is it because of we don have any export ot import packages in org.eclipse.birt.runtime-4.3.1 jar??</p>
<p> </p>
<p>how do we identify BIRT Runtime jar is OSGI Comaptible???</p>
Find more posts tagged with
Comments
JFreeman
<p>There is a specific BIRT OSGi runtime download.</p>
<p>Make sure you are using the OSGi runtime download and not the Java EE.</p>
Pats
<p>Yes am using OSGI runtime only , but when i search for org.eclipse.birt.core.framework package in core.runtime jar am not able to find , in other jars also am not able to find this package</p>
JFreeman
<p>It looks like org.eclipse.core.framework.* is located in the org.eclipse.birt.runtime jar.</p>
<p> </p>
<p>Have you included the runtime jar and attempted importing those packages from it?</p>