deploy the BIRT Engine within a servlet in BIRT 2.3 (vs BIRT 2.1 or BIRT 2.2)

aengel
edited February 11, 2022 in Analytics #1
I am currently trying to upgrade to BIRT 2.3. However I get into troubles when creating the BIRT Report Engine (in a servlet environment). Our code is based on the example given in:<br />
<br />
<a class='bbc_url' href='http://wiki.eclipse.org/Servlet_Example_(BIRT)_2.1'>http://wiki.eclipse.org/Servlet_Example_(BIRT)_2.1</a><br />
<br />
However when calling the line:<br />
<br />
IReportEngineFactory factory = (IReportEngineFactory) Platform.createFactoryObject( IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY );<br />
<br />
then factory returns null. Are there any changes in BIRT 2.3 and how do I have to change my code?<br />
<br />
Thanks,<br />
<br />
Anette