vetalok, > Can one bundle that fails trigger whole framework to stop?
If it fails hard enough, yes. In fact even if it calls System.exit() ... Suggest you first investigate this as a general Java-application-crashes problem, e.g. collect and analyse heap dumps (hprof files), run whole process in debugger if feasible, etc. ...
