From jbosstools-commits at lists.jboss.org Mon Nov 29 12:38:13 2010 Content-Type: multipart/mixed; boundary="===============1061160944553910853==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r27007 - in trunk/documentation/whatsnew/as: images and 1 other directory. Date: Mon, 29 Nov 2010 12:38:12 -0500 Message-ID: <201011291738.oATHcCUc027716@svn01.web.mwc.hst.phx2.redhat.com> --===============1061160944553910853== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: rob.stryker(a)jboss.com Date: 2010-11-29 12:38:12 -0500 (Mon, 29 Nov 2010) New Revision: 27007 Added: trunk/documentation/whatsnew/as/images/rse_test_config.png Modified: trunk/documentation/whatsnew/as/as-news-3.2.0.Beta2.html Log: JBIDE-7653 - n&n trunk try 3 Modified: trunk/documentation/whatsnew/as/as-news-3.2.0.Beta2.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/as/as-news-3.2.0.Beta2.html 2010-11-29 16:= 59:45 UTC (rev 27006) +++ trunk/documentation/whatsnew/as/as-news-3.2.0.Beta2.html 2010-11-29 17:= 38:12 UTC (rev 27007) @@ -16,7 +16,7 @@
- Remote System Support Improvements
- Startup of a remote server will now first check if it's already st= arted. Many issues with workspace locking and uncancelable jobs have been f= ound and fixed for startup and shutdown of remote servers. The RSE composit= es have been added to the new server wizard, to allow earlier configuration= by the user. Methods to add additional hosts, or browse for folders, have = also been added for convenience. Remote deployment scanner is also started = and stopped during publishes, to prevent partial deployments. + Startup of a remote server will now first check if it's already st= arted. Previous behaviour was to always try to start a new server, but if t= he user had externally started the remote server, this could cause errors. = The tooling will now attempt to verify the state of the remote server befor= e launching a new one. =
+ ++ Remote Server Uncancelable Jobs
+ Work was put into properly canceling startup and shutdown jobs to = prevent uncancelable jobs blocking the workspace and decreasing usability. = Previous behavior for launching remote servers often left the workbench in = an unusable state, where the server state was not marked as 'started' and s= everal uncancelable jobs remained in the progress view, potentially blockin= g other tasks and becoming confusing for the user. = +
+Related Jiras: = + 1 = +
++ Remote Servers now manage DeploymentScanner
+ The remote deployment scanner will now be stopped before publishes= , and resumed after. This will prevent partial deployments being picked up = by the server. = +
+Related Jiras: = + 1 = +
++ MBean Server Connection for remote servers spun off into a job
+ Remote JMX commands occasionally stall if the remote server's JMX = is not exposed. This previously would prevent the server's state to switch = to starting, or at least delay it significantly. It has now been spun off i= nto its own job to ensure it is cancelable and does not block other workspa= ce activity, specifically the completion of marking the server state to sta= rted. = +
+Related Jiras: + 1 = +
++ RSE UI added to new server wizard
+ +The RSE composites have been added to the new server wizard and editor, to= allow earlier configuration by the user. Methods to add additional hosts, = or browse for folders, have also been added for convenience. = +
+
- remote =
startup checks remote status
- remote =
startup checks remote status
- remote =
startup checks remote status
- uncance=
lable startup / shutdown jobs
- rse com=
posite added to new server wizard
- browse =
remote folders / new hosts
- remote =
deployment scanner start / stop
+
- Single Folder deployment
While previously you could only mark single files as deployable,= now you can do the same with folders! Woohoo! They can also be marked as z= ipped, but at this point, renaming the output archive is not yet possible. =
-