-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The WebServiceInterceptor delegates to the appropriate web service deployers for EJB, EJB3, WAR endpoints. An invalid endpoint configuration that causes an exception during the deployment process does not take the entire deployment down.
The deployment is left in the incomplete deployment list, which denies redeployment of the same package.
IMHO, any uncought exception in a deployment interceptor should fail the entire deployment.