Esempio

public class BeanClass implements javax.ejb.EntityBean {
public void manageThread(){
//..
Thread thread = new Thread();
thread.start();
}
//other methods that must implement the interface
}

Soluzione
Non avviare, arrestare o gestire gli oggetti java.lang.Thread objects in alcun modo.