From 30ad6b910325667083b713e22e671535ccfc4f55 Mon Sep 17 00:00:00 2001 From: vamsic007 Date: Mon, 10 Aug 2009 05:48:54 +0000 Subject: 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 --- .../tuscany/sca/implementation/web/xml/WebImplementationProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'branches/sca-java-1.x/modules/implementation-web/src/main/java') diff --git a/branches/sca-java-1.x/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java b/branches/sca-java-1.x/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java index 29d7e33282..d79517f232 100644 --- a/branches/sca-java-1.x/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java +++ b/branches/sca-java-1.x/modules/implementation-web/src/main/java/org/apache/tuscany/sca/implementation/web/xml/WebImplementationProcessor.java @@ -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()) { -- cgit v1.2.3