Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » BIRT with Maven Dependencies(Use BIRT using Maven Dependencies problem)
BIRT with Maven Dependencies [message #1263419] Tue, 04 March 2014 13:07
Aurélien Seurein is currently offline Aurélien SeureinFriend
Messages: 1
Registered: March 2014
Junior Member
Hi,

I'm posting this topic because I have a big problem when I want to use BIRT using Maven Dependencies.
Indeed, I want to launch BIRT in Jboss server and I use Maven in order to provide all necessary jars (e.g all jars in birt-runtime-{version}/Reportengine/lib) to work fine.

When I try to launch my Java class, a null pointer exception appears. But when I add all jars in the Eclipse Classpath (by hand), all works fine.

Can you tell me how I have to do to use the Maven Dependencies in my Java class ?

Thank you.

Additionnal informations :
- BIRT 4.3.1
- Eclipse Java EE IDE for Web Developers, Version: Kepler Service Release 1
- Log error :
java.lang.NullPointerException
at blablabla.services.impl.TestGenerationBirt.executeReport(TestGenerationBirt.java:53)
at blablabla.services.impl.TestGenerationBirt.main(TestGenerationBirt.java:88)
Previous Topic:Kepler: Cannot create extension: org.eclipse.ui
Next Topic:Best Java script editor
Goto Forum:
  


Current Time: Sat Sep 21 02:01:28 GMT 2024

Powered by FUDForum. Page generated in 0.07552 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top