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) {
// TODO put your implementation here.
}
// TODO put your implementation here.
}
How can I fix it? Thanks.
Betty
Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
