- All Implemented Interfaces:
- org.jboss.wsf.spi.deployment.DeploymentAspect
public class ResourceResolverDeploymentAspect
extends org.jboss.ws.common.integration.AbstractDeploymentAspect
A deployment aspect for attaching a custom JBoss resources resolver to the endpoint;
CXF requires a ResourceResolver for getting wsdl, xsd, etc. correctly when they're
not reachable using the context classloader (for instance if they're out of
WEB-INF/classes in a war deployed on AS 5 or greater - see. JBAS-5151)
- Since:
- 19-Nov-2009
- Author:
- alessio.soldano@jboss.com