Sorry, I fail to see the actual problem...
You have now:
ABean
ARemote
AHome
and then:
BBean
BRemote
BHome
You could quickly reduce this to:
ABean
BBean
ARemote
AHome
By just specifying the same classes for the Remote and Home interfaces. This is
just assembly descriptor work, no coding involved. It should work on WSAD 4
(EJB 1.1).
Then, I think this should work too: create a base class XBean and then:
public class ABean extends XBean {
}
public class BBean extends XBean {
}
This should be EJB 1.1 compatible.
My 2c,
JP
--
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".