summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/samples/binding-notification-broker
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-09 05:58:46 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-09 05:58:46 +0000
commitd6e546076d9aee034c62414a2357f90b7aa2a5e4 (patch)
tree295eb1b04623b48008266f09ebe18775721d6fce /branches/sca-java-1.4/samples/binding-notification-broker
parentcd969cfe4f6c1c09a1caefc6ab1ad54b67e064da (diff)
Fixes for TUSCANY-2730
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/samples/binding-notification-broker')
-rw-r--r--branches/sca-java-1.4/samples/binding-notification-broker/README58
1 files changed, 29 insertions, 29 deletions
diff --git a/branches/sca-java-1.4/samples/binding-notification-broker/README b/branches/sca-java-1.4/samples/binding-notification-broker/README
index ebd8bbec30..c21b8a5a1c 100644
--- a/branches/sca-java-1.4/samples/binding-notification-broker/README
+++ b/branches/sca-java-1.4/samples/binding-notification-broker/README
@@ -26,34 +26,6 @@ This sample also illustrates the use of a wsdl interface in the notification
component's <implementation.notification/>. This allows messages sent and received
via <binding.notification/> to be transported as literal xml over http.
-Building And Running The Sample Using Ant
------------------------------------------
-With the binary distribution the sample can be built and run using Ant as
-follows
-
-cd binding-notification-broker
-ant compile
-ant run
-
-You should see the following output from the run target.
-
-run:
- [java] Sep 14, 2007 11:14:24 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
- [java] INFO: Added Servlet mapping: http://localhost:8083/ntm/trafficAdvisory
- [java] Sep 14, 2007 11:14:24 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
- [java] INFO: Added Servlet mapping: http://localhost:8083/consumer/trafficAdvisory
- [java] Sep 14, 2007 11:14:24 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
- [java] INFO: Added Servlet mapping: http://localhost:8083/producer/trafficAdvisory
-
-Building And Running The Sample Using Maven
--------------------------------------------
-
-With either the binary or source distributions the sample can be built and run
-using Maven as follows.
-
-cd binding-notification-broker
-mvn
-
Sample Usage
------------
@@ -109,4 +81,32 @@ binding-notification-broker/
notification components, and composite service and reference
binding-notification-broker.png - a pictorial representation of the sample .composite file
build.xml - the Ant build file
- pom.xml - the Maven build file
+ pom.xml - the Maven build file
+
+Building And Running The Sample Using Ant
+-----------------------------------------
+With the binary distribution the sample can be built and run using Ant as
+follows
+
+cd binding-notification-broker
+ant compile
+ant run
+
+You should see the following output from the run target.
+
+run:
+ [java] Sep 14, 2007 11:14:24 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
+ [java] INFO: Added Servlet mapping: http://localhost:8083/ntm/trafficAdvisory
+ [java] Sep 14, 2007 11:14:24 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
+ [java] INFO: Added Servlet mapping: http://localhost:8083/consumer/trafficAdvisory
+ [java] Sep 14, 2007 11:14:24 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
+ [java] INFO: Added Servlet mapping: http://localhost:8083/producer/trafficAdvisory
+
+Building And Running The Sample Using Maven
+-------------------------------------------
+
+With either the binary or source distributions the sample can be built and run
+using Maven as follows.
+
+cd binding-notification-broker
+mvn