8 Replies Latest reply on Oct 10, 2008 2:11 PM by jump

    How to restart seam application programmaticly ?

    jump

      The problem was to equip jbpm business processes with related seam components. So I overrided Jbpm component from seam core with my own. But I faced with EJB3 hot deployment problem. So I decided to extract jars from process archives manually and then added jars as modules into application.xml. But application.xml modification did not caused application redeployment, so recently copied jars were not scanned and seam component were not deployed.


      So, the question is how to cause application restart programmaticly?