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
- RE: support EJB2.0 or not? Tim Drury
- RE: support EJB2.0 or not? John D'Ausilio
- RE: support EJB2.0 or not? Tim Drury
- RE: support EJB2.0 or not? John D'Ausilio
- RE: support EJB2.0 or not? Reddy Krishnan
- RE: support EJB2.0 or not? Jeff Schnitzer
- RE: support EJB2.0 or not? Jim Archer
- RE: support EJB2.0 or not? Tim Drury
- RE: support EJB2.0 or not? Tim Drury
- RE: support EJB2.0 or not? Tim Drury
