summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/examples/CosEC/TypedSimple/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/examples/CosEC/TypedSimple/README')
-rw-r--r--ACE/TAO/orbsvcs/examples/CosEC/TypedSimple/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/examples/CosEC/TypedSimple/README b/ACE/TAO/orbsvcs/examples/CosEC/TypedSimple/README
new file mode 100644
index 00000000000..d722b0a9e0c
--- /dev/null
+++ b/ACE/TAO/orbsvcs/examples/CosEC/TypedSimple/README
@@ -0,0 +1,18 @@
+# $Id$
+
+ This directory contains an example for a COS Event Service,
+using a typed channel.
+It contains two executables; a consumer and a supplier.
+
+ To test it use :
+
+# rm Country.ifr
+# IFR_Service -p -b Country.ifr -ORBEndPoint iiop://localhost:12345
+# tao_ifr -ORBInitRef InterfaceRepository=corbaloc:iiop:localhost:12345/InterfaceRepository -I$TAO_ROOT/orbsvcs Country.idl
+# Naming_Service -ORBEndPoint iiop://localhost:8000
+# CosEvent_Service -n CountryEventChannel -r -t -d -ORBInitRef InterfaceRepository=corbaloc:iiop:localhost:12345/InterfaceRepository -ORBInitRef NameService=corbaloc:iiop:localhost:8000/NameService
+# consumer -ORBInitRef NameService=corbaloc:iiop:localhost:8000/NameService
+# supplier -ORBInitRef NameService=corbaloc:iiop:localhost:8000/NameService
+
+Note: If the tao_ifr fails, use the Country.idl.for_ifr file to upload the idl into the IFR.
+ Please also report the problem in the usual manner.