Bug 38

Summary: Is the TAO_Unknown_Profile class working correctly?
Product: TAO Reporter: Carlos O'Ryan <coryan>
Component: ORBAssignee: Ossama Othman <ossama.othman>
Status: RESOLVED FIXED    
Severity: normal CC: fredk
Priority: P2    
Version: 1.0.3   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 294    

Description Carlos O'Ryan 1999-07-08 12:48:38 CDT
There are several reports that passing IORs from platforms with UIOP to
platforms without UIOP support gives problems, specially to obtain the initial
Naming Service IOR.
The error message reported is:

	TAO (136|46) could not create all the profiles
	(136|46) Unable to get the Naming Service.
Comment 1 Ossama Othman 1999-07-08 18:16:59 CDT
Accepted.
Comment 2 Ossama Othman 1999-08-22 11:30:59 CDT
TAO_Unknown_Profile appears to be working but I'd like to run some stress tests
before I resolve this bug.
Comment 3 Ossama Othman 1999-09-03 09:58:59 CDT
There have been reports of interoperability problems between TAO and other ORBs.
This bug may be related to the problem.
Comment 4 Ossama Othman 1999-11-12 15:57:59 CST
I just ran what should be definitive test.  I bound a the reference of an UIOP
object (on Linux) to a Name Service running on an NT host.  Then I resolved the
reference stored in that Name Service on the Linux box, and then did an
object_to_string on that resolved object.  The stringified IOR was printed in
URL format.  The endpoint in that IOR was the same as the endpoint the UIOP
server was running on.  I think this proves that TAO_Unknown_Profile is working
properly.