Skip to content

Fixes #8314 : Missing domainsfolder Setting for Payara Services Configuration #8542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jGauravGupta
Copy link
Contributor

@jGauravGupta jGauravGupta commented May 28, 2025

Fixes Payara Server Configuration Issue by Restoring domainsfolder Support in NetBeans

This PR addresses an issue introduced in NetBeans 25+ where the domainsfolder attribute was unintentionally removed from Payara Server service configurations. As a result, users experienced broken server setups after accessing the service properties in the UI, since the domains directory could no longer be resolved.

@jGauravGupta jGauravGupta added this to the NB27 milestone May 28, 2025
@jGauravGupta jGauravGupta added Java EE/Jakarta EE [ci] enable enterprise job Regression This used to work! labels May 28, 2025
@mbien mbien linked an issue May 28, 2025 that may be closed by this pull request
@@ -74,6 +74,9 @@ protected boolean enable(Node[] activatedNodes) {
}

private static boolean enableImpl(PayaraModule commonSupport) {
if (Boolean.TRUE.toString().equals(commonSupport.getInstanceProperties().get(PayaraModule.WSL_ATTR))) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boolean.parseBoolean() might be better for those checks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java EE/Jakarta EE [ci] enable enterprise job Regression This used to work!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Payara Issues in NB25 - Starting Server / Specifying JDK
2 participants