If you start the ESB using the wso2-esb-daemon.sh, Edit ./webapp/WEB-INF/classes/conf/wrapper.conf and add the following line at the end of "# Java Additional Parameters"
...
wrapper.java.additional.12=-Dresolve.root=repository
*wrapper.java.additional.13=-Dsynapse.global_timeout_interval=10000*

If you start the ESB using the wso2-esb.sh, edit this file and make the last line read as:

$JAVA_HOME/bin/java -server -Xms128M -Xmx128M $ESB_XML -Dresolve.root=$ESB_HOME/repository -Djava.io.tmpdir=$ESB_HOME/work/temp/esb -Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XMLGrammarCachingConfiguration -Desb.home=$ESB_HOME -Desb.xml=$ESB_HOME/webapp/WEB-INF/classes/conf/server.xml -Daxis2.xml=$ESB_HOME/webapp/WEB-INF/classes/conf/axis2.xml -Daxis2.repo=$ESB_HOME/repository -Djava.endorsed.dirs=$ESB_ENDORSED -Djmx.agent.name=org.wso2.esb -Dcom.sun.management.jmxremote *-Dsynapse.global_timeout_interval=10000 *$XDEBUG -classpath $ESB_CLASSPATH org.wso2.esb.ServiceBus START

asankha

j0na wrote:
I change this value and others in the synapse.properties located in
webapp\WEB-INF\classes\conf
All the values that I change no take effect.

Ruwan Linton-3 wrote:
Hi,

I don't think you have to wait.. You can set the required value by using the system property named "synapse.global_timeout_interval"

Thanks,
Ruwan

_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to