Hi,
We are using Jboss7.1.1 final, which is by default using CXF.
We found it will automatically deploy POJO endpoints in classpath.
As our application invokes other webservices, we embed those webservice client-side artifacts in our application.
But as CXF trying to deploy WS based on those client-side artifcts, we get some incompatible class issue during application deployment.
I think there should be someway to manage which classs should be deployed by CXF.
But I haven't found yet.
any ideas?
thanks,
Sheperd
Any chance you can provide a bit of additional details on how your application is packaged and the client side artifacts you're mentioning ? thanks