Fix sca.tld in branches-1.x
---------------------------
Key: TUSCANY-2953
URL: https://issues.apache.org/jira/browse/TUSCANY-2953
Project: Tuscany
Issue Type: Bug
Reporter: Kevan Miller
I'm not sure I understand the motivations for the location of sca.tld (in
implementation-web-runtime) and JSP implementation (in tuscany-host-webapp).
There are currently two sca.tld's in branches/1.x and am reasonably sure that
there should only be one.
I'm absolutely sure that the sca.tld in
branches/sca-java-1.x/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
is incorrect, in that it refers to
org.apache.tuscany.sca.implementation.web.taglib.ReferenceTag and
org.apache.tuscany.sca.implementation.web.taglib.ReferenceTEI, which no longer
exist.
I'm guessing that
branches/sca-java-1.x/modules/host-webapp/src/main/resources/META-INF/sca.tld
should be removed and
branches/sca-java-1.x/modules/implementation-web-runtime/src/main/resources/META-INF/sca.tld
should be updated to refer to the correct taglib implementation classes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.