|
Hi Betty, I’m not sure what’s going on,
the types shouldn’t be different. If you send me your project as a zip
file, I can take a look. Chad From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ngocbao bui Hi, There is something in the generated code I cannot understand. One
entity bean named Account has one business method "public void
update(float amount)". When looking at class AccountBean and
AccountBeanImpl, I saw the difference in the type of parameter
"amount" AccountBean: public abstract void update(float amount); AccountBeanImpl: public void update(java.lang.Float amount)
{ How can I fix it? Thanks. Betty Yahoo! Messenger - Communicate
instantly..." |
