tc-config schema need to be updated on tc web site
--------------------------------------------------

                 Key: CDV-709
                 URL: https://jira.terracotta.org/jira//browse/CDV-709
             Project: Community Development
          Issue Type: Bug
            Reporter: Eugene Kuleshov
            Assignee: Issue Review Board


I've been trying to edit some tc configs that had the following schema 
declaration and xml editors can't resolve it from this declaration:

<tc:tc-config xmlns:tc="http://www.terracotta.org/config";>

Then I've tried to use full declaration, but apparently it is pointing to the 
outdated xsd that does not have new statisics elements:

<tc:tc-config xmlns:tc="http://www.terracotta.org/config";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://www.terracotta.org/config 
http://www.terracotta.org/schema/terracotta-4.xsd";>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to