Hello All,
I have a simple Enterprise Application Project with a Web Module(one index.html and a servlet class using entitiy bean) and an EJB Module (just one entity bean)
When I deploy the ear. I get the following deploy error. If I remove the dependency on EJB module, deployment works but obviously EJB Module won't get included in the deployment.
<b>Caught exception during application deployment from SAP J2EE Engine's deploy service:
java.rmi.RemoteException: Cannot deploy application sap.com/AccessStudentEAR.. Reason: null; nested exception is: java.lang.NullPointerException
(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
Deployment exception : The deployment of at least one item aborted
</b>
Any pointers appreciated.
Thanks,
Kiran