[jboss-svn-commits] JBL Code SVN: r13480 - labs/jbossesb/workspace/jwilliams/product/samples/quickstarts.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jul 13 18:37:45 EDT 2007


Author: james.williams at jboss.com
Date: 2007-07-13 18:37:44 -0400 (Fri, 13 Jul 2007)
New Revision: 13480

Removed:
   labs/jbossesb/workspace/jwilliams/product/samples/quickstarts/readme.txt
Log:
checkin at wrong dir fix

Deleted: labs/jbossesb/workspace/jwilliams/product/samples/quickstarts/readme.txt
===================================================================
--- labs/jbossesb/workspace/jwilliams/product/samples/quickstarts/readme.txt	2007-07-13 22:37:28 UTC (rev 13479)
+++ labs/jbossesb/workspace/jwilliams/product/samples/quickstarts/readme.txt	2007-07-13 22:37:44 UTC (rev 13480)
@@ -1,46 +0,0 @@
-Overview:
-=========
-    This example demonstrates how to develop and host a 181 Web Service on 
-    the JBoss Application Server. This Web Service is then used to make a
-    synchronous call into the ESB.    
-  
-
-Before Running:
-===============
-1. Update the "org.jboss.esb.server.home" property in the quickstarts.properties
-   file in "../".
-2. Make sure the jbossesb.sar is deployed on your JBoss Application Server.
-   In the ESB "install" folder update deployment.properties and then run "ant".
-   This example does require you to use a version for 4.0.4+ with the EJB3 profile.
-3. Make sure the JBoss Application server is running.
-
-
-
-To Run:
-=======
-TODO
-
-1. In the first command window, execute "ant".  This will compile the project, build
-the needed jars and deploy the WAR component to the Application Server.  If you are 
-monitoring the Application Server console you will see it hot deploy the WAR.
-
-2. Run "ant runtest". This will drop a message directly to the bus via a Java client.
-
-3. Watch the ESB console output. you should see:
-
-TODO
-
-4. Use for favorite Web Service testing tool to invoke the Web Service. A great one
-is called SoapUI at www.soapui.org.  
-
-The ESB console should produce the following messages:
-
-    TODO
-
-The AS console should produce the following message:
-     22:47:30,531 INFO  [STDOUT] I'm Hit! Your Name  
-
-This assumes you put in "Your Name" as the parameter in your WS client testing tool.
-     
-     
-    




More information about the jboss-svn-commits mailing list