Hi, People
    I have trouble wenn the application server (orion/jboss) passivates an entity bean that extends another, and I don't know why!! :(
    I have two beans, "Request" and "AccountRequest" (and another: "PrivilegeRequest")
 
Declaration of Request:
EJB:
public class RequestEJB implements SessionBean {
 ...
}
 
Remote:
public interface RequestRemote extends EJBObject {
...
}
 
Declaration of AccountRequest:
public class AccountRequestEJB extends RequestEJB {
...
}
 
Remote:
public interface AccountRequestRemote extends RequestRemote {
}
 
Can someone help me??
 
thanks in advance
Michael Moossen ( mailto:[EMAIL PROTECTED] )
Tuxpan Software ( http://www.tuxpan.cl )
Los Castaņos 357 / Viņa del Mar / Chile
Phone : +56 32 680906 (Anexo 210)

Reply via email to