I have a project CTiWebServices.ear which i am deploying on Jboss in default configuration.
There are various other file in EAR like
WebCommon, CTiwebservices, Webuser
It has erpproxy.jar. Which has SpringEJB classes. It has all the DAO classes in it.
While i am deploying ht eapplication it gives me a following error?
ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:service=EjbModule,module=erpproxy-1.2.jar
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Missing or invalid Container Invokers (in jboss.xml or standardjboss.xml).
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.j2ee:service=EjbModule,module=erpproxy-1.2.jar
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Missing or invalid Container Invokers (in jboss.xml or standardjboss.xml).
Can anybody help me out please.