I read some info about changing the method of setting PARENT_CLASSLOADER
in Birt 2.3 and change my code from
task.setAppContext(contextMap);
to
engine.getConfig().setAppContext(contextMap);
But I have the same message:
"01.07.2008 15:22:38 org.eclipse.birt.report.engine.api.impl.EngineTask
isDeprecatedEntry
WARNING: PARENT_CLASSLOADER could not be set in appContext of IEngineTask,
please set it in appContext of IReportEngine"
Because of this my java objects in scripted data source is not transfered
to my report.
What should I do?
It's really important and time-critical for me!