Problem deploying ejb with ejbHome methodod
843830Jul 29 2004 — edited Jul 30 2004Hi! 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