Hi, You can achieve that using a lifecycle controller set to false by default (this would mark the instance as invalid, not stopped). How do you plan to start it once created ? If you'd like to avoid service publication, I recommend using the service controller.
Regards, Clement 2011/7/29 Bassem Debbabi <[email protected]> > Hello, > > I have a question about iPOJO instances. In fact, can we create an iPOJO > Component instance without starting it directly? Something like > autostart="false". It will be created, but not launched (I want to start it > manually in programmatic manner after some reconfiguration tasks). > > Regard's > > -- > *Bassem Debbabi* > PhD Student in Computer Science > Adčle Team LIG Laboratory / University of Grenoble** > *Web:* http://debbabi.net/bassem >

