Příklad

public class BeanClass implements javax.ejb.EntityBean {
public void manageThread(){
//..
Thread thread = new Thread();
thread.start();
}
//další metody, které musí implementovat rozhraní
}

Řešení
Žádným způsobem nespouštějte, nezastavujte, nespravujte objekty java.lang.Thread.