Talk:Servlet Example (BIRT) 2.1
BIRT Version 4.8: Trying to run this servlet example and the Platform does not get started in the init method:
The error being encountered is in this line: In ServiceLauncher class (Line 50): Enumeration<URL> plugins = ServiceLauncher.class.getClassLoader( ) .getResources( MANIFEST_ENTRY );
This throws a core exception : Can't register the ExtensionRegistry classpath
Is there additional configuration that is needed when running as a POJO ?