I got it working.
I was overriding initServiceDesc() also which was causing the problem.

thanx,
Pravir

-------- Original Message --------
Subject: Deploying provider
Date: Fri, 09 Jan 2004 10:34:11 -0800
From: Pravir Ramtekkar <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

Hi ,

I wanted to know how do we configure CORBAProvider. the same way we
deploy cusotm providers?

I wrote custom provider similar to CORBAPRovider which overwrites
makeNewServiceObject() method and returns the narrowed object reference
to the remote CORBA object. But doesn't list any of the methods
available. Also to invoke I specifically have to make a call to "invoke"
method.

As per my understanding available method list should be shown and when I
want to invoke any method, the provider will return the narrowed
reference on which the method call be invoked.

could you help me here?
thanx,
Pravir


<service name="MyService" provider="java:ECHO"> </service>

where ECHO : myCORBAProvider extends RPCProvider


-- --------------------------------------------------------------------- NETSMART® 1500 Development, NMS division Fujitsu Network Communications, Inc. Phone: (408) 895-1518 San Jose, CA 95134, U.S.A Fax: (408) 895-1515 ---------------------------------------------------------------------



Reply via email to