An entity bean is created with this comment:
/**
* XDoclet-based CMP entity bean. This class must be declared
* <code>public abstract</code> because the concrete class will
* be implemented by the CMP provider’s tooling.<br>
*
But the class is defined as:
public class MovieBean implements EntityBean {
It should however be:
public abstract class MovieBean implements EntityBean {
Is use MyEclipse 030702 on SuSE Linux 8.2