It doesnt works :/

Felix logs says nothing, but birt logs says(logs from
C:\(...)\ReportEngine\configuration):
org.eclipse.update.internal.configurator.ConfigurationActivator.start() of
bundle org.eclipse.update.configurator.
        at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1028)
        at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
        at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
        at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
        at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
        at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
        at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
        at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
        at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
        at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
        at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)
Caused by: java.lang.NoClassDefFoundError:
org/xml/sax/helpers/DefaultHandler
(...)

Exception is thrown when trying to open report design file:
IReportRunnable reportRunnable = engine.openReportDesign(is); 

Exception returned from birt to my app(logs from my application):
java.lang.NullPointerException
          -      at
org.eclipse.birt.report.engine.api.ReportEngine.openReportDesign(ReportEngine.java:126)

It looks like birt cant find class org.xml.sax.helpers.DefaultHandler. 

Michal.


Nick Wilson-9 wrote:
> 
> I've just got it working as a Glassfish v3 osgi bundle, so it should
> work under other felix containers. 
> (...)
> I've created one bundle with the BIRT ReportEngine/lib folder jars and
> exported the API packages. I'm accessing that from another bundle with
> the above code.
> Hope that helps.
> 
> Nick
>  
> 

-- 
View this message in context: 
http://old.nabble.com/Eclipse-BIRT-as-felix-bundle-tp27272395p27303642.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to