IIRC, you shouldn't extend EJBUserHome, just specify all method
signatures (with findByPrimaryKey returning Account) in your AccountHome
interface.

Regards, Markus.

On Mon, Dec 04, 2000 at 07:15:46PM +0100, Alexander Sparkowsky wrote:
> Hi,
> 
> I want to use the EJBUserManager to lookup the accounts and created an
> extended version of the EJBUser because I need more infos for the account to
> hold. I created Account which extends the EJBUser and an AccountHome which
> extends EJBUserHome so I'm not able to overwrite the findByPrimaryKey Method
> to return Account insteat of EJBUserHome. When starting the orion it gives
> me an error that findByPrimaryKey() should return Account insteat of
> EJBUserHome.
> 
> Can anybody help?
> 
> Alexander Sparkowsky
> LambdaLogic Informationssysteme GmbH, Berlin, Germany
> Tel: +49-30-2936385-0, Fax: +49-30-2936385-0
> E-Mail: [EMAIL PROTECTED]
> 

-- 

Markus Holmberg         |       Give me Unix or give me a typewriter.
[EMAIL PROTECTED]      |       http://www.freebsd.org/

Reply via email to