Hm, ok. I'll fiddle some more and check. I just copied in the jars I
found in the dist dir, but I see now that the target dir has numbered
jar files. I'll investigate further and let you know if the issue still
happens, and if it does, what seems to be causing it. Thanks for
looking into it tho
I'm not able to reproduce the problem, Hani.
I have two classes:
public abstract class AbstractEntityAdapter implements javax.ejb.EntityBean
{}
public abstract class LocalEntityAdapter extends AbstractEntityAdapter {}
compiled, and wrapped in a jar. Then I have @tagged EJB: FooBean extends
LocalE