Markus KARG
Markus KARG
# Description # ---------- The error message "Network Listener named http-listener-1 to which this ssl element is being added already has an ssl element." occurs as soon as pressing "OK"...
# Description # ---------- An interface annotated by `@Path` found in a WAR file results in a warning that CDI cannot instantiate it. ## Expected Outcome ## No instance is...
# Description # ---------- Just noticed that when http-listener-1 is Security [X] Enabled, asadmin deploy fails with an exception in the server log: ``` Caused by: java.lang.NullPointerException at com.sun.enterprise.deployment.WebServiceEndpoint.composeEndpointAddress(WebServiceEndpoint.java:679) at...
Steps to reproduce: * `C:\FOO BAR\My.bat` (Mind the blank between FOO and BAR) Expected result: * Executes `cmd.exe /c "C:\FOO BAR\My.bat"` Actual result: * Logs that it would execute `cmd.exe...
Just like the compiler plugin works, the exec plugin should skip execution in case the output is younger than the input. As the exec plugin per se is unaware what...
Steps to reproduce: * Login to Gitpod * Open https://gitpod.io/#https://github.com/mojohaus/exec-maven-plugin * In the console run: `mvn -Prun-its clean verify` * In the console run: `code target/its/mexec-86/target/out.txt` Expected result: * Build...
I tried to fix a bug which happens on Windows, but I do not understand what that particular code is actually good for. Maybe someone could briefly explain? ExecMojoTest fails...
## Environment Details * GlassFish Version: master branch ## Problem Description * Cannot process glassfish-acc.xml using XSLT due to invalid doctype declaration: The declared document URL http://glassfish.org/dtds/glassfish-application-client-container_1_3.dtd is not existing...
The JDK's schemagen tool itself is able to process Java files found in paths with blanks, but the schemagen mojo fails to do so.
I frequently had the need to check parameters for validity, but the validity was *not static*. So I wished there would be a rule that could be pointed to instead...