Skip to content

Commit

Permalink
Merged in PAYARA-2025 (pull request payara#79)
Browse files Browse the repository at this point in the history
PAYARA-2025 CDI Dev Mode checkbox enabled by default, if app deployed from NetBeans (payara#1921)
  • Loading branch information
jGauravGupta authored and Pandrex247 committed Sep 4, 2017
2 parents 9b22996 + 444eb65 commit e25a62a
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 e25a62a

Please sign in to comment.