Closing ticket 368

This commit is contained in:
Viktor Klang 2010-08-04 10:45:29 +02:00
parent d6a874c4fe
commit c4c5babfd6

View file

@ -15,10 +15,12 @@ public class Boot {
new Component[] {
new Component(
SimpleService.class,
SimpleServiceImpl.class,
new LifeCycle(new Permanent()),
1000),
new Component(
PersistentSimpleService.class,
PersistentSimpleServiceImpl.class,
new LifeCycle(new Permanent()),
1000)
}).supervise();