[jboss-svn-commits] JBL Code SVN: r27873 - in labs/jbossesb/trunk/product/samples/quickstarts: webservice_consumer_wise2 and 2 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sat Jul 11 06:59:34 EDT 2009
Author: tfennelly
Date: 2009-07-11 06:59:34 -0400 (Sat, 11 Jul 2009)
New Revision: 27873
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise2/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise3/readme.txt
labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise4/readme.txt
Log:
https://jira.jboss.org/jira/browse/JBESB-2711
Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise/readme.txt 2009-07-11 10:08:40 UTC (rev 27872)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise/readme.txt 2009-07-11 10:59:34 UTC (rev 27873)
@@ -10,6 +10,12 @@
Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts and a
more detailed descripton of the different ways to run the quickstarts.
+ WISE creates, compiles and loads some webservice classes at runtime. For this reason,
+ you should increase the PermGen space if you are running this example through the
+ JBoss App Server (Vs the JBoss ESB Server). To do this, just add the following to
+ the "JAVA_OPTS" variable in the Server "run" script:
+ -XX:MaxPermSize=128m
+
To Run:
===========================
1. Open wise-core.properties and modify the propertie 'wise.tmpDir' there to suit your environment.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise2/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise2/readme.txt 2009-07-11 10:08:40 UTC (rev 27872)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise2/readme.txt 2009-07-11 10:59:34 UTC (rev 27873)
@@ -10,6 +10,12 @@
Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts and a
more detailed descripton of the different ways to run the quickstarts.
+ WISE creates, compiles and loads some webservice classes at runtime. For this reason,
+ you should increase the PermGen space if you are running this example through the
+ JBoss App Server (Vs the JBoss ESB Server). To do this, just add the following to
+ the "JAVA_OPTS" variable in the Server "run" script:
+ -XX:MaxPermSize=128m
+
To Run:
===========================
1. Open wise-core.properties and modify the propertie 'wise.tmpDir' there to suit your environment.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise3/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise3/readme.txt 2009-07-11 10:08:40 UTC (rev 27872)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise3/readme.txt 2009-07-11 10:59:34 UTC (rev 27873)
@@ -9,6 +9,12 @@
Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts and a
more detailed descripton of the different ways to run the quickstarts.
+ WISE creates, compiles and loads some webservice classes at runtime. For this reason,
+ you should increase the PermGen space if you are running this example through the
+ JBoss App Server (Vs the JBoss ESB Server). To do this, just add the following to
+ the "JAVA_OPTS" variable in the Server "run" script:
+ -XX:MaxPermSize=128m
+
To Run:
===========================
1. Open wise-core.properties and modify the propertie 'wise.tmpDir' there to suit your environment.
Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise4/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise4/readme.txt 2009-07-11 10:08:40 UTC (rev 27872)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_consumer_wise4/readme.txt 2009-07-11 10:59:34 UTC (rev 27873)
@@ -8,6 +8,12 @@
Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts and a
more detailed descripton of the different ways to run the quickstarts.
+ WISE creates, compiles and loads some webservice classes at runtime. For this reason,
+ you should increase the PermGen space if you are running this example through the
+ JBoss App Server (Vs the JBoss ESB Server). To do this, just add the following to
+ the "JAVA_OPTS" variable in the Server "run" script:
+ -XX:MaxPermSize=128m
+
To Run:
===========================
1. Open wise-core.properties and modify the property 'wise.tmpDir' there to suit your environment.
More information about the jboss-svn-commits
mailing list