<bean class="xxx" init-method="starting" destroy-method="stopping"> ... </bean>
On Wed, Nov 3, 2010 at 16:51, Kit Plummer <[email protected]> wrote: > I'm trying to configure an existing iPOJO bundle as a Blueprint setup instead. > > I currently have in my iPOJO config: > > <callback transition="validate" method="starting" /> > <callback transition="invalidate" method="stopping" /> > > ...to declare the methods to call on startup and shutdown. > > Is there an equivalent in Blueprint config? > > TIA, > Kit > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

