David Matějček

Results 61 issues of David Matějček

See org.glassfish.main.extras.embedded.all.StartupTest log. Same stacktrace is visible also on other places. It will need some investigation, the clearReferencesJdbc is really suspicious implementation and looks like some workaround of some historical...

### General issue - System.properties are accessed on many places in GlassFish code - The state is global, but we don't have consistent well defined management for it. - Server...

code cleaning

This issue follows up the https://github.com/eclipse-ee4j/glassfish/issues/23585 issue. ## Environment Details * GlassFish Version (and build number): 6.2.2 ## com.sun.enterprise.v3.services.impl.HttpUtils.getErrorPage - declares that the server is GlassFish4, not 6.2.2 - findBytes...

code cleaning

I cannot run nor reconfigure the "multibranch pipeline job with defaults", even the Configuration page is broken. All this started when I selected the SCM Factory "As Is Git SCM"...

Seen in logs of ejb_group_2 tests when refactoring - eclipse changed for i loop to foreach, which made it visible. But even with for i cycle it had to do...

[JAVA_TOOL_OPTIONS](https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars002.html) are often used on build servers (including Eclipse GlassFish), but another JVM properties are defined in domain.xml. That can lead to situation that GlassFish cannot start under some circumstances....

enhancement

- conversion of bytes to values/enums/etc. - communication with the ELM/OBD - communication with a GUI (does not exist yet) - communication with a server (statistics, analysis, comparison, etc.; does...

needs testing
maintenance

Problem: responses come 1 byte per 1 line, not 8 per 1 line as usual.

bug
needs testing

Needed for unit testing. Simulator must not use any serial interface, it will be only Java code responding as if it was serial device. In should be extensible to simulate...

enhancement