cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error while deploying the Enterprise application

Former Member
0 Kudos

iam getting the Error while i deploying enterprise application which contain the EJB methods.

that Error iam getting like follow.

java.rmi.RemoteException: Cannot deploy application sap.com/Energy_eap.. Reason: Incorrect application sap.com/Energy_eap:Error in the remote interface com.bean.Stateless_bean of bean Stateless_beanBean: No corresponding business method in the bean class com.bean.Stateless_beanBean was found for method Insert.nested exception is: com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Incorrect application sap.com/Energy_eap:Error in the remote interface com.bean.Stateless_bean of bean Stateless_beanBean: No corresponding business method in the bean class com.bean.Stateless_beanBean was found for method Insert.Error in the remote interface com.bean.Stateless_bean of bean Stateless_beanBean: No corresponding business method in the bean class com.bean.Stateless_beanBean was found for method view.

at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:66)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

based on the exception message there is a missing method in your ejb (insert)

take a look at the signature of the method and the visibilty (public) - and look for typos

regards franz

...close thread if question is answered

Answers (0)