Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem deploying ejb with ejbHome methodod

843830Jul 29 2004 — edited Jul 30 2004
Hi! Everybody, I am trying to grasp BMP entity beans. I tried compiling and deploying the BMP example from sun(SavingsAccount). IDE is JBuilder 9 and app server is JRun4. while deploying the ejb is deployed with the error message error The method, public abstract void bmptest.SavingsAccountHome.chargeForLowBalance(java.math.BigDecimal,java.math.BigDecimal)throws bmptest.InsufficientBalanceException, is not implemented by the bean implementation, bmptest.SavingsAccountBean." And then when I start the client the application hangs.
Could anybody please get me out of this trouble.

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2004
Added on Jul 29 2004
2 comments
116 views