Ondro Mihályi

Results 321 comments of Ondro Mihályi

I created another issue to fix the test and avoid leaving temporary directories after the test suite is executed: https://github.com/eclipse-ee4j/glassfish/issues/25607

> Probably would be good if the test would be extended to test that the file is deleted; the shutdown hook is a good idea, while it should stay also...

> fileinstall directory created by the Felix framework Felix is not used in Embedded GlassFish and I didn't find any fileinstall directories after I ran the Embedded GlassFish test suite....

When GlassFish server (not Embedded) is started, it produces a `fileinstall` directory in temp area, e.g. `/tmp/fileinstall-1120919830204976074/`. So these undeleted files must be coming from a test suite for GlassFish...

Creating a custom resource filter would need a separate maven plugin that can be added to pom.xml. It would have an implementation like: ``` @Component(role = MavenResourcesFiltering.class, hint = "templateFilter")...

Hello, @Ariho-Seth , this issue is more about improving the build of the website and possibly creating a helper Maven plugin to support templating in the source code of the...

If you have the script in the root of the GlassFish git repository, change the first line of the script to: ``` GLASSFISH_REPO=. ``` I have the script in a...

This should be fixed by https://github.com/eclipse-jnosql/jnosql-extensions/pull/165 Should be fixed when a new 1.1.12 version of JNoSQL is released and integrated to GlassFish.

I built the GlassFish main branch with JNoSQL 1.1.12-SNAPSHOT and the test passes. With JNoSQL 1.1.11 it fails, with this error: ``` IllegalArgumentException: An instance of a null PK has...

Raised https://github.com/eclipse-ee4j/glassfish/issues/25851 to upgrade JNoSQL, which fixes this issue. Closing this issue now.