Assuming we have such a geronimo configuration, what should happen when someone tries to deploy a module that does include web services, as indicated by a webservices.xml deployment descriptor?
(1) refuse to deploy the app (2) deploy the non-webservice parts of the app
What should happen when such a module tries to use web services via a service-ref?
(1) refuse to deploy the app
(2) deploy the app, but not bind anything for the service ref into jndi.
thanks david jencks
