Hi,

thank you for the reply:

> As I see in the error :
> > Bean : Auftraggeber
> > Method : public PersonPK ejbCreate(int, int, String) throws
CreateException
> > Section: 9.2.3
> > Warning: The return type of an ejbCreate(...) method must be the entity
> > bean's primary key type.

That do not matter, it is just a warning.


> As the errors say : In the bean class, look at your return type : it is
> PersonPK, it should be AuftraggeberPK.
>
> Logic no ?

Surely not. Because if i remove the reference to the session bean in the
bean Auftraggeber, the application is deployed and the Verifier messages
happens, too.

I am referencing a session bean called "IDGenerator" from another
application, like that:

IDGenerator idGen;

if i reference the Home Interface the application would nor be deployed,
too.

CU

---
Ingo Bruell
OBL GmbH ([EMAIL PROTECTED])
Hude (Oldenburg)
Germany


Reply via email to