Hide Forgot
There are three errors in the deploy-to-and-restart-JBAS.js script example: 1. the targetResourceType.plugin is "jboss-as-7" and it should be "JBossAS7." The targetResourceType.name is "JBossAS7-Standalone" and it should be "JossAS7 Standalone Server." 2. The deployBundle() method description should be (destination, bundleVersion... not (bundleVersion, destination... 3. The basedirname value for the EAP6 resource should be "Deploy Directory." The "deployDir" parameter shoul dbe set to the name of the applcation (such as helloWebApp or PetstoreApp).
Mass closure of bugs modified in 2013. All of these are in the currently-published docs.