IBM / bamoe-issues

this is a repository to track IBM work (Issues and Project) with the KIE community!
Apache License 2.0
5 stars 0 forks source link

DMN file not loading #189

Open porcelli opened 11 months ago

porcelli commented 11 months ago

Using this repository [1], there's an DMN file (TransactionMonitoringDMN) that fails to load and having the loading spinning forever.

[1] - https://github.com/snandakumarops/transaction-monitoring-dmn-kogito

https://user-images.githubusercontent.com/119395/254305424-59f41ce8-21bc-406a-a13d-4d4f78949ebb.mov

Workaround 01

Please notice the git repository contains the same models twice. We can see it as:

In these folders we will find out AmlDecisions, staticFraudRules and TransactionMonitoringDMN are duplicated.

The issue #189 is not reproducible once we delete the duplicates from https://github.com/snandakumarops/transaction-monitoring-dmn-kogito/tree/master/target/classes

Workaround 02

Using VSCode DMN Extension can be the TransactionMonitoringDMN model opened without any issue.

jomarko commented 10 months ago

May be related to work with included models. Did you recheck opening of that file once you manually remove the import xml tag?

jomarko commented 10 months ago

The issue really seems to be related to imports: image

porcelli commented 10 months ago

@tiagobento maybe include this use case as part of the new dmn editor infra?

jomarko commented 10 months ago

https://github.com/IBM/bamoe-issues/issues/189#issuecomment-1673090315 @porcelli what does it mean please. Could you please clarify more?

porcelli commented 10 months ago

@jomarko basically address this issue as part of the new editor effort that @tiagobento is working on. not sure if it's worth invest to fix the current one

jomarko commented 10 months ago

new editor effort is that something specific? I know we work on removing GWT for example, but I am not aware of any other efforts regarding DMN Editor. If you, could we please share it with whole team?

tiagobento commented 7 months ago

@jomarko

jomarko commented 1 month ago

This issue is probably resolved with 9.1.0 rc1 build.

Screenshot 2024-05-29 155107

tiagobento commented 2 days ago

Can we confirm that this is solved and close if it is the case please?