trapperkeeper

Results 15 comments of trapperkeeper

OK, so a couple of points here. First, a reasoner will not help you with the FMA. I have gotten one to run successfully before, but it took hours, lots...

Well, OK, the timing was based on all of the reasoners that I have installed. I don't do much with the EL profile, so I'll admit that I can't speak...

I should also say, ykazakov is correct, there are still 3 cases of empty objectIntersection in the FMA (I'll fix those). But, I do not believe that they are related...

By the way, I believe you can set an unlimited expansion limit as follows: System.setProperty("jdk.xml.entityExpansionLimit", "0"); which I assume is the same as adding the jvm command line argument: -Djdk.xml.entityExpansionLimit=0

I just wanted to add a bit of information to this issue. Some have suggested using the Snap SPARQL plugin as an alternative. It is worth mentioning that the Snap...

I am experiencing the same issue. If I download the Hello World project FLOW/Java, it starts fine. But if I use the app starter UI (https://start.vaadin.com/app/p) and create a React...

I should note that adding the following to application.properties prevents the infinite restarts. However, it at least partly disabled hot reloading as well: spring.devtools.restart.enabled = false

Thank you Andy. I was also able to get around this issue, but my solution may not be as workable for everyone as yours. I disabled the Java Debugger VSCode...

@taefi , when I experienced this issue, the project came directly from the app starter UI (https://start.vaadin.com/app/p) when creating a React (Hilla) app. I tried it several times and always...

Of course my vote, speaking for the FMA team, would be to use the FMA directly. It is confusing having multiple differing versions in play.