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:
parent
b3d6a78fc4
commit
30ad6b9103
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue