TUSCANY-3199 WebImplementationProcessor should prefix web.componentType URI with WEB-INF

o Fixed the URI in resolve() method to include WEB-INF

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vamsic007 2009-08-10 05:48:54 +00:00
parent b3d6a78fc4
commit 30ad6b9103

View file

@ -172,7 +172,7 @@ public class WebImplementationProcessor extends BaseStAXArtifactProcessor implem
// Process componentType side file
ComponentType componentType = assemblyFactory.createComponentType();
componentType.setURI("web.componentType");
componentType.setURI("WEB-INF/web.componentType");
componentType = resolver.resolveModel(ComponentType.class, componentType);
if (!componentType.isUnresolved()) {