Hi guys,

I've recently started  Jonas and went straight to this jdk1.2 version.
I've got previous experience of developing beans, deploying, etc  with
respect to the EJB1.1 specification.
My question is :-

When I used the GenIC to generate the container classes I get several
error messages indicating that several incompatible types
in various methods. main error message being :
Incompatible type for method. Can't convert (entitybean PK class)  to
int.
My primary key fields are mostly int and everything is done according to
the specs of EJB1.1  The methods that are generating
these errors are mostly:-

     pStmt.setInt(1, pk);
     pk = eb.attribId;

Can you guys give me a reason why the generated files would give such an
error.
thanks in advance for your assistance.
Ryan.


----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to