Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] BIRT POJO runtime?
  • From: Henning von Bargen <H.vonBargen@xxxxxxx>
  • Date: Mon, 10 Jan 2022 08:04:08 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=t-p.com; dmarc=pass action=none header.from=t-p.com; dkim=pass header.d=t-p.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=KInRhmwZr+cnZjXFlAYrZQOqLmkeS/elqUIKmFPoZus=; b=jFzA/g2XdkuMthWOu2mVIpgYMKpWDfhwhWiHkOkFUc/ZtRJRAKbUuwS1Hf8nYgKs8L4f3ZM/BpZ8VN8fsK5DWB1EbUEANpCQdAFv553cLpur0TloGq61HPpoL42WpedVrWakX4XVvnYvP5QMbTaKJu8phlzgAemsetZx22hJdulX8WY3257d/NsI6jVvPXWEbXn8fGCcRAXv4djmFNi7LaxVtMWR7zV2pT9DyYb7QkmqRI6vRDH03QVdTcByc0YS7dfNd2eAj+90zMkFOnorbtpjYu69iGHFaBXxZY2o+v2gHUN52E12j2Z453lwUP9Hq4oUqO13uIhnDGNdNKi3eQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HIQ5+sjqxi8Vr4WbA4RdvIXfvBIJlHssiUCIqj2J9bt1H4BoOE3aNDFKK0mfo8GharXp/kBStF0si3Dnjwl3paoRj8XAYbEl4nlMZwnDiy8ixwDU/TI01ITQ29W2TiHoYpGlOWfm3RSm/HA/NXLkzEt5dyRMRGtzFjwPZJgJQkWu0Np6XGjZ42vxAB4karOud3HRq2vmZ+waeUYkwhEA4S9/MEczOUu3EF8tFEHyPPgzihtV0SqiPOPU4vfD+F0vppkIrbjNDdrkcYYl+ZrvUdXaPfqzBTTzF349aBnhdZAE5YnveL8lJl25i/1SuLm7V3o9EB9mc0sGhs4i3vzkvA==
  • Delivered-to: birt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/birt-dev/>
  • List-help: <mailto:birt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/birt-dev>, <mailto:birt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/birt-dev>, <mailto:birt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdgF9Hy2nzxRXGftRqK5Wa79+psJMg==
  • Thread-topic: BIRT POJO runtime?

I wanted to test the BIRT POJO runtime, but failed to do so and others failed at well,
see issues https://github.com/eclipse/birt/issues/781 and https://github.com/eclipse/birt/discussions/738.

Is anyone able to make the POJO runtime work?

And if not, can anyone shed some light on this?

I mean, this always used to work with older BIRT releases.

What I find interesting is this part of the stack trace:

Caused by: java.lang.NullPointerException
at org.eclipse.core.internal.runtime.InternalPlatform.getBundles(InternalPlatform.java:232)
at org.eclipse.core.internal.runtime.InternalPlatform.getBundle(InternalPlatform.java:222)
at org.eclipse.core.runtime.Platform.getBundle(Platform.java:1442)
at org.eclipse.birt.report.engine.internal.util.BundleVersionUtil.getBundleVersion(BundleVersionUtil.java:33)

The bundle searched for is "org.eclipse.birt.report.engine" BTW - not something exotic.

When I searched for the sources of org.eclipse.core.internal.runtime.InternalPlatform in the workspace (with (Ctrl-Shift-R), this didn't find anything.
In the mvnrepository, I only find 9 years old releases and I was unable to find the sources at all.[*]

If the POJO runtime is abandoned and no longer supported, this should be documented along with possible alternatives.

[*] I finally found https://git.eclipse.org/c/platform/eclipse.platform.runtime.git at least.

Henning


Back to the top