I am trying to display a message after smartfrog has deployed an 
installation
routine on a couple of machines. I tried using the display component 
like so:

#include "/org/smartfrog/services/display/components.sf"

sfConfig extends Sequence {
     installPair extends Parallel {

         installTestHostA extends MyProductInstall {
             ...
         }

         installTestHostB extends MyProductInstall {
             ...
         }

     }

     confirmInstall extends Display {
         textDisplay "Install Complete";
         //terminateSFProcessOnExit true;
         positionDisplay "SE";
         fontSize 50;
     }

}

Unfortunately the display process seems to continue indefinitely even 
once the
window is closed. The task cannot be redeployed unless it is undeployed or
has the "replace" setting set.  I've played with the 
terminateSFProcessOnExit setting
but this doesn't seem to have any effect on what I am doing.

Am I using the appropriate component here or is there something more 
suitable?

Thanks,

Frank Wilson


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Smartfrog-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartfrog-users

Reply via email to