Przykład

public class BeanClass implements javax.ejb.EntityBean {
public void manageThread(){
//..
Thread thread = new Thread();
thread.start();
}
//inne metody, które muszą implementować interfejs
}

Rozwiązanie
Nie uruchamiaj, nie zatrzymuj i nie zarządzaj obiektami java.lang.Thread w żaden sposób.