I am creating a startup service as a .sar file and deploying in Jboss server 
instance. Now even though I change the contents of my the sar file and redeploy 
the sar file, it is not taking the changes and still displaying the old sar 
contents.

eg - protected void startService throws Exception {
log.info("Hello");
}

Updated to log.info("Hey") and redeployed the sar file but still 
"Hello" gets displayed instead of "Hey".

is there some step I need to take so that the updated sar get picked up instead 
of the old sar ? Any pointers greatly appreciated.

thanks in advance.




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895039#3895039

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895039


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to