Executed the following commands and file '/tmp/admin-console.war' has been created with size of 15 MB. ------------------------------------- var rc = new ResourceCriteria(); rc.addFilterResourceTypeName('Web Application (WAR)'); rc.addFilterName('admin-console.war'); var adminConsole = ResourceManager.findResourcesByCriteria(rc); var war = ProxyFactory.getResource(adminConsole.get(0).id); war.retrieveBackingContent("/tmp/admin-console.war"); -------------------------------------- Then updated the backup file and verified the same on the host EAP server location. ------------------------------------- war.updateBackingContent('/tmp/admin-console.war'); -------------------------------------- all the process completed successfully, hence moving this bug to VERIFIED state.
changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE