summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple/README
blob: 5edd234de01dc77e43f24af96a5613e6f981df99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


	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.