public static WebArchive createDeployment() {
RegionTestDeployment deployment = new RegionTestDeployment(ITRegionJSFAjax.class);
FaceletAsset page = deployment.baseFacelet("index.xhtml");
page.form("<a4j:region>");
page.form(" <h:commandButton id='button'>");
page.form(" <f:ajax execute='#{regionBean.execute}' />");
page.form(" </h:commandButton>");
page.form("</a4j:region>");
return deployment.getFinalArchive();