summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/examples/CosEC/TypedSimple/README
blob: d722b0a9e0c0bb079f14413f06fdae8837624b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.