Bug 2410

Summary: orbsvcs/LifeCycle Service is really an example
Product: TAO Reporter: J.T. Conklin <jtc>
Component: LifeCycle ServiceAssignee: J.T. Conklin <jtc>
Status: ASSIGNED ---    
Severity: normal    
Priority: P3    
Version: 1.4.10   
Hardware: All   
OS: All   

Description J.T. Conklin 2006-02-21 22:10:21 CST
The LifeCycle_Service implementation in orbsvcs/LifeCycle_Service is not a standalone service like 
Naming_Service or Notify_Service, but rather an example of a Generic Factory that works with the Quoter 
example in ${TAO_ROOT}/examples/Quoter.

At the very least LifeCycle_Service.mpc should be changed to not inherit from "core" so it's not installed, 
but it should also probably be moved to someplace more appropriate --- perhaps ${TAO_ROOT}/orbsvcs/
examples/LifeCycle_Service...
Comment 1 J.T. Conklin 2006-02-22 09:25:06 CST
mine
Comment 2 J.T. Conklin 2006-03-07 01:53:59 CST
I've changed project not to inherit from core and regenerated the Makefile.am.

Post 1.5.1 we'll see about moving this somewhere more appropriate.