We have a web app with a .jar in our WEB-INF/lib that contains some annotated Web Services. JBoss try to deploy the Web Services defined in the .jar but we want only to use the classes as normal java API.
There is a way to prevent JBoss to deploy the Web Services?
We cannot modify the .jar and we have some RESTful services in our web app.