When I try to write a 2.0 compliant entity bean:

public abstract class ContactBean implement EntityBean
{
   public abstract void setName(String s);
   public abstract String getName();
   ...

}

Orion throws the error (at deployment):

... Bean class com.tfc.ejb.ContactBean must not be declared
abstract

So what did I do wrong?  Does Orion 1.3.8 or 1.4.0 support
EJB 2.0 entity beans like the web page advertises or not?

-tim

Reply via email to