Skip to content

Commit

Permalink
PAYARA-2025 CDI Dev Mode checkbox enabled by default, if app deployed…
Browse files Browse the repository at this point in the history
… from NetBeans (payara#1921)
  • Loading branch information
jGauravGupta authored and michaelranaldo committed Sep 12, 2017
1 parent c08f023 commit 875a326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<!beforeCreate
setPageSessionAttribute(key="javaWebStartEnabled" value="true");
setPageSessionAttribute(key="implicitCdiEnabled" value="true");
setPageSessionAttribute(key="cdiDevModeEnabled" value="true");
setPageSessionAttribute(key="cdiDevModeEnabled" value="false");
foreach (var="oneProp" list="#{pageSession.tableList}") {
if (#{requestScope.oneProp.name}=$constant{org.glassfish.deployment.client.DFDeploymentProperties.DEPLOY_OPTION_JAVA_WEB_START_ENABLED}){
setPageSessionAttribute(key="javaWebStartEnabled" value="#{requestScope.oneProp.value}");
Expand Down

0 comments on commit 875a326

Please sign in to comment.